@extends('frontend.layouts.app') @section('meta') @endsection @section('content')
@include('preorder.frontend.product_details.image_gallery')
@include('preorder.frontend.product_details.details') @include('preorder.frontend.product_details.right.price_section') {{-- preorder request --}} @include('preorder.frontend.place_preorder') @include('preorder.frontend.product_details.right.review')
@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')
@endsection @section('modal') @include('modals.size_chart_show_modal') @endsection @section('script') @endsection