| # |
Video Link |
Status |
Action |
@forelse ($testimonials as $key => $testimonial)
| {{ $key + 1 }} |
@if ($testimonial->video_link)
@else
No Video
@endif
|
@if ($testimonial->status == 'active')
Active
@else
Inactive
@endif
|
|
@empty
|
No testimonials found.
|
@endforelse
{{-- Pagination (if used)
@if(method_exists($testimonials, 'links'))
{{ $testimonials->links('pagination::bootstrap-4') }}
@endif
--}}