permissions()->all(); Log::info($permissions); return Inertia::render('Settings/Permissions', [ 'permissions' => $permissions ]); } }