@include('preorder.frontend.product_details.description')
@if($more_products !== null && count($more_products) > 0)
@include('preorder.frontend.product_details.preorder_products')
@endif
@include('preorder.frontend.product_details.product_reviews')
@if($fq_bought_products !== null && count($fq_bought_products) > 0)
@include('preorder.frontend.product_details.frequently_bought_products')
@endif
@include('preorder.frontend.product_details.seller_info')
@include('preorder.frontend.product_details.product_queries')
@if( count(\App\Models\Product::inRandomOrder()->get()) > 0)
@include('preorder.frontend.product_details.related_products')
@endif
@if( count(\App\Models\Product::inRandomOrder()->get()) > 0)
@include('preorder.frontend.product_details.top_selling')
@endif
@if($product->is_coupon)
@include('preorder.frontend.product_details.right.coupon')
@endif
@include('preorder.frontend.product_details.right.brand')
@include('preorder.frontend.product_details.right.shop')
@include('preorder.frontend.product_details.right.shipping')
@if($product->is_refundable)
@include('preorder.frontend.product_details.right.refund')
@endif
@include('preorder.frontend.product_details.right.icon_section')
@include('preorder.frontend.product_details.right.faq')