update eprescription

This commit is contained in:
2024-05-06 10:46:26 +07:00
parent 7516e475d6
commit 15df89e703
6 changed files with 88 additions and 222 deletions

View File

@@ -310,6 +310,7 @@ Route::prefix('internal')->group(function () {
Route::get('prescription', [PrescriptionController::class, 'index']);
Route::post('prescription', [PrescriptionController::class, 'store']);
Route::get('prescription-download/{id}', [PrescriptionController::class, 'downloadPrescription']);
Route::get('prescription/{id}', [PrescriptionController::class, 'index']);