@include('layouts.main.header') @include('layouts.sidebar.admin')

{{$title}}

{{$title}}

Pengumuman Terakhir
@foreach($data_pengumuman->sortByDesc('created_at') as $pengumuman)
{{$pengumuman->created_at}}

{{$pengumuman->user->admin->nama_lengkap}} {{$pengumuman->judul}} @if($pengumuman->created_at != $pengumuman->updated_at)edited@endif

{!! $pengumuman->isi !!}
@if(Auth::user()->id == $pengumuman->user_id) @endif
@endforeach
@include('layouts.main.footer')