@extends('layouts.auth.app') @section('title', 'Manage API') @section('content')

Manage API : API List

View and manage system APIs

@csrf
Show: entries
@include('pages.admin.api.partials.search-data', ['apiList' => $apiList ?? []])

Showing 1 to {{ count($apiList ?? []) }} of {{ count($apiList ?? []) }} results

@endsection @push('scripts') @endpush