@if (count($banners) > 0)
S.N. |
Title |
Slug |
Photo |
Status |
Action |
S.N. |
Title |
Slug |
Photo |
Status |
Action |
@foreach ($banners as $banner)
{{ $banner->id }} |
{{ $banner->title }} |
{{ $banner->slug }} |
@if ($banner->cover)
@else
@endif
|
@if ($banner->status == 'active')
{{ $banner->status }}
@else
{{ $banner->status }}
@endif
|
|
@endforeach
{{ $banners->links() }}
@else
No banners found!!! Please create banner
@endif