@extends('admin.layouts.app') @section('title', 'Blog') @section('content')

Blog məqalələri

Yeni məqalə
@foreach($posts as $post) @endforeach
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ə
@csrf @method('DELETE')
@endsection