{{$user->username}} @if($is_admin == true) ADMIN @endif @if($owner == true) @elseif (Auth::check() && $is_following == true) @elseif (Auth::check() && $is_following == false) @endif {{-- --}}
@if($settings->show_profile_follower_count) @endif @if($settings->show_profile_following_count) @endif

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

{!!str_limit($user->bio, 127)!!}

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