add action date to safety
This commit is contained in:
@@ -388,8 +388,8 @@ Route::prefix('permissions')
|
||||
|
||||
Route::get('/notifications', NotificationController::class)->name('notifications');
|
||||
|
||||
Route::prefix('Road-Maintenance-Station')
|
||||
->name('Road-Maintenance-Station.')
|
||||
Route::prefix('road_maintenance_station')
|
||||
->name('roadMaintenanceStation.')
|
||||
->controller( RoadMaintenanceStationController::class)
|
||||
->group(function () {
|
||||
Route::get('/', 'index')->name('index')->middleware('permission:show-tollhouse|show-tollhouse-province');
|
||||
|
||||
Reference in New Issue
Block a user