@php use Illuminate\Support\Facades\Request; use Illuminate\Support\Facades\Auth; @endphp
@yield('title', 'Dashboard')
@auth
0
Notifications
Mark all as read
Loading...
@endauth
Sources
Web to Lead
@php $user = Auth::user() ?? (object) session('superadmin_user'); @endphp
{{ Auth::user()->full_name ?? session('superadmin_user.full_name') }}
My Profile
Settings
Logout
@csrf
My Profile
Settings
Logout
@csrf
@yield('content')
@yield('scripts')