@extends('socialite::layouts.default') @section('content')
@include('socialite::partials/user-header', compact('timeline','user','followRequests','following_count', 'followers_count','follow_confirm','user_post','joined_groups_count','guest_events'))
@include('socialite::partials/user-leftbar',compact('timeline','user','follow_user_status','own_pages','own_groups','user_events'))

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

@if(count($followers) > 0) @else
{{ trans('socialite::messages.no_followers') }}
@endif
@include('socialite::partials/timeline-rightbar')
@endsection