@extends('frontend.layouts.app') @php $title = trim($data['product']->meta_title); if($title == null || $title == 'NULL') $title = $data['product']->name . ' - ' . app_name(); if($data['product']->do_index == 'N' || $data['product']->status == 'N') $no_index = 'NOINDEX'; $stock_info = \App\Models\Product::printStockInformation($data['product']); @endphp @section('title', $title) @section('meta_url', URL::Current()) @section('page_title', $title) @section('product_description',$data['product']->meta_description) @section('image',URL::to('/').'/up_data/products/images/large/'.$data['product']->image) @section('image:width', "300") @section('image:height', "200") @push('schema') @component('frontend.layouts.schema') { "@context": "http://schema.org", "@type": "WebPage", "id": "https://www.germedusa.com//#homepage", "breadcrumb": [ "https://www.germedusa.com/" ], "name": "GerMedUSA", "url": "https://www.germedusa.com/", "keywords": "Surgical Instruments, Surgery Tools, Surgical Equipments", "audience": [ { "@type": "MedicalAudience", "audienceType": "surgeons" }, { "@type": "MedicalAudience", "audienceType": "nurses" }, { "@type": "MedicalAudience", "audienceType": "medical students" } ], "mainEntity": [ { "@context": "https://schema.org/", "@type": "Product", "@id": "https://wwww.germedusa.com/{{ $data['product']->slug }}/#Product", "url": "https://wwww.germedusa.com/{{ $data['product']->slug }}", "name": "{{ $data['product']->name }}", "description": "{{ $data['product']->short_description }}", "keywords": "{{ $data['product']->meta_keywords }}", "brand": { "@type": "Brand", "name": "GerMedUSA" }, "offers": { "@type": "AggregateOffer", @if($data['product']->type == 'variation') "highPrice": "{{ $data['product']->max }}", "lowPrice": "{{ $data['product']->min }}", @else highPrice": "{{ $data['product']->price_catalog }}", "lowPrice": "{{ $data['product']->price_discounted }}", @endif "priceCurrency": "USD", "sku": "{{ $data['product']->sku }}", "itemCondition": "https://schema.org/NewCondition", "availability": "https://schema.org/InStock" }, "image": [ "https://www.germedusa.com/up_data/products/images/large/{{ $data['product']->image }}" ] } ] } @endcomponent @endpush @if(trim($data['product']->meta_description) != null && $data['product']->meta_description != 'NULL') @section('meta_description', $data['product']->meta_description) @section('meta_keywords', $data['product']->meta_keywords) @endif @if($data['product']->is_canonical == 'Y') @php if($data['product']->canonical_url != '') $url = $data['product']->canonical_url; else $url = URL::to( '/' . $data['product']->slug); @endphp @else @php $url = URL::current(); @endphp @endif @push('head-area') @if(isset($no_index)) @endif @endpush @section('content')
{!! nl2br(strip_tags($data['product']->short_description)) !!}
{!! nl2br(strip_tags($sub_product->short_description)) !!}
German Forged
Free Repair and Sharpening
5 Years Warranty
The below instruments manufactured by GerMedUSA have limited warranties:
• Tungsten carbide Scissors > 5 years
• Tungsten Carbide Needle holders > 1 year
• Diamond Dust instruments > 1 year
• Titanium instruments > 3 years
• Silver or Chrome plated instruments > 1 year
• Super-cut scissors > 1 year
FREE Delivery Canada/USA
{{ $review->name }} - {{ date('M d, Y', strtotime($review->created_at)) }}
{{ $review->comments }}