{!! Theme::partial('home-leftbar',compact('trending_tags')) !!}
@if($mode == 'posts') {!! Theme::partial('post',compact('post')) !!} @elseif($mode == 'notifications') {!! Theme::partial('allnotifications',compact('notifications')) !!} @endif
{!! Theme::partial('home-rightbar',compact('suggested_users', 'suggested_groups', 'suggested_pages')) !!}