@extends('layouts.public') @section('title', 'Contact Us - ' . $siteName) @section('description', 'Contact the ' . $siteName . ' support team for help with your profile, membership, account, or matrimonial journey.') @push('head') @endpush @section('content') @php $contactAddress = $siteKey === 'himrishtey.com' ? "1st Floor, Manali, Mandi - Pathankot Road\nOpp. Palam Hardware Kalu Ki Hatti\nBag Uparla, Palampur\nHimachal Pradesh 176102" : $siteSupportAddress; @endphp
Contact Us

How can we help?

Questions about your profile, membership, or matches? Send us a message and our team will get back to you.

Send us a message

Fields marked with * are required.

@if (session('contact_success'))
{{ session('contact_success') }}
@endif @if ($errors->any()) @endif
@csrf
@error('name'){{ $message }}@enderror
@error('email'){{ $message }}@enderror
@error('phone'){{ $message }}@enderror
@error('profile_id'){{ $message }}@enderror
@error('subject'){{ $message }}@enderror
@error('message'){{ $message }}@enderror
@error('captcha'){{ $message }}@enderror
@endsection