@extends('layouts.main') @section('content')
{{ session('success') }}
{{ session('deleted') }}
| No | Penulis | Judul | Kategori | Tanggal | Aksi |
|---|---|---|---|---|---|
| {{ $news->firstItem() + $index }} |
{{ substr(optional($item->author)->name ?? '?', 0, 1) }}
{{ optional($item->author)->name ?? 'Tanpa Penulis' }}
|
{{ $item->title }}
|
@php $catName = optional($item->category)->name; @endphp {{ $catName ?? 'Tidak Ada Kategori' }} |
{{ $item->created_at->format('d M Y') }}
|
|