@extends('layouts.inner') @section('title', 'Contact Us') @section('description', 'Request a freight quote or speak with an A1 Movex Global logistics specialist. We respond to every enquiry within one business day.') @section('hideCta', true) @php $cargoTypes = ['General Cargo', 'Perishable / Cold Chain', 'Oversized / Project Cargo', 'Hazardous Materials', 'Documents & Parcels', 'Vehicles & Machinery', 'Other']; @endphp @section('content')
Contact New Delhi · India

Let’s Move Your Cargo

Request a tailored quote or speak directly with a logistics specialist. We respond within one business day.

Tell us what
you need.

Share your shipment details below and our specialists will prepare a clear, tailored quote, no obligations, no hidden fees.

@csrf
@error('name'){{ $message }}@enderror
@error('company'){{ $message }}@enderror
@error('email'){{ $message }}@enderror
@error('phone'){{ $message }}@enderror
@error('service'){{ $message }}@enderror
@error('origin'){{ $message }}@enderror
@error('destination'){{ $message }}@enderror
@error('cargo_type'){{ $message }}@enderror
@error('weight'){{ $message }}@enderror
@error('message'){{ $message }}@enderror
    @error('documents'){{ $message }}@enderror @error('documents.*'){{ $message }}@enderror
    @endsection