@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

News & Events | Ignite School System (IGSS)

Stay updated with the latest news and events at Ignite School System (IGSS). Find updates on school activities, announcements, competitions, workshops, and celebrations.

Our News & Events section keeps parents and students informed about important highlights, including annual functions, award ceremonies, sports events, and special programs. Explore how our students learn, grow, and shine at IGSS.

{{-- @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--}} @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'] !!}

@else

{{ $event['title'] }}

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

{{ 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