@extends('admin.layout.tamplate') @section('content')
| Informasi Konten | Kategori | Status | Views | Tanggal Rilis | Tindakan |
|---|---|---|---|---|---|
|
{{ $news->title }} Admin | {{ $news->slug }} |
{{ $news->category->name ?? 'Uncategorized' }} | @if ($news->status == 'publish') Terbit @else Draft @endif | {{ number_format($news->views) }} |
{{ $news->created_at->format('d M Y') }}
{{ $news->created_at->format('H:i') }} WIT
|