@if (!auth()->check()) @endif
{{ Auth::user()->email ?? 0 }}
Home
Email Settings
@if (Auth::check() && Auth::user()->auth_id == 0)
Add Email
All Employee
@endif
Domain
{{--
Profile
--}}
@yield('content')
@yield('scripts')