@extends('layouts.main') @section('content') @extends('layouts.main') @section('content')

Publikasi

Berita dan Kegiatan

Informasi terbaru seputar kegiatan organisasi, pelatihan, rapat, dan aktivitas profesi.

@forelse($posts as $post)
@if($post->image) {{ $post->title }} @else
Foto Berita
@endif

{{ optional($post->published_at)->format('d M Y') ?? $post->created_at->format('d M Y') }}

{{ $post->title }}

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

Baca Selengkapnya →
@empty
Belum ada berita dipublikasikan.
@endforelse
{{ $posts->links() }}
@endsection
@forelse($posts as $post)
@if($post->image) {{ $post->title }} @else
Foto Berita
@endif

{{ optional($post->published_at)->format('d M Y') ?? $post->created_at->format('d M Y') }}

{{ $post->title }}

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

@empty
Belum ada berita dipublikasikan.
@endforelse
{{ $posts->links() }}
@endsection