Latest News

@foreach($news as $newsObj)
{{ Carbon\Carbon::parse($newsObj->created_at)->format('d') }}
{{ Carbon\Carbon::parse($newsObj->created_at)->format('M Y') }}

{{ $newsObj->title }}

{!! str_limit($newsObj->description, 70) !!}

Read More
@endforeach
View More