@extends('layouts.app') @section('title', $siteContext->name) @section('content')
01

Scholarship Facility

Generous scholarships for meritorious, talented, and needy students.

02

Skilled Lecturers

Experienced and highly qualified faculty members providing personal care.

03

Book Library Facility

Well-stocked resources with study spaces and e-learning access.

04

Affordable Price

Quality education delivered with transparent and affordable fees.

30 Years Of
Quality Service
About Our {{ $siteContext->isSchool() ? 'School' : 'College' }}

{{ $siteContext->name }} Inspires You More.

We believe in holistic student development, where academics meet practical knowledge, critical thinking, and character building. Our experienced faculty and high-quality infrastructures ensure students are fully prepared to meet global challenges.

Education Services

Tailored curriculum promoting deep subject knowledge.

International Hubs

Preparing students for globally competitive paths.

Our commitment is to guide each individual student toward academic success and social responsibility.

20
+ Programs
1500
+ Our Students
50
+ Skilled Lecturers
15
+ Excellence Years
Our Programs

Let's Check Our Programs

Explore our carefully designed programs and curriculum that align with academic standards and cater to diverse interests.

@forelse($programs as $program)
Academics @if($program->image) {{ $program->name }} @else {{ $program->name }} @endif
{{ $program->duration }}

{{ $program->name }}

{{ Str::limit($program->description, 100) }}

@empty

No programs published yet.

@endforelse
Prativa School Campus
Our Faculty

Meet Our Academic Staff

Dedicated professionals committed to nurturing curiosity and excellence in every student.

@forelse($teachers as $teacher)
@if($teacher->image) {{ $teacher->name }} @else {{ $teacher->name }} @endif
{{ $teacher->name }}
{{ $teacher->designation }}
@empty

Faculty details will be listed soon.

@endforelse

Admission Open - Apply Today For Classes

Register online to secure a seat for your child. Admissions are open for both Secondary School and Plus Two College courses.

Events

Our Upcoming Events

Keep track of our school and college calendar events, co-curricular tournaments, and parent assemblies.

@forelse($events as $event)
{{ $event->location }}
@if($event->image) {{ $event->title }} @else {{ $event->title }} @endif
{{ $event->event_date->format('d M, Y') }} {{ $event->event_date->format('g:i A') }}

{{ $event->title }}

{{ Str::limit($event->description, 120) }}

@empty
No upcoming events listed.
@endforelse
Testimonials

What Our Community Says

Hear from our students, alumni, parents, and community about their Prativa experience.

News & notices

Latest Updates & Notices

Stay informed with the latest notifications, announcement boards, and highlight releases.

@forelse($news as $newsItem)
{{ $newsItem->published_at->format('F d, Y') }}
@if($newsItem->image) {{ $newsItem->title }} @else {{ $newsItem->title }} @endif

{{ $newsItem->title }}

{{ Str::limit(strip_tags($newsItem->content), 100) }}

Read Notice
@empty
No news updates posted yet.
@endforelse
@endsection @section('scripts') @endsection