@extends('layouts.frontend') @section('title', 'Contact Us - Kidscholl Academy') @section('styles') @endsection @section('content')
GET IN TOUCH

Contact Our Campuses

Have questions about registration, scheduling school visits, portal access, or bus routes? Our support team is here to assist you.

Call helpline

Administrative Office Desk:

+1 234 567 8900
Email support

General & Billing Queries:

contact@kidscholl.edu
Main campus location

Stop by our admission desk for prospectus details:

123 Education Boulevard, Knowledge City

Send An Enquiry

Fill out this online inquiry form, and our representative will call you back shortly.

@if(session('success')) @endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror
Visit Campus

Timings: Mon - Fri (8:00 AM to 3:00 PM). Parents are welcome to schedule guided campus walkthroughs!

@endsection @section('scripts') @endsection