Testimonials

@can('testimonial.create') @endcan
@foreach($testimonials as $index => $testimonial) @endforeach
Name Designation Status Created Action
{{ $testimonial->name }} {{ $testimonial->title ?? '-' }}
status ? 'checked' : '' }}>
{{ $testimonial->created_at ? $testimonial->created_at->format('d M Y, h:i A') : '-' }}
@push('scripts') @endpush