@extends('layouts.app') @section('title', 'Contact Us') @section('meta_description', 'Welcome to Innerharmony Your Sanctuary for Personalized Holistic Consultancy, where Mind, Body, and Soul Flourish') @push('styles') @endpush @section('content')

Contact Us

We'd love to hear from you

Send a Message

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

Get in Touch

Visit Us

New Delhi, India
New Delhi – 110021

Get Directions
WhatsApp
+91 9810897192
Working Hours

Monday – Saturday: 9:00 AM – 7:00 PM

Sunday: 10:00 AM – 2:00 PM (Online Only)

@endsection