{!! Theme::partial('group-header',compact('timeline','liked_pages')) !!}
{!! Theme::partial('group-leftbar',compact('timeline','user','timeline_type')) !!}

{{ trans('common.followers') }}

@if(count($followers) > 0) @foreach($followers as $follower)
@if($timeline->username == Auth::user()->username) @endif
@endforeach @else
{{ trans('messages.no_followers') }}
@endif
{!! Theme::partial('timeline-rightbar') !!}