| # |
Image |
Status |
Action |
@forelse ($banners as $key => $banner)
| {{ $key + 1 }} |
@if($banner->image)
@else
No image
@endif
|
@if ($banner->status == 'active')
Active
@else
Inactive
@endif
|
|
@empty
|
No banner entries found.
|
@endforelse
@if(method_exists($banners, 'links'))
{{ $banners->links('pagination::bootstrap-4') }}
@endif