@extends('layouts.app') @section('title','News and Updates') @section('content')
{{ $item->published_at?->format('M d, Y') }}
{{ \Illuminate\Support\Str::limit($item->content, 180) }}