melengkapi feature download pdf di menu SPK dan Registrasi Final
This commit is contained in:
@@ -88,11 +88,14 @@ Route::middleware(['auth'])->group(function () {
|
||||
|
||||
Route::controller(SpkController::class)->group(function(){
|
||||
Route::get('/spk/dokumennya', 'dokumennya')->name('spk.dokumennya');
|
||||
|
||||
Route::get('/spk', 'index')->name('spk.index');
|
||||
Route::get('/spk/datatables', 'dataForDatatables')->name('spk.datatables');
|
||||
Route::get('/spk/{spk}', 'show')->name('spk.show');
|
||||
Route::get('/spk/{spk}/edit', 'edit')->name('spk.edit');
|
||||
Route::put('/spk/{spk}', 'update')->name('spk.update');
|
||||
|
||||
Route::get('spk/{spk}/download', 'download')->name('spk.download');
|
||||
});
|
||||
|
||||
Route::controller(RegistrasiFinalController::class)->group(function(){
|
||||
|
||||
Reference in New Issue
Block a user