{{$user->username}} @if($is_admin == true) ADMIN @endif @if($owner == true) @elseif (Auth::check() && $is_following == true) @elseif (Auth::check() && $is_following == false) @endif {{-- TODO: Implement action dropdown --}}

{{$user->name}} @if($user->remote_url) REMOTE PROFILE @endif

{{$user->bio}}

{{str_limit($user->website, 30)}}