@extends('frontend.layouts.app') @section('meta') @endsection @section('content')
@include('preorder.frontend.product_details.image_gallery') @include('preorder.frontend.product_details.description') @include('preorder.frontend.product_details.preorder_products') @include('preorder.frontend.product_details.lead_time') @include('preorder.frontend.product_details.customization') @include('preorder.frontend.product_details.sample') @include('preorder.frontend.product_details.review_section') @include('preorder.frontend.product_details.frequently_bought_products') @include('preorder.frontend.product_details.seller_info') @include('preorder.frontend.product_details.product_queries') @include('preorder.frontend.product_details.related_products') @include('preorder.frontend.product_details.top_selling')
@include('preorder.frontend.product_details.details') @include('preorder.frontend.product_details.right.price_section') @include('preorder.frontend.product_details.right.review') @include('preorder.frontend.product_details.right.coupon') @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') @if($product->auction_product == 1) @php $highest_bid = $product->bids->max('amount'); $min_bid_amount = $highest_bid != null ? $highest_bid+1 : $product->starting_bid; @endphp @endif @include('modals.size_chart_show_modal') @endsection @section('script') @endsection