@if(@$news) @if($news->isNotEmpty())

Our News & Announcement

Our latest news and announcement from goberdhan-campus. Please be updated with us

@foreach($news as $v)
{{date('dS F Y',strtotime($v->event_date))}}

{{$v->title}}

{!!Str::words(strip_tags($v->description),15,'...')!!}

Read more
@endforeach
@endif @endif