@extends('layouts.apoteker') @section('title', '📰 Berita Saya') @section('content')
# | Media | Judul | Kategori | Tanggal | 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') }} | ✏️ Edit |
Belum ada berita yang ditulis. |