@extends('oxygen::layouts.master-frontend-internal') @push('meta') @if (config('features.security.recaptcha_enabled')) @endif @endpush @section('internal-page-contents')
@include('oxygen::partials.flash')
If you have a question or want to contact us, fill the form below and send us a message.


{{ Form::open(['url' => '/contact-us', 'method' => 'post', 'class' => 'form-horizontal']) }} {{ csrf_field() }}
{{ Form::textarea('userMessage', '', ['class' => 'form-control']) }}
@if (config('features.security.recaptcha_enabled'))
@endif
{{ Form::close() }}
@stop