create permission

This commit is contained in:
2025-12-23 11:00:07 +03:30
parent e8e0f2c724
commit 89a0e1d228
8 changed files with 85 additions and 8 deletions

View File

@@ -523,6 +523,7 @@ Route::prefix('missions')
});
Route::prefix('violation_management')
->name('violationManagement.')
->middleware('permission:manage-violation-city|manage-violation-province|manage-violation-country|manage-violation-station')
->controller(ViolationManagementController::class)
->group(function () {
Route::get('/', 'index')->name('index');