Update Module Permohonan

- Update Automaticly get branch id by user login
- change static status permohonan to dynamic and database base
- update create permohonan, update selection debiture to table base
This commit is contained in:
Daeng Deni Mardaeni
2024-09-03 13:41:05 +07:00
parent 3c59943a08
commit be47e0678a
8 changed files with 266 additions and 78 deletions

View File

@@ -168,7 +168,7 @@
Route::get('export', [PermohonanController::class, 'export'])->name('export');
});
Route::resource('permohonan', PermohonanController::class);
Route::resource('permohonan', PermohonanController::class);
Route::name('debitur.')->prefix('debitur')->group(function () {
Route::get('download/{id}', [DebitureController::class, 'download'])->name('download');