@extends('layouts.admin-apoteker') @section('title', '📰 Daftar Berita') @section('content')
# | Media | Judul | Kategori | Tanggal | Pinned | Aksi |
---|---|---|---|---|---|---|
{{ $loop->iteration + ($news->currentPage() - 1) * $news->perPage() }} |
@if ($item->image)
@if ($isVideo)
@else
|
{{ $item->title }} | {{ $item->category }} | {{ \Carbon\Carbon::parse($item->publish_date)->translatedFormat('d M Y') }} | @if($item->is_pinned) Pinned @else – @endif | ✏️ Edit |
Belum ada data berita. |