@extends('layouts.website_layout') @section('meta_title', $product->meta_title) @section('meta_description', $product->meta_description) @section('banner_image', "library/".$product->product_thumbnail) @section('canonical_tag', "$product_category->category_url_slug/$product->product_url_slug") @section('content')
  • {{$product->product_name}}
@if(!empty($account_id))
@else
@endif {{$product->product_name}}
@if(!empty($related_products->count()))

You might like these

@endif
@if(!empty($product->product_size_guide)) @endif @if(!empty($product->product_pdf)) @endif @endsection