@forelse ($posts as $post)

{{ optional($post->published_at)->locale('id')->translatedFormat('d F Y') ?? '-' }}

{{ $post->title }}

{{ $post->excerpt ?: \Illuminate\Support\Str::limit(strip_tags($post->content), 170) }}

Baca Detail
@empty

Informasi

Belum Ada Konten

Belum ada berita yang dipublikasikan saat ini.

@endforelse
{{ $posts->links() }}