update foto jaminan dan laporan preview

This commit is contained in:
majid
2024-12-27 15:58:31 +07:00
parent b70b3b730f
commit 78184094f6
8 changed files with 149 additions and 41 deletions

View File

@@ -502,6 +502,9 @@ Route::middleware(['auth'])->group(function () {
'type',
'pelaporan',
);
Route::get('view-laporan', [PenilaianController::class, 'view_laporan'])->name('view-laporan');
Route::get('pembayaran', [PenilaianController::class, 'otorisator'])->name('pembayaran.index')->defaults(
'type',
'pembayaran',