@yield('styles')
@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
Group Settings
Department
Email Inbox
{{--
Profile
--}} {{--
--}}
Home
Email Settings
@if (Auth::check() && Auth::user()->auth_id == 0)
Add Email
All Employee
Group Settings
Department
@endif
Domain
Email Inbox
{{ isset($employee) ? $employee->email : Auth::user()->email ?? 'Guest' }}
Home
Email Inbox
@if (Auth::check() && Auth::user()->auth_id == 0)
Team Member
@endif
@csrf
Logout
{{--
Logout
--}}
@yield('content')
@yield('scripts')