create function excel and their dependency for damage
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user