@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
--}} {{--
--}}
MukeSoft {{--
--}}
Home
Email Settings
@if (Auth::check() || Auth::user()->user_level != 0)
All Employee
{{--
Group Settings
--}} {{--
Department
--}} @if (Auth::check() && Auth::user()->auth_id == 0)
Add Email
Department
Add Department
Assign Department
Department List
@endif @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')