@include('test::public.event.partial.header')
@include('test::public.event.partial.aside')
@foreach($events as $event)

{{str_limit($event['title'], 300)}} @if($event->user_id == user_id('client.web') && $event->user_type == user_type('client.web'))   @endif @if($event->user_id == user_id('client.web') && $event->user_type == user_type('client.web')) @endif

{{@$event->viewcount}} {{format_date($event['posted_on'])}}
{{@$event->user->badge}}
@endforeach