@if(Auth::check()) @else
@include('elements.icon',['icon'=>'person-circle','variant'=>'xlarge text-muted'])
@endif
@if(Auth::check())
{{Auth::user()->name}} @{{Auth::user()->username}}
@endif