Blog Yazıları

{{-- Filtreler --}}
{{-- Tablo --}}
@forelse($posts as $post) @empty @endforelse
Görsel Yazı Başlığı Kategori Yayın Tarihi Okunma Durum İşlemler
@if($post->featured_image_url) {{ $post->title }} @else
Görsel Yok
@endif
{{ $post->title }} @if($post->is_featured) Öne Çıkan @endif
{{ $post->slug }}
@if($post->category) {{ $post->category->name }} @else @endif @if($post->published_at) {{ $post->published_at->format('d.m.Y H:i') }} @if($post->published_at->isFuture()) Zamanlanmış @endif @else Yayın Tarihi Yok @endif {{ $post->views_count }}
Blog yazısı bulunamadı.
{{-- Sayfalama --}} {{ $posts->links('vendor.pagination.bootstrap-5') }}