{{ __('Notification') }} {{ __('List of all announcements') }}
{{ __('Add announcement') }}
@foreach ($data as $announcement) @endforeach
{{ __('Date') }} {{ __('Title') }} {{ __('Description') }}
{{ \Carbon\Carbon::parse($announcement['created_at']->toDateTimeString())->format('d M Y') }} {{ $announcement['title'] ?? '' }} {{ $announcement['body'] ?? '' }}