@extends('admin.layouts.app') @section('title', 'Blog') @section('content')
| Başlıq | Kateqoriya | Yayımlanma | Status | |
|---|---|---|---|---|
| {{ $post->title }} | {{ $post->category?->name }} | {{ $post->published_at?->format('d.m.Y') ?: '—' }} | {{ $post->is_active ? 'Aktiv' : 'Deaktiv' }} | Redaktə |