@extends('front.layouts.master') @section('content')

Contact Us

@php $contactSetting = frontContactSetting(); // print_r($contactSetting); exit; @endphp

Get in Touch

{{ $contactSetting->about_us ?? 'We would love to hear from you. Kindly fill the form below and leave us your message. We will get back to you shortly.' }}

Contact Number

{{--

{{ $contactSetting->contact_numbers ?? '0181 227 2829' }}

--}}

{{ $setting->call_emergency }}

+91-9814860339

+91-9814147339

Email

{{ $setting->email }}

Address

{{ $setting->location }}


Follow us on @if (!empty($contactSetting?->facebook_url)) @else @endif @if (!empty($contactSetting?->instagram_url)) @else @endif @if (!empty($contactSetting?->twitter_url)) @endif @if (!empty($contactSetting?->linkedin_url)) @endif
Contact Us
{!! Form::open([ 'route' => 'front.contact-us-submit', 'method' => 'POST', 'id' => 'ajax-submit', ]) !!}
{!! Form::close() !!}
@if (!empty($pageContent->direction_link)) @endif
@endsection @section('frontend_bottom_script') {{-- //account used for captcha is projects.intellisense@gmail.com --}} @endsection