@extends('front.layouts.master') @section('seo_title', $global_other_page_items->page_contact_seo_title) @section('seo_meta_description', $global_other_page_items->page_contact_seo_meta_description) @section('content')

{{ $global_other_page_items->page_contact_title }}

{{ $global_other_page_items->page_contact_send_mail_subheading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($global_other_page_items->page_contact_send_mail_heading))) !!}

@csrf
@if($global_setting->google_recaptcha_status == 'Show')
@endif
{{ $global_other_page_items->page_contact_info_subheading }}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($global_other_page_items->page_contact_info_heading))) !!}

{!! str_replace(["

", "

"], ["", ""], clean(nl2br($global_other_page_items->page_contact_info_text))) !!}
@if($global_setting->map != '')
{!! $global_setting->map !!}
@endif @endsection