@if(Auth::user()->picture) {{ Auth::user()->name }} @else avatar @endif
@if(Auth::user()->name)
{{ Auth::user()->name }}
Last seen: {{ Carbon\Carbon::parse( Auth::user()->last_seen)->diffForHumans() }} @endif