@extends('front.layouts.master') @section('title', 'Contact Us') @section('content')
{!! __('contact-us.hero_title') !!}

{!! __('contact-us.hero_subtitle') !!}

{!! __('contact-us.hero_btn') !!}

{!! __('contact-us.hero_location') !!}

Dubai, United Arab Emirates

{!! __('contact-us.hero_contact') !!}

Phone:{{ $setting->phone_no }}

{!! __('contact-us.hero_email') !!}

{{ $setting->email }}

@include('front.partials.contact-us') @endsection