@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
--}} {{--
--}}
{{ 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
@yield('content')
@yield('scripts')