@foreach($news as $v)
@endforeach
}})
{{date('dS F Y',strtotime($v->event_date))}}
{{$v->title}}
{!!Str::words(strip_tags($v->description),15,'...')!!}
Read more