@extends('layouts.auth') @section('content')
Title | Excerpt | Date Published | Actions |
---|---|---|---|
{{ $news->title }} | {!! Str::limit($news->excerpt, 50) !!} | {{ $news->publish_date ? \Carbon\Carbon::parse($news->publish_date)->format('M d, Y') : 'Not Published' }} | View Edit |