@extends('layouts.app') @section('content') @php $lang = app()->getLocale(); @endphp {{-- ── HERO ──────────────────────────────────────────────── --}}
{{ __('site.contact_badge') }}

{{ __('site.contact_heading') }}

{{ __('site.contact_sub') }}

{{-- ── MAIN CONTENT ──────────────────────────────────────── --}}
{{-- Enquiry Form --}}

{{ __('site.form_heading') }}

@include('partials.enquiry-form', ['source' => 'contact_page'])
{{-- Contact Info sidebar --}}

{{ __('site.footer_contact') }}

{{-- Address --}}

{{ __('site.contact_address') }}

{{ setting('address','Tampu Stand, Near New Customs Office, Sonauli Border, Maharajganj, Uttar Pradesh') }}

@if(setting('google_maps_link')) Get Directions @endif
{{-- India Phones --}} {{-- Nepal Phone --}} {{-- Email --}} {{-- Business Hours --}}

{{ __('site.contact_hours') }}

{{ setting('business_hours','Mon–Sat: 9:00 AM – 8:00 PM') }}

{{-- WhatsApp CTA --}}

{{ __('site.btn_whatsapp') }}

Usually replies within 15 minutes

{{-- ── MAP ────────────────────────────────────────────────── --}} @if(setting('google_maps_embed_url'))
@else

Tampu Stand, Sonauli Border

Maharajganj, Uttar Pradesh, India

Open in Google Maps
@endif {{-- ── NEPAL EXPORT CTA ───────────────────────────────────── --}}
🇳🇵

{{ __('site.nepal_badge') }}

{{ __('site.nepal_sub') }}

{{ __('site.home_nepal_btn') }} →
@endsection