{{ __('আপনার অর্ডার করার পরে আমাদের কল সেন্টার প্রতিনিধি আপনাকে সাইজ ও মূল্য কনফার্ম হয়ে নিবে।')}}

@if (!empty($product) && is_array(json_decode($product->image_gallery)))
    @foreach(json_decode($product->image_gallery) as $image))
  • Product Detail Big Image 1
  • @endforeach
    @foreach(json_decode($product->image_gallery) as $image))
  • Product Detail Mini Image 1
  • @endforeach
@else
  • Product Detail Big Image 1
@endif

{{$product->title}}

{{ priceSuffix($product->price) }} {{ priceSuffix($product->discount_price) }}
    @if($product->balance >= 1)
  • In stock
  • @else
  • Out of stock
  • @endif
{{--

--}} {{-- {{__('After placing your order our call center representative will confirm the size and price with you.')}}--}} {{--

--}} Colors: {{$product->color}}
@csrf
Size: @if(count(json_decode($product->size))) @foreach(json_decode($product->size) as $size) {{$size}} @endforeach @error('size')
{{ $message }}
@enderror @endif
@if($product->balance >= 1)
@endif

{!! $product->description !!}

@if($relatedProducts->isNotEmpty())
- The Week's

Related Products

@foreach($relatedProducts as $relatedProduct)
{{$product->title}}

{{$relatedProduct->title}}

{{$relatedProduct->product_price}}
@endforeach
@endif @push('scripts') @endpush