@include('partials.head') @include('partials.customer-nav-items')
{{ auth()->user()->initials() }}
{{ auth()->user()->name }} {{ auth()->user()->email }}
{{ __('Settings') }}
@csrf {{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }} {{ auth()->user()->email }}
{{ __('Settings') }}
@csrf {{ __('Log Out') }}
{{-- Flash Messages --}} @if (session()->has('success')) @endif @if (session()->has('error')) @endif @if (session()->has('info')) @endif {{ $slot }} @fluxScripts