@extends('layouts.app') @section('title', 'Abdm Api Calls Import') @section('pages')
@include('layouts.partials.nav-menu')
Upload Abdm Api Calls From Excel File
@csrf @method('post')


Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Request Name (required):

Enter the Request Name

2. Production Base Url (required):

Enter the Production Base Url.

3. Sandbox Base Url (required):

Enter the Sandbox Base Url.

4. Sub Url (required):

Enter the Sub Url.

5. Request Type (required):

Enter the Request Type.

@endsection @section('js') @endsection