@extends('layouts.inner') @section('title', 'Contact Us - Ajyad International') @section('meta') @endsection @push('styles') {{-- reCAPTCHA: load synchronously in so widget renders correctly --}} @endpush @section('content') {{-- ===== HERO ===== --}}

Contact Us

Home Pages Contact Us
{{-- ===== MAIN: LEFT INFO + RIGHT FORM ===== --}}
{{-- LEFT COLUMN --}}

Reach Out to Our Dedicated Support Team

Our team is ready to help. Your satisfaction is our priority

Got a question, need advice, or looking for help? Our knowledgeable team is here to assist you every step of the way. We're just a message or call away, ready to provide the guidance you need.

{{-- Email --}}
Email Address
{{-- Phone --}}
Phone Number
{{-- RIGHT COLUMN: FORM --}}

Get in Touch

How we can help you? Please write down your query

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror
@error('g-recaptcha-response')
{{ $message }}
@enderror
{{-- ===== BRANCH OFFICES + INTERACTIVE MAP ===== --}}

Find Us Across the Globe

Click on any office below to view its location on the map.

{{-- Branch Cards --}}
{{-- Oman --}}
Oman — Muscat
PO BOX: 202, Postal Code: 101,
Taimour Complex, Al Mawaleh,
Behind Seeb City Center, Muscat Oman.
View on Map
{{-- Dubai --}}
Dubai — UAE
Shop 4, Sbk Al Rayyan Residence 44,
Shop No - 3, 7D St, Hor Al Anz,
Dubai, United Arab Emirates.
View on Map
{{-- India --}}
India — Chennai
New No: 4/1, Old No: 67/1,
Balakrishna Naicker Street,
West Mambalam, Chennai - 600033.
View on Map
{{-- Dynamic Map --}}
India — Chennai
@endsection @push('scripts') @endpush