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