Plan List

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