@extends('admin.layouts.app') @section('content')
| Gambar | Judul | Status | Tanggal | Aksi |
|---|---|---|---|---|
|
@if($post->image)
|
{{ $post->title }} | @if($post->is_published) Publish @else Draft @endif | {{ $post->created_at->format('d M Y') }} | |
| Belum ada berita. | ||||