{{--productDetail--}} @extends('shop::layouts.master') @section('page_title') {{ trim($product->meta_title) != "" ? $product->meta_title : $product->name }} @stop @section('seo') meta_description : str_limit(strip_tags($product->description), 120, '') }}"/> @stop @section('content-wrapper')
{!! $product->pdp_description !!}
@endsection @push('scripts') {{ Breadcrumbs::view('ReusableComponents.breadcrum-json-ld', 'product', $product) }} {{\App\SEOSchema::view('pdpSchema', $product)}} @if(@$product->video->path) {{\App\SEOSchema::view('videoSchema', $product)}} @endif @endpush