debug the operator cartable logic

This commit is contained in:
2025-03-01 06:40:53 +00:00
parent 3fb6c61835
commit fc747ae68b
6 changed files with 93 additions and 37 deletions

View File

@@ -293,6 +293,8 @@ Route::prefix('road_observations')
Route::post('/register/{roadObserved}', 'register')
->middleware('permission:show-fast-react-edarate-shahri')
->name('register');
Route::get('/{roadObserved}', 'show')->name('show');
Route::post('/refer/{roadObserved}', 'refer')
->middleware('permission:show-fast-react-edarate-shahri|show-fast-react-province|show-fast-react')
->name('refer');