@stack('styles')
{{-- Toast Notification Area --}}
{{-- Sidebar --}} {{-- Main Content Area --}}
{{-- Top Bar --}}
@auth
Search
Searching…
No results.
View all results
Stop
@endauth @yield('header-left')
@auth {{-- Notification Bell --}}
Notifications
Mark all as read
Loading…
No notifications
View all
@endauth {{-- User Avatar Dropdown --}}
{{ auth()->check() ? strtoupper(substr(auth()->user()->name, 0, 1)) : 'G' }}
{{ auth()->check() ? auth()->user()->name : 'Guest' }}
Profile
Templates
API Docs
@auth @if(in_array(auth()->user()->role, ['owner', 'admin']))
Users
Webhooks
@endif @endauth
@csrf
Log Out
{{-- Page Content --}}
@yield('content')
@stack('scripts') @auth @endauth