@extends('backend.master') @section('title', 'Headlines') @section('content')
| # | Headline | Created | Updated | Actions |
|---|---|---|---|---|
| {{ $h->id }} |
{{ \Illuminate\Support\Str::limit($h->headline, 140) }}
|
{{ optional($h->created_at)->format('d M Y, h:i A') }} | {{ optional($h->updated_at)->format('d M Y, h:i A') }} |
Edit
{{-- inline delete (no modal) --}}
|
| No headlines found. | ||||