{{ __('dashboard.testimonials') }}

{{ __('dashboard.add') }}

{{ __('dashboard.testimonials') }}

@foreach ($testimonials as $testimonial) @endforeach
{{ __('dashboard.id') }} {{ __('dashboard.name') }} {{ __('dashboard.position') }} {{ __('dashboard.image') }} {{ __('dashboard.status') }} {{ __('dashboard.actions') }}
{{ $testimonial->id }} {{ $testimonial->getTranslation('name', 'en') }} {{ $testimonial->getTranslation('position', 'en') }} @if ($testimonial->image_path && file_exists(public_path($testimonial->image_path))) @else

NO IMAGE
@endif
@if ($testimonial->status == 1) {{ __('dashboard.yes') }} @else {{ __('dashboard.no') }} @endif
@csrf @method('DELETE')
@push('scripts') @endpush