attributes->get(SchoolContext::class) ?? $this->store->current(); if (! $context || $context->domainProfile !== $profile) { abort(403, 'This route is not available for the current school domain profile.'); } return $next($request); } }