|
{{ __('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)))
NO IMAGE |
@if ($testimonial->status == 1) {{ __('dashboard.yes') }} @else {{ __('dashboard.no') }} @endif |