-
Mahmoud Aglan authored
Livewire components use $this->authorize() which goes through Laravel's Gate system. Without a Gate callback, super_admin gets 403 because no policies exist. Gate::before delegates all ability checks to our PermissionService (which returns true for is_super_admin). Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
c32c7e5a