@extends('site_app') @section('head_title', trans('words.contact_us').' - '. getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(getcong('recaptcha_on_contact_us')) @endif @if(get_web_banner('other_page_top')!="")
{!!stripslashes(get_web_banner('other_page_top'))!!}
@endif

{{trans('words.address')}}

{{$page_info->page_contact_address}}

{{trans('words.contact_us')}}

{{trans('words.follow_us')}}

{{trans('words.get_in_touch')}}

{{ html()->form('POST', url('/page/contact_send')) ->attributes(['class' => 'contact_form_block', 'id' => 'contact_form', 'name' => 'contact_form', 'role' => 'form', 'enctype' => 'multipart/form-data','onsubmit' => 'return submitForm();'])->open() }}
@if(getcong('recaptcha_on_contact_us'))
@endif
{{ html()->form()->close() }}
{!!stripslashes($page_info->page_contact_map)!!}
@endsection