@extends('frontend.layouts.app') @section('title', $data['page']->meta_title) @section('meta_keywords', $data['page']->meta_keywords) @section('meta_description', $data['page']->meta_description) @section('meta_url', URL::Current()) @section('page_title', $data['page']->meta_title) @push('head-area') @endpush @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('schema') @component('frontend.layouts.schema') {{-- { "@context": "https://schema.org", "@type": "Organization", "name": "GerMedUSA Inc.", "url": "https://www.germedusa.com/", "logo": "https://www.germedusa.com/design/assets/images/logo.png", "contactPoint": { "@type": "ContactPoint", "telephone": "516 997 2180", "contactType": "customer service", "contactOption": "TollFree", "areaServed": "US", "availableLanguage": "en" }, "sameAs": [ "https://www.facebook.com/GerMedUSA", "https://twitter.com/germedusa", "https://www.instagram.com/germedusaofficial/", "https://www.youtube.com/@germedusa834", "https://www.linkedin.com/company/germedusa-inc", "https://www.pinterest.com/GerMedUSA/", "https://www.germedusa.com/" ] } --}} { "@context": "https://schema.org", "@type": "Organization", "name": "GerMedUSA Inc.", "url": "https://www.germedusa.com/", "logo": "https://www.germedusa.com/design/assets/images/logo.png", "description": "Explore GerMedUSA’s catalog, get specially designed surgical instruments! We offer customization and special discounts to help surgeons ensure the best care. Keywords: Surgical Instruments, Surgery Instruments, Surgical Tools, Surgery Tools, Surgical Equipments, Medical Instruments", "contactPoint": { "@type": "ContactPoint", "telephone": "516 997 2180", "contactType": "customer service", "contactOption": "TollFree", "areaServed": "US", "availableLanguage": "en" }, "sameAs": [ "https://www.facebook.com/GerMedUSA", "https://twitter.com/germedusa", "https://www.instagram.com/germedusaofficial/", "https://www.youtube.com/@germedusa834", "https://www.linkedin.com/company/germedusa-inc", "https://www.pinterest.com/GerMedUSA/", "https://www.germedusa.com/" ] } @endcomponent @component('frontend.layouts.schema') { "@context": "https://schema.org/", "@type": "WebSite", "name": "GerMedUSA lnc.", "url": "https://www.germedusa.com/", "potentialAction": { "@type": "SearchAction", "target": { "@type": "EntryPoint", "urlTemplate": "https://www.germedusa.com/search-results?s={search_term_string}" }, "query-input": "required name=search_term_string" } } @endcomponent @endpush @section('content')
Crafted For
Excellence
@foreach ($data['featured_categories'] as $category)

{{$category->name ?? ''}}

Shop Now
@endforeach

Free Ground Shipping

For orders above $200 only for US and Canada.

Quality Products

We ensure our product quality all times for make our clients trust.

30 Day Return

Easy and simple product returns within 30 days of purchase

{{-- @dd($data['top_selling']) --}}

Special Surgical Sets

20% Off

Laparoscopy Instrument Set

SKU: G40-2630
Before $120
$97
20% Off

Myringotomy Instrument Set

SKU: G40-2910
Before $151.26
$121.01

Top Selling Instruments

@php $categories = App\Models\Product::getCategoryWiseProducts(); @endphp
@foreach ($categories as $category) @foreach ($category['products'] as $product)
POPULAR
SKU: {{ $product['sku'] }}
Select size for price.
{{ $product['name'] }}
@endforeach @endforeach
@foreach ($categories as $index => $category)
@foreach ($category['products'] as $product) {{-- @dd($product) --}}
POPULAR
SKU: {{ $product['sku'] }}
Select size for price.
{{ $product['name'] }}
@endforeach
@endforeach
Why Choose Us
Welcome to GerMedUSA we offer the best price.
GerMedUSA is committed to manufacturing and delivering innovative surgery instruments with the highest standards and cutting-edge technology. We have earned the trust of surgeons globally over the past three decades. Learn More

Warranty

Five-year warranty covers defects in materials and workmanship.

Support

Support is available to help resolve any concerns or questions promptly.

Repairing

Repairs are available for instruments within & outside of warranty coverage.

Products On Sale

@foreach ($data['hot_products']->products_all as $product)

SKU: {{$product->sku ?? ''}}

{{$$product->price ?? 'View Variants'}}

@endforeach
@endsection @push('after-scripts') @endpush