@extends($data['layout']) @section('title', $data['page']->meta_title) @section('meta_description', $data['page']->meta_description) @section('meta_url', URL::Current()) @section('page_title', $data['page']->meta_title) @section('product_description',$data['page']->meta_description) @php if(app()->environment() == 'dev') $site = 'dev'; else $site = 'www'; @endphp @section('image','https://'.$site.'.germedusa.com/static/assets/images/og_imag_logo.png') @section('image:width', "385") @section('image:height', "145") @section('content')

Contact Us

@if ($data['layout'] == 'frontend.layouts.mobile')

Get Office Info.

 
Our Address

2417 Jericho Turnpike, #333,
Garden City Park,
NY 11040 (USA).

 
Phone Number

Office: +1(516) 997-2180

 
Fax Number

800-260-7177 | +1(516) 358 2182

 
Email Address

Email: sales@GerMedUSA.com

@else {!! $data['page']->content !!} @endif

Tell Us Your Message

{{ html()->form('POST', route('frontend.contact.send'))->id('contact-form')->open() }}
{{ html()->label(__('validation.attributes.frontend.name'))->for('name') }} {{ html()->text('name', optional(auth()->user())->name)->placeholder(__('validation.attributes.frontend.name'))->attribute('maxlength', 191)->required()->autofocus()->value('')->style('transition:none') }}
{{ html()->label(__('validation.attributes.frontend.email'))->for('email') }} {{-- {{ html()->email('email', optional(auth()->user())->email) ->placeholder(__('validation.attributes.frontend.email')) ->attribute('maxlength', 191) ->required()->value(('')) ->style('transition:none') }} --}}
{{ html()->label(__('validation.attributes.frontend.phone'))->for('phone') }} {{-- {!! Form::text('phone', null,['required' => 'required','pattern'=>"\d*",'maxlength'=>'13', 'placeholder'=>'Enter phone ...', 'class' => 'text_input' , 'id' =>'phoneNumber']) !!} --}} {{ html()->text('phone')->placeholder(__('validation.attributes.frontend.phone'))->class('phone')->id('phoneNumber')->attribute('maxlength', 14)->required()->style('transition:none') }}
{{ html()->label(__('validation.attributes.frontend.message'))->for('message') }} {{ html()->textarea('message')->placeholder(__('validation.attributes.frontend.message'))->attribute('rows', 3)->required()->style('transition:none,resize: none')->style('resize: none') }}

{{ html()->form()->close() }}
@endsection @push('after-scripts') @if (config('access.captcha.contact')) @captchaScripts @endif @endpush