@extends('site::layouts.master')
@section('title', $pageTitle ?? 'Contact Us')
@section('content')
Feel Free to Write
{!! $contactUsPageShortDescription->content ?? '-' !!}
Have any question?
{!! $contactUsPagephoneNumber->content ?? '-' !!}
Write email
{!! $contactUsPageEmail->content ?? '-' !!}
Visit anytime
{!! $contactUsPageAddress->content ?? '-' !!}
{!! $contactUsPageOpenTime->content ?? '-' !!}
Our Location on Map
@if (isset($googleMap))
@endif