@extends('layouts.app') @section('title', $pengumuman->judul) @section('content')

{{ $pengumuman->judul }}

Dipublikasikan pada {{ $pengumuman->created_at->translatedFormat('d F Y, H:i') }} WIB

{!! $pengumuman->konten !!}
@if($pengumuman->lampiran) @endif
@endsection