API List

@foreach($apis as $key=>$row) @endforeach
S.No End Point Method Status Action
{{$key+1+($apis->currentPage()-1) * ($apis->perPage())}} {{$row->api_endpoint}} {{$row->api_method}} {{$row->api_status}} View Edit Delete
{{$apis->links()}}
@include('includes.admin.footer')