@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") @push('head-area') @endpush @section('content') Home / Contact Us Contact Us Get In Touch Address 2417 Jericho Turnpike, #333, Garden City Park, NY (USA). Email Address sale@GerMedUSA.com Phone Number +1 (516) 997-2180 Fax Number 800-260-7177 | +1(516) 358 2182 Tell Us Your Message Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris risus odio, placerat et blandit at, molestie non dolor. Full Name Please provide your name. Email Please provide a valid email address. Phone Please provide a valid phone number. Message Please enter your message. Submit @endsection @push('after-scripts') @if (config('access.captcha.contact')) @captchaScripts @endif @endpush