@extends('layouts.frontend') @section('title', 'News & Announcements - Kidscholl Academy') @section('styles') @endsection @section('content')
ANNOUNCEMENTS

News, Notices & Circulars

Stay closely connected with our campus. Read active announcements, circular PDFs, exam schedules, and holiday timetables below.

@forelse($announcements as $ann) @php $date = \Carbon\Carbon::parse($ann->created_at); $categoryLower = strtolower($ann->category); @endphp
{{ $date->format('M') }}
{{ $date->format('d') }}
{{ $ann->category }} Posted: {{ $date->format('h:i A') }}

{{ $ann->title }}

{{ $ann->description }}

@if($ann->attachment_path) @endif
@empty

No Announcements Found

There are no active notices or bulletins published at this time.

@endforelse

No Match Found

Try adjusting your keyword search or selecting another category.

@endsection @section('scripts') @endsection