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

Pengumuman

@foreach ($pengumumans as $pengumuman)
{{ $pengumuman->judul }}
{{ $pengumuman->created_at->diffForHumans() }}

{!! $pengumuman->excerpt !!} Selengkapnya

@endforeach
{{ $pengumumans->links() }}
@endsection