update data pemanding dan otorisator, pembuatan seeder kjpp mengunakan exel
This commit is contained in:
@@ -496,15 +496,19 @@ Route::middleware(['auth'])->group(function () {
|
||||
'type',
|
||||
'pembayaran',
|
||||
);
|
||||
|
||||
Route::post('otorisator/{id}/{context}', [PenilaianController::class, 'otorisatorUpdate'])->name('otorisator.update');
|
||||
|
||||
Route::get('pembatalan', [PenilaianController::class, 'otorisator'])->name('pembatalan.index')->defaults(
|
||||
'type',
|
||||
'pembatalan',
|
||||
);
|
||||
|
||||
Route::get('sla', [PenilaianController::class, 'otorisator'])->name('sla.index')->defaults('type', 'sla');
|
||||
Route::get('/datatables/{otorisator}', [PenilaianController::class, 'dataForAuthorization'])->name(
|
||||
'datatables',
|
||||
);
|
||||
Route::get('show/{id}', [PenilaianController::class, 'show'])->name('show');
|
||||
Route::get('show/{id}/{type}', [PenilaianController::class, 'show'])->name('show');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user