@if(Auth::check()) @if($user->followers()->currentUserFollow()->count() > 0) {{ trans('updates.followinguser') }} @else @if(Auth::user()->id!=$user->id) {{ trans('updates.follow') }} @endif @endif @else {{ trans('updates.follow') }} @endif