@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 @push('schema') {!! \App\Helpers\SchemaHelper::render( \App\Helpers\SchemaHelper::faq([ [ 'question' => 'What is co-curricular activities?', 'answer' => 'Co-curricular activities are school programs that run alongside classroom learning. They help students develop practical skills, creativity, confidence, and teamwork while supporting academic growth.' ], [ 'question' => 'What is the meaning of co-curricular activities?', 'answer' => 'The meaning of co-curricular activities is learning experiences that complement the school curriculum. They allow students to apply classroom knowledge in real-life situations and grow personally and socially.' ], [ 'question' => 'What are co-curricular activities in school?', 'answer' => 'In school, co-curricular activities are programs that enhance classroom learning. Examples include robotics, interactive board sessions, sports, arts, and debates. These activities help students build practical skills, confidence, and teamwork.' ], [ 'question' => 'Why are co-curricular activities important?', 'answer' => 'They are important because they help students learn new skills, explore their interests, and grow academically and personally. Co-curricular activities also promote creativity, teamwork, and overall development.' ], [ 'question' => 'How do co-curricular activities help students?', 'answer' => 'Co-curricular activities help students improve communication, leadership, and critical thinking skills. They also boost confidence, encourage teamwork, reduce stress, and support better academic performance.' ], ]) ) !!} @endpush @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


Your Questions About IGSS, Answered Simply

Co-curricular activities are school programs that run alongside classroom learning. They help students develop practical skills, creativity, confidence, and teamwork while supporting academic growth.

The meaning of co-curricular activities is learning experiences that complement the school curriculum. They allow students to apply classroom knowledge in real-life situations and grow personally and socially.

In school, co-curricular activities are programs that enhance classroom learning. Examples include robotics, interactive board sessions, sports, arts, and debates. These activities help students build practical skills, confidence, and teamwork.

They are important because they help students learn new skills, explore their interests, and grow academically and personally. Co-curricular activities also promote creativity, teamwork, and overall development.

Co-curricular activities help students improve communication, leadership, and critical thinking skills. They also boost confidence, encourage teamwork, reduce stress, and support better academic performance.
@endsection @push('footer-scripts') @endpush