@extends('layouts.app') @section('title', 'News & Events') @php $chunkedNews = collect($news)->chunk(8); @endphp @section('content')
{{ \Carbon\Carbon::parse($item->date)->format('F d, Y') }}