@extends('front.layouts.master') @section('content') @include('recaptcha::script')
How Can We Help?
One of our US based representative will reach out to you as soon as possible!
{{Form::open(['route'=>['contact'],'data-parsley-validate'])}}
{!! Form::text('name',Null,['class'=>'form-input','id'=>'name']) !!} {{ $errors->first('name', ':message') }}
{!! Form::email('email',Null,['class'=>'form-input', 'id'=>'email']) !!} {{ $errors->first('email', ':message') }}
{!! Form::number('phone',Null,['class'=>'form-input', 'id'=>'phone']) !!} {{ $errors->first('phone', ':message') }}
{!! Form::text('company',Null,['class'=>'form-input', 'id'=>'company']) !!} {{ $errors->first('company', ':message') }}
{!! Form::textarea('description',Null,['class'=>'form-textarea', 'id'=>'description']) !!}
@include('recaptcha::widget') {{ $errors->first('g-recaptcha-response', ':message') }}
{{Form::close()}}

Feel free to call us directly at 619-631-8820 to speak with a representative for a faster response.

Mon - Fri 7am-4pm PST.

@endsection