{{ config('app.name') }} CMS
@auth
{{ auth()->user()->name ?? null }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@endauth