@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/$product_variant_attribute/$product_variant->id") @section('content')
    @foreach($product_galleries as $product_gallery_row)
  • {{$product->product_name}}
  • @endforeach
@if(!empty($account_id))
@else
@endif @php $i = 0; @endphp @foreach($product_galleries as $product_gallery_row) @if(empty($i)) {{$product->product_name}} @endif @php $i++; @endphp @endforeach
@if(!empty($related_products->count()))

You might like these

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