@extends('frontend.layouts.app') @section('page_title') IGSS Co-Curricular Activities | Ignite School System @endsection @section('description') Explore IGSS Co-Curricular Activities including sports, competitions, debates, and creative programs. IGSS Faisalabad builds skills and confidence. @endsection @section('keywords') IGSS Co-Curricular Activities,IGSS sports and competitions,Student engagement at IGSS @endsection @section('content')
Breadcrumb

Co-Curricular Activity

@if($events->count() > 0) @foreach($events as $index => $event)
{{-- Image Left / Right alternate --}} @if($loop->iteration % 2 != 0)
Activity Image
Icon
{{ $event['title'] }}
{!! $event['description'] !!}
@else
Activity Image
Icon
{{ $event['title'] }}
{!! $event['description'] !!}
@endif
@endforeach
{{ $events->links('pagination::bootstrap-5') }}
@else

No Activities Found

Please check back later for upcoming events and activities.

@endif
@endsection