@extends('layouts.app') @section('title', 'Apis') @section('pages')
@include('layouts.partials.nav-menu')
@include('abdm_apis.table')
@endsection @section('js') @endsection