@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->contact_page_title }} @endif @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_contact }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_contact }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => $pageHeading ? $pageHeading->contact_page_title : '', ])
@if (!empty($info->address))

{{ $info->address }}

@endif @if (!empty($info->contact_number)) @endif @if (!empty($info->email_address)) @endif

{{ __('Contact Us') }}

@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('subject')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror
@if ($info->google_recaptcha_status == 1)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
@error('g-recaptcha-response')

{{ $message }}

@enderror
@endif
{!! showAd(3) !!}
@endsection