@include('flash::message')
@if(count($posts) > 0)
@foreach($posts as $post)
@include('socialite::partials/post', compact('post','timeline','next_page_url','user'))
@endforeach
@else
{{ trans('socialite::messages.no_saved_posts') }}
@endif
@include('flash::message')
@if(count($page_timelines) > 0)
@foreach($page_timelines as $timeline)
-
@endforeach
@else
{{ trans('socialite::messages.no_saved_pages') }}
@endif