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

{{ $pengumuman->judul }}

{{ $pengumuman->author }} {{ $pengumuman->published_at ? $pengumuman->published_at->format('d/m/Y') : $pengumuman->created_at->format('d/m/Y') }}
{!! nl2br(e($pengumuman->isi)) !!}
Kembali ke Daftar Pengumuman
@endsection