@include('backend.common.notifaction')
@if(auth()->user()->avatar) @else
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
@endif

{{ auth()->user()->name }}

{{ auth()->user()->email }}
My Profile Settings
@csrf