@if(count($following) > 0)
@foreach($following as $follow)
-
@if(Auth::check() && $timeline->id == Auth::user()->timeline_id)
@if(!$user->following->contains($follow->id))
@else
@endif
@endif
@endforeach
@else
{{ trans('socialite::messages.no_following') }}
@endif