@if(auth()->user()->avatar)
->user()->avatar) }})
@else
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
@endif
{{ auth()->user()->name }}
{{ auth()->user()->email }}
@if(auth()->user()->telephone)
{{ auth()->user()->telephone }}
@endif
{{ auth()->user()->roles->first()?->name ?? 'Staff' }}