| Name | Image | Created at | Status | Action |
|---|---|---|---|---|
| {{ $testimonial->name }} |
@if ($testimonial->image)
|
{{ date_format($testimonial->created_at, 'd-m-Y') }} | {{ $testimonial->is_active ? 'Active' : 'Inactive' }} |
@if (!$testimonial->trashed())
@else
{{-- restore --}}
{{-- delete permanently --}}
@endif
|