@yield('meta')
@stack('head-area')
@yield('title', 'Veterinary Surgical Instruments - ' . app_name())
@include('includes.partials.header')
@include('includes.partials.slider')
@yield('lhs')
@yield('content')
@yield('rhs')
@include('includes.partials.partners')
@include('includes.partials.footer')
@stack('before-scripts')
@stack('after-scripts')
@include('includes.partials.ga')