@component('layouts.app', [ 'title' => $notice['title'], 'metaDescription' => $notice['summary'], ]) @include('partials.page-hero', [ 'eyebrow' => $notice['category'] . ' · ' . $notice['number'], 'title' => $notice['title'], 'subtitle' => $notice['summary'], ])
Back to Notice Board @if ($notice['urgent'])

Urgent Notice — this update requires immediate customer attention.

@endif

Notice Number

{{ $notice['number'] }}

Category

{{ $notice['category'] }}

Published

{{ $notice['date'] }}

@foreach ($notice['body'] as $paragraph)

{{ $paragraph }}

@endforeach

Questions about this notice? Contact our Grievance Officer or visit the FAQ page.

@include('frontend.partials.home.cta') @endcomponent