@if (setting('logo')) {{ setting('app_name') }} @else @endif
{{ __('Dashboard') }}
{{ __('Profile') }} {{ __('Settings') }} {{ __('Security') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}