@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- HEADER --}}
{{-- BLOG HEADER --}}

Blog

Artikel dan berita terbaru seputar manajemen sekolah Islam terpadu.

{{-- BLOG POSTS --}}
@if ($posts->count() === 0)
📝

Belum ada artikel

Artikel akan segera hadir. Nantikan update dari kami.

@else
@foreach ($posts as $post) @if ($post->featured_image)
{{ $post->title }}
@else
📖
@endif
{{ ucfirst($post->category) }} {{ $post->published_at->diffForHumans() }}

{{ $post->title }}

{{ $post->excerpt ?: Str::limit(strip_tags($post->body), 150) }}

{{ strtoupper(substr($post->author->name, 0, 2)) }}

{{ $post->author->name }}

{{ number_format($post->visit_count) }} kunjungan

@endforeach
{{ $posts->links() }}
@endif
{{-- FOOTER --}}