Home Inbox Documents Calendar Favorites Marketing site Android app Brand guidelines @auth @if (auth()->user()->image) @else @endif
{{ auth()->user()->name }} {{ auth()->user()->email }}
{{ __('Settings') }} @if (!request()->routeIs('admin.dashboard')) @can('dashboard.view') {{ __('Dashboard') }} @endcan @endif
@csrf {{ __('Log Out') }}
@endauth
{{ $slot }}