{{-- Main content --}}
{{ ucfirst($publication->category) }} {{ $publication->published_at?->format('d F Y') }}
@if($publication->image)
{{ $publication->title }}
@endif
@if($publication->content) {!! nl2br(e($publication->content)) !!} @elseif($publication->excerpt)

{{ $publication->excerpt }}

@else

Konten artikel akan segera tersedia.

@endif
{{-- Sidebar --}}
LPH SALMAN ITB
PUBLIKASI
@if($related->count() > 0)

Artikel Terkait

@endif