create function excel and their dependency for damage

This commit is contained in:
2025-09-20 11:37:04 +03:30
parent 546be58764
commit 1b7e26517a
5 changed files with 187 additions and 14 deletions

View File

@@ -273,6 +273,7 @@ Route::prefix('damages')
Route::get('/{damage}', 'show')->name('show');
Route::post('/{damage}', 'update')->name('update');
Route::post('/activate/{damage}', 'activate')->name('activate');
Route::get('/excel', 'excel')->name('excel');
});
Route::prefix('receipts')