Application route map — 2026-09-08 11:41:28
| 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/forgot-password | \App\Http\Controllers\TblPatientController@forgotPassword | — | web throttle:5,1 |
| POST | api/tbl/patient/reset-password | App\Http\Controllers\TblPatientController@resetPassword | — | 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 |
| POST | api/tbl/patient/change-email | App\Http\Controllers\TblPatientController@changeEmail | — | web check.tbl.patient |
| POST | api/tbl/patient/change-phone | App\Http\Controllers\TblPatientController@changePhone | — | 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/reports/ftp-file | App\Http\Controllers\TblDocumentsController@ftpFile | — | web check.tbl.patient |
| GET | api/tbl/patient/reports/db-file | App\Http\Controllers\TblDocumentsController@dbFile | — | 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/receipts/detail | App\Http\Controllers\ReceiptController@receiptDetail | — | web check.tbl.patient |
| GET | api/tbl/patient/receipts/ad-to-bs | App\Http\Controllers\ReceiptController@adToBs | — | 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/prescription/events | App\Http\Controllers\PrescriptionController@getPatientEvents | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/iv-fluids | App\Http\Controllers\PrescriptionController@getIvFluids | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/discharge-medications | App\Http\Controllers\PrescriptionController@getDischargeMedications | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/pending-medications | App\Http\Controllers\PrescriptionController@getPendingMedications | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/food-fluid-intake | App\Http\Controllers\PrescriptionController@getFoodFluidIntake | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/planned-procedures | App\Http\Controllers\PrescriptionController@getPlannedProcedures | — | web check.tbl.patient |
| GET | api/tbl/patient/prescription/claim-codes | App\Http\Controllers\PrescriptionController@getClaimCodes | — | 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 |
| GET | api/tbl/patient/online/queue-preview | App\Http\Controllers\OnlineBookingController@queuePreview | — | web check.tbl.patient |
| POST | api/tbl/patient/online/book | App\Http\Controllers\OnlineBookingController@createBooking | — | web check.tbl.patient |
| GET | api/tbl/patient/online/my-bookings | App\Http\Controllers\OnlineBookingController@myBookings | — | web check.tbl.patient |
| PATCH | api/tbl/patient/online/bookings/{id}/date | App\Http\Controllers\OnlineBookingController@updateBookingDate | — | 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 |
| GET | api/esewa/result/{uuid} | App\Http\Controllers\EsewaController@result | esewa.result | web |
| 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/khalti/checkout | App\Http\Controllers\KhaltiController@checkout | khalti.checkout | web check.tbl.patient |
| GET | api/khalti/result/{pidx} | App\Http\Controllers\KhaltiController@result | khalti.result | web |
| GET | khalti/success | App\Http\Controllers\KhaltiController@paymentReturn | khalti.success | web |
| GET | khalti/failure | App\Http\Controllers\KhaltiController@paymentFailure | khalti.failure | web |
| POST | api/connectips/checkout | App\Http\Controllers\ConnectIPSController@checkout | connectips.checkout | web check.tbl.patient |
| GET | api/connectips/result/{txnId} | App\Http\Controllers\ConnectIPSController@result | connectips.result | web |
| 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 | ips/success | App\Http\Controllers\ConnectIPSController@successCallback | ips.success | web |
| GET | ips/failure | App\Http\Controllers\ConnectIPSController@failure | ips.failure | web |
| GET | Test | Closure | — | web |
| GET | storage/{path} | Closure | storage.local | — |
| PUT | storage/{path} | Closure | storage.local.upload | — |