@extends('frontend.layouts.app') @section('page_title') IGSS News & Events | Ignite School System Faisalabad @endsection @section('description') Stay updated with IGSS News & Events, including school IGSS activities, announcements, results, and achievements. @endsection @section('keywords') Ignite School System Updates,Ignite School System Faisalabad news,IGSS academic and co-curricular news @endsection @section('content')
Breadcrumb

News & Events

@if($events->count() > 0) @foreach($events as $index => $event)
@if($loop->iteration % 2 != 0)
{{ date('d M, Y', strtotime($event['date'])) }}
Session

{{ $event['title'] }}

{!! $event['description'] !!}

Read More
@else

{{ $event['title'] }}

{!! $event['description'] !!}

Read More
{{ date('d M, Y', strtotime($event['date'])) }}
Session
@endif
@endforeach
{{ $events->links('pagination::bootstrap-5') }}
@else

No News or Events Found

Stay tuned — new updates will be posted soon.

@endif
@endsection