@extends('frontend.layouts.app') @section('title', 'Veterinary Surgical Instruments\' Manufacturer and Supplier') @section('meta_keywords', 'Veterinary Surgical Instruments, Veterinary Instruments, Veterinarians') @section('meta_description', 'GerVetUSA Inc. Manufactures and sells high quality German Forged surgical instruments which have been utilized with great success by the surgeons around the world for decades.') @push('head-area') @endpush @section('content')

Free Delivery

On orders of $200+

Repairs

Free Repair and Sharpening

Warranty

5 Years Warranty

Free Support 24/7

Online 24hrs a Day

NEW PRODUCTS

@foreach($data['new_products'] as $product) @php $path = 'up_data/products/images/thumbnails/' . $product->image; if ($product->image != '' && file_exists($path)) { } else { $path = 'up_data/na.jpg'; } @endphp @push('head-area') @endpush {!! \App\Models\Product::productBlock($product, 'large') !!} @endforeach
If we don't have the INSTRUMENT you're looking for, we will MANUFACTURE it for you! Learn more about us Contact us
{{-- @include('includes.partials.main-categories') --}}
{!! \App\Models\Banner::showBanner(2, 'promo-image overflow-image') !!}
{!! \App\Models\Banner::showBanner(8, 'promo-image overflow-image') !!}

HOT PRODUCTS

@foreach($data['hot_products'] as $product) @php $path = 'up_data/products/images/thumbnails/' . $product->image; if ($product->image != '' && file_exists($path)) { } else { $path = 'up_data/na.jpg'; } @endphp @push('head-area') @endpush {!! \App\Models\Product::productBlock($product) !!} @endforeach

FEATURED PRODUCTS

@foreach($data['featured_products'] as $product) @php $path = 'up_data/products/images/thumbnails/' . $product->image; if ($product->image != '' && file_exists($path)) { } else { $path = 'up_data/na.jpg'; } @endphp @push('head-area') @endpush {!! \App\Models\Product::productBlock($product, 'large') !!} @endforeach

Promotion Block

{!! \App\Models\Banner::showBanner(3, 'promo-image overflow-image') !!}
{!! \App\Models\Banner::showBanner(5, 'promo-image overflow-image promo-small') !!} {!! \App\Models\Banner::showBanner(6, 'promo-image overflow-image promo-small') !!}
{!! \App\Models\Banner::showBanner(4, 'promo-image overflow-image') !!}
@include('includes.partials.featured-categories') @include('includes.partials.faqs') {{-- Join us at Viticus Veterinary Summit Join us at MVC Virtual --}} @endsection @push('after-scripts') @endpush