@extends('admin.layouts.app') @section('title', 'Kelola Berita') @section('content')
| No | Gambar | Judul | Ringkasan | Tanggal | Aksi |
|---|---|---|---|---|---|
| {{ $news->firstItem() + $index }} |
@if($item->image)
|
{{ $item->title }} | {{ Str::limit($item->excerpt, 60) }} | {{ \Carbon\Carbon::parse($item->published_date)->format('d M Y') }} |