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

Contact CEPI

Talk to our admissions and guidance team.

Reach out for admissions guidance, subject selection, batch details, mentoring, books, and program planning.

Send a Message

We’ll help you choose the right path.

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('mobile')

{{ $message }}

@enderror
@error('interested_in')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

Office Details

Address

{{ $contactDetails['address'] }}

Mobile Number

{{ $contactDetails['mobile'] }}

Email

{{ $contactDetails['email'] }}

WhatsApp

{{ $contactDetails['whatsapp'] }}

Need Faster Response?

For admissions and batch queries, WhatsApp is the quickest way to connect with the CEPI team.

Open WhatsApp
@endsection