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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user