@include('front.layout.front_head')
@include('front.layout.front_header')
@include('front.layout.front_breadcrumbs')

contact us

{{ Form::open(array( 'action' => 'HomeController@postContact','class'=>'form-horizontal','files' => true,'role' => 'form', 'enctype'=>'multipart/form-data')) }}
@if (\Session::has('success'))

{{\Session::get('success')}}

@endif {{Form::close()}}
@include('front.layout.front_footer')