@php use Illuminate\Support\Facades\Request; use Illuminate\Support\Facades\Auth; @endphp
{{ $pageTitle ?? 'Dashboard' }}
@auth
0
Notifications
Mark all as read
Loading...
@endauth
Sources
Web to Lead
Toggle theme
Light
Dark
System
@php $user = (object) session('superadmin_owner'); $authUser = Auth::user(); @endphp @if ($user)
@endif
{{ $authUser->full_name ?? ($user->full_name ?? 'Superadmin') }}
My Profile
Settings
Logout
@csrf
My Profile
Settings
Logout
@csrf
@yield('content')
@yield('scripts')