Menu
@if (Auth::user()?->profile_image) @else
{{ strtoupper(Auth::user()?->name[0] ?? 'N/A') }}
@endif
@csrf

{{ Auth::user()?->name }}

{{ Auth::user()?->email }}
@csrf
@push('scripts') @endpush