@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.groups_joined') }}

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