Application route map — 2026-06-21 17:49:29
| Method | URI | Action | Name | Middleware |
|---|---|---|---|---|
| GET | up | Closure | — | — |
| GET | / | App\Http\Controllers\PrettyRoutesController@show | — | web |
| POST | api/tbl/patient/login | App\Http\Controllers\TblPatientController@login | — | web |
| POST | api/tbl/patient/register | App\Http\Controllers\TblPatientController@register | — | web |
| POST | api/tbl/patient/logout | App\Http\Controllers\TblPatientController@logout | — | web check.tbl.patient |
| POST | api/tbl/patient/change-password | App\Http\Controllers\TblPatientController@changePassword | — | web check.tbl.patient |
| GET | api/tbl/patient/info | App\Http\Controllers\TblPatientController@info | — | web check.tbl.patient |
| GET | api/tbl/patient/home-banners | App\Http\Controllers\TblPatientController@homeBanners | — | web check.tbl.patient |
| GET | api/tbl/patient/reports | App\Http\Controllers\TblDocumentsController@reports | — | web check.tbl.patient |
| GET | api/tbl/patient/radiology-images | App\Http\Controllers\TblDocumentsController@radiologyImages | — | web check.tbl.patient |
| GET | api/tbl/patient/invoices | App\Http\Controllers\InvoiceController@invoices | — | web check.tbl.patient |
| GET | api/tbl/patient/receipts | App\Http\Controllers\ReceiptController@receipts | — | web check.tbl.patient |
| GET | api/tbl/patient/encounters | App\Http\Controllers\PrescriptionController@getPatientEncounters | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/patient | App\Http\Controllers\PrescriptionController@getPatient | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/provisional-diagnosis | App\Http\Controllers\PrescriptionController@getProvisionalDiagnosis | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/final-diagnosis | App\Http\Controllers\PrescriptionController@getFinalDiagnosis | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/investigations-advised | App\Http\Controllers\PrescriptionController@getInvestigationsAdvised | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/treatment-advised | App\Http\Controllers\PrescriptionController@getTreatmentAdvised | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/unavailable-medicines | App\Http\Controllers\PrescriptionController@getUnavailableMedicines | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/orders-new-visit | App\Http\Controllers\PrescriptionController@getOrdersNewVisit | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/opd-advice | App\Http\Controllers\PrescriptionController@getOpdAdvice | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/lab-results | App\Http\Controllers\PrescriptionController@getLabResults | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/radio-results | App\Http\Controllers\PrescriptionController@getRadioResults | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/radio-subtests | App\Http\Controllers\PrescriptionController@getRadioSubtests | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/glass-prescription | App\Http\Controllers\PrescriptionController@getGlassPrescription | — | web check.tbl.patient |
| GET | api/tbl/patient/online/groups | App\Http\Controllers\OnlineBookingController@groups | — | web check.tbl.patient |
| GET | api/tbl/patient/online/schemes | App\Http\Controllers\OnlineBookingController@schemes | — | web check.tbl.patient |
| GET | api/tbl/patient/online/departments | App\Http\Controllers\OnlineBookingController@departments | — | web check.tbl.patient |
| GET | api/tbl/patient/online/consultants | App\Http\Controllers\OnlineBookingController@consultants | — | web check.tbl.patient |
| GET | api/tbl/patient/online/dates | App\Http\Controllers\OnlineBookingController@availableDates | — | web check.tbl.patient |
| POST | api/tbl/patient/online/book | App\Http\Controllers\OnlineBookingController@createBooking | — | web check.tbl.patient |
| POST | api/tbl/patient/grievances | App\Http\Controllers\GrievancesController@submit | — | web check.tbl.patient |
| GET | api/tbl/patient/grievances | App\Http\Controllers\GrievancesController@list | — | web check.tbl.patient |
| GET | api/tbl/patient/billing | App\Http\Controllers\BillingController@getBillingItems | — | web check.tbl.patient |
| GET | api/tbl/patient/billing/latest-encounter | App\Http\Controllers\BillingController@latestEncounter | — | web check.tbl.patient |
| POST | api/tbl/patient/billing/invoice | App\Http\Controllers\BillingController@createInvoice | — | web check.tbl.patient |
| POST | api/tbl/patient/deposit | App\Http\Controllers\BillingController@createDeposit | — | web check.tbl.patient |
| GET | esewa/test | App\Http\Controllers\EsewaController@test | esewa.test | web |
| POST | esewa/initiate | App\Http\Controllers\EsewaController@initiate | esewa.initiate | web |
| GET | esewa/success | App\Http\Controllers\EsewaController@paymentSuccess | esewa.success | web |
| GET | esewa/failure | App\Http\Controllers\EsewaController@paymentFailure | esewa.failure | web |
| GET | esewa/pay/{token} | App\Http\Controllers\EsewaController@pay | esewa.pay | web |
| POST | api/esewa/checkout | App\Http\Controllers\EsewaController@checkout | esewa.checkout | web check.tbl.patient |
| POST | api/esewa/callback | App\Http\Controllers\PaymentController@callback | esewa.callback | web |
| GET | esewa/redirect | App\Http\Controllers\PaymentController@redirect | esewa.redirect | web |
| POST | api/connectips/checkout | App\Http\Controllers\ConnectIPSController@checkout | connectips.checkout | web check.tbl.patient |
| GET | connectips/pay/{txnId} | App\Http\Controllers\ConnectIPSController@pay | connectips.pay | web |
| GET | connectips/success | App\Http\Controllers\ConnectIPSController@successCallback | connectips.success | web |
| GET | connectips/failure | App\Http\Controllers\ConnectIPSController@failure | connectips.failure | web |
| GET | Test | Closure | — | web |
| GET | storage/{path} | Closure | storage.local | — |
| PUT | storage/{path} | Closure | storage.local.upload | — |