@extends('layouts.shop') @push('schema_markup') @php $contactSchema = \App\Models\SeoSetting::where('page_name', 'contact')->value('schema_markup'); @endphp @if($contactSchema) {!! $contactSchema !!} @endif @endpush @section('content')
Get in touch
We'd love to hear from you. Send us a message and we'll respond as soon as possible.
Have questions about our products or need assistance? We're here to help! Reach out to us through any of the channels below.
Call Us
{{ $settings->phone_support ?? '+91-1234567890' }}
Email Us
{{ $settings->email_support ?? 'sales@hairniche.in' }}
Visit Us
{!! nl2br(e($settings->address_head ?? '123 Lugani Street, City, Country')) !!}
We usually respond within 24 hours.
@if(session('success')){{ session('success') }}
{{ $store->address_line1 }}
@if($store->address_line2) {{ $store->address_line2 }}
@endif
{{ $store->city }}, {{ $store->state }} {{ $store->postal_code }}
{{ $store->country }}
Phone: {{ $store->phone }}
@endif @if($store->email)Email: {{ $store->email }}
@endif