@extends('admin.layouts.app') @section('page_title', 'Kelola Berita') @section('breadcrumb', " > " . "Kelola Berita") @section('content')
| Gambar | Judul | Status | Tanggal | Aksi |
|---|---|---|---|---|
|
|
{{ Str::limit($post->title, 50) }}
{{ $post->slug }} |
@if($post->is_published) Terbit @else Draft @endif | {{ $post->created_at->format('d M Y') }} | |
| Tidak ada data berita. | ||||