@php $locale = request()->locale ?? app()->getLocale(); $translations = []; $testimonial = $testimonial ?? null; if ($testimonial && $locale) { $translations = parse_translation($testimonial, $locale); } @endphp {{ isset($testimonial) ? translate('Edit Testimonial') : translate('Create Testimonial') }} @if (is_active('testimonial.translate') === 'active')

{{ translate('Translate Language') }}

@endif
@csrf @if (isset($testimonial)) @method('put') @endif
{{ isset($testimonial) ? translate('Edit Testimonial') : translate('Add New Testimonial') }}
@if (is_active('testimonial.translate') !== 'active')
{{ translate('Media') }}

{{ translate('Image') }}({{ translate('200') }}x{{ translate('200') }}) *

@if (isset($testimonial) && fileExists('lms/testimonials', $testimonial->profile_image) == true && $testimonial->profile_image != '')
@endif
@endif