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