@extends('front.app_front') @section('content')

{{ $contact_data->name }}

{!! $contact_data->contact_map !!}

{{ ADDRESS }}

{!! clean(nl2br($contact_data->contact_address)) !!}

{{ PHONE_NUMBER }}

{!! clean(nl2br($contact_data->contact_phone)) !!}

{{ EMAIL_ADDRESS }}

{!! clean(nl2br($contact_data->contact_email)) !!}

{{ CONTACT_FORM }}

@csrf
@if($g_setting->google_recaptcha_status == 'Show')
@endif
@endsection