@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','user_events','guest_events'))
@include('socialite::partials.user-leftbar', compact('timeline','user','follow_user_status','own_pages','own_groups','user_events'))

{{ trans('socialite::common.guest-event') }}

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