@extends('site_app') @section('head_title', $page_info->page_title.' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(getcong('recaptcha_on_contact_us')) @endif
{!! Form::open(array('url' => 'contact_send','class'=>'row','id'=>'contact_form','role'=>'form','onsubmit'=>'return submitForm();')) !!}
@if(getcong('recaptcha_on_contact_us'))
@endif
{!! Form::close() !!}
@if($page_info->page_content)
{!!stripslashes($page_info->page_content)!!}
@endif
@endsection