Blog List

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