@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_main_product =$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") @php $invalid_price = $data['product']->price_discounted == null || $data['product']->price_discounted == ''; @endphp @push('schema') @component('frontend.layouts.schema') { "@context": "https://schema.org/", "@type": "Product", "name": "{{ $data['product']->name }}", "image": "https://www.germedusa.com/up_data/products/images/large/{{ $data['product']->image }}", "description": "{{ $data['product']->short_description }} {!! strip_tags($data['product']->full_description) !!}", {{-- "keywords": "{{ $data['product']->meta_keywords }}", --}} "brand": { "@type": "Brand", "name": "GerMedUSA" }, "sku": "{{ $data['product']->sku }}", "offers": { @if($invalid_price && $data['product']->type != 'variation') "@type": "Offer", @else "@type": "AggregateOffer", @endif "url": "https://www.germedusa.com/{{ $data['product']->slug }}", "priceCurrency": "USD", @if($data['product']->type == 'variation') @php $subProductsCount = $data['product']->childProducts()->orderBy('position','asc')->orderBy('name','asc')->count(); @endphp "lowPrice": "{{ $data['product']->min }}", "highPrice": "{{ $data['product']->max }}", "offerCount": "{{ $subProductsCount }}" @else @if(!$invalid_price) "lowPrice": "{{ $data['product']->price_discounted }}", "highPrice": "{{ $data['product']->price_catalog }}" @else "price": "{{ $data['product']->price_catalog }}" @endif @endif , "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition" } {{-- , "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.5", "bestRating": "5" } --}} } @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 }}