@include('partials.head') {{ __('Dashboard') }}
{{ auth()->user()?->initials() ?? 'NA' }}
{{ auth()->user()->name ?? '' }} {{ auth()->user()->email ?? '' }}
@auth {{ __('Settings') }}
@csrf {{ __('Log Out') }}
@endauth
{{ __('Dashboard') }} {{ $slot }} @fluxScripts