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