{{-- --}}
@endsection
| Sl | Testimonial Name | Country | Image | Testimonial Text | Action |
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $item->testimonial_name }} | {{ $item->testimonial_country }} | |
{!! $item->testimonial_text !!} | @if (Auth::user()->can('home.testimonial.edit')) Edit @endif @if (Auth::user()->can('home.testimonial.delete')) Delete @endif |
| Sl | Testimonial Name | Country | Image | Testimonial Text | Action |