@if(auth()->user()->profile?->avatar) {{ auth()->user()->username }} @else
{{ ucfirst(auth()->user()->username[0]) }}
@endif