use App\Modules\Dashboard\Controllers\Security\SecurityDashboardController; use Illuminate\Support\Facades\Route; Route::middleware(['auth', 'verified', 'dashboard.operational-access']) ->get('/dashboard/security-organs', [SecurityDashboardController::class, 'securityOrgans']) ->name('dashboard.security-organs');
Please wait...
The page you were looking for could not be found, please contact us to report this issue.