@auth @if (auth()->user()->level === 9) @livewire('notifications')
{{ $this->form }}
Save Settings Flush Cache
@else @php abort(403); @endphp @endif @endauth