Banner List

@forelse($banners as $key=>$row) @empty @endif
S.No Title Image Status Action
{{$key+1+($banners->currentPage()-1) * ($banners->perPage())}} {{$row->title ?? ''}} @if($row->status == 1) @else @endif Edit Delete
Data not found
{{$banners->links()}}
@include('includes.admin.footer')