@php $notices = $this->getNotices(); @endphp
@if ($notices->isEmpty()) No notices yet. @else
@foreach ($notices as $notice)
{{ $notice->title }} {!! $this->getNoticeDetail($notice->id) !!}
{{ $notice->published_at?->format('d M Y') }}
@endforeach
{{ $notices->links() }}
@endif