perbaikan laporan belum bayar lansung mengarah ke resume dan urutan tampilan foto

This commit is contained in:
majid
2025-01-16 14:32:14 +07:00
parent 1e2b6f21ae
commit e6adcd8185
11 changed files with 433 additions and 241 deletions

View File

@@ -539,7 +539,7 @@ Route::middleware(['auth'])->group(function () {
Route::post('storeDenah', [SurveyorController::class, 'storeDenah'])->name('storeDenah');
Route::put('storeJadwal', [SurveyorController::class, 'storeJadwal'])->name('storeJadwal');
Route::put('storeAproved/{storeAproved}', [SurveyorController::class, 'storeAproved'])->name('storeAproved');
Route::put('storeFreeze', [SurveyorController::class, 'storeFreeze'])->name('storeFreeze');
Route::post('storeFreeze/{id}', [SurveyorController::class, 'storeFreeze'])->name('storeFreeze');
Route::post('storeFoto', [SurveyorController::class, 'storeFoto'])->name('storeFoto');
Route::delete('/surveyor/hapus-foto', [SurveyorController::class, 'hapusFoto'])->name('hapusFoto');