Pengumuman
@if(session('ok')){{ session('ok') }}
@endif@forelse($items as $a)@empty
{{ $a->audience }}
{{ $a->title }}
{{ $a->body }}
Belum ada pengumuman.
@endforelse{{ $items->links() }}@extends('layout') @section('body')
{{ $a->body }}
Belum ada pengumuman.
@endforelse{{ $items->links() }}