@extends('layouts.mobile.modern') @section('title', 'Detail Pengumuman') @section('header_left') @endsection @push('mystyle') @endpush @section('content')

{{ $pengumuman->judul }}

{{ \Carbon\Carbon::parse($pengumuman->created_at)->translatedFormat('d F Y, H:i') }}
{!! nl2br(e($pengumuman->isi)) !!}
@endsection