@if((Auth::user()->profile_img_type) == 1 AND (!empty(Auth::user()->profile_image)))
}}/{{ Auth::user()->profile_image }})
@endif
@if((Auth::user()->profile_img_type) == 1 AND (empty(Auth::user()->profile_image)))
@endif
@if((Auth::user()->profile_img_type) == 2 AND (!empty(Auth::user()->profile_image)))
->profile_image }})
@endif
@if((Auth::user()->profile_img_type) == 2 AND (empty(Auth::user()->profile_image)))
@endif
@if(!empty(Auth::user()->username))
{{ Auth::user()->username}}
@else
{{ Auth::user()->name}}
@endif