@extends('layouts.public') @section('title', 'About Us | CEPI Pakistan') @section('content')

About CEPI

Shaping aspirants into exam-ready achievers.

Competitive Exams Preparatory Institute is built around disciplined exam preparation, strong mentorship, and subject-focused teaching for serious aspirants across Pakistan.

@foreach ($aboutStats as $stat)

{{ $stat['value'] }}

{{ $stat['label'] }}

@endforeach
@foreach ($aboutHighlights as $highlight)

{{ $highlight['title'] }}

{{ $highlight['body'] }}

@endforeach

Faculty Highlights

Mentors and specialists guiding CEPI learners.

Talk to CEPI
@foreach ($teamMembers as $member)
{{ strtoupper(substr($member['name'], 0, 1)) }}

{{ $member['name'] }}

{{ $member['role'] }}

{{ $member['summary'] }}

@endforeach
@endsection