@extends('socialite::layouts.default') @section('content')
@include('socialite::partials/user-header', compact('timeline','liked_pages','user','joined_groups','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_groups','own_pages','user_events'))
@if($timeline->type == "user" && $timeline_post == true) @include('socialite::partials/create-post', compact('timeline','user_post')) @endif
@if($posts->count() > 0) @foreach($posts as $post) @include('socialite::partials/post',compact('post','timeline','next_page_url')) @endforeach @else

{{ trans('socialite::messages.no_posts') }}

@endif
@include('socialite::partials/timeline-rightbar')
@endsection