@extends('Website::layout.website') @section('extrastyles') @if(!empty($social_share_icon_code)) {!! $social_share_icon_code !!} @endif @endsection @section('content') @if(isset($product))
@include('Website::custom-section.product.detail',compact('product'))
@elseif(isset($is_comparison))
@include('Website::custom-section.product.comparison',compact('products_data'))
@else
@include('Website::custom-section.product.listing',compact('data','brands','category_data','attributes'))
@endif @endsection @section('footer') @endsection