@extends('frontend.layouts.mobile') @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 @php $page_name = 'index'; @endphp @section('content')
@include('includes.partials.mobile-main-categories') @include('includes.partials.mobile-home-products', ['caption' => 'New Products', 'result' => $data['new_products']])
{!! \App\Models\Banner::showBannerMobile(2) !!}
@include('includes.partials.mobile-home-products', ['caption' => 'Hot Products', 'result' => $data['hot_products']])
{!! \App\Models\Banner::showBannerMobile(8) !!}
@include('includes.partials.mobile-home-products', ['caption' => 'Featured Products', 'result' => $data['featured_products']])
@endsection