{!! $frontDetail->contact_html !!}
{!! Form::open(['id'=>'contactUs','class'=>'row', 'method'=>'POST']) !!}

@if ($global->google_recaptcha_status)

@endif
{!! Form::close() !!}
@lang('app.address')

{{ $detail->address }}

@if($detail->phone)
@lang('app.phone')

{{ $detail->phone }}

@endif
@lang('app.email')

{{ $detail->email }}