Team List

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