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

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

@can('create', 'App\Models\Testimonial') {{ __('testimonials.create') }} @endcan
@foreach($testimonials as $testimonial) {{-- --}} @endforeach
{{ __('testimonials.th_name') }} {{ __('testimonials.th_job') }} {{ __('testimonials.th_body') }} {{ __('testimonials.th_actions') }}
testimonial image

{{ $testimonial->name }}

{{ $testimonial->job }} {{ Str::limit($testimonial->body, 150) }}{{ $testimonial->created_at->format('Y/m/d') }} @can('update', $testimonial)
@endcan @can('delete', $testimonial) @endcan