@extends('layouts.frontend.master') @section('title') {{ $products->product_name }} - The Marketplace @endsection @section('banner') @endsection @section('content')

{{$products->product_name}}

£{{$products->regular_price}}

£{{$products->sale_price}}

View Size Guide

+
-
--}}

Category: {{ $products->shop_category->shop_cat_name }}

Sold By: The Marketplace

SKU:
Warning: Undefined variable $products in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/home/product-single-old.php on line 893

Warning: Attempt to read property "sku" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/home/product-single-old.php on line 893

Product Description

{!! $products->product_description !!}

@endsection @section('extra-css')
buy used buy new
@endsection @section('scripts') @endsection