@extends('frontendLayout')
@section('frontend_layout')
@push('frontend_css')
{{-- ── LEFT: GALLERY ── --}}

@if ($hasOffer)
{{ $savePct }}% OFF
@endif
Click to zoom
@if ($gallery->count() > 1)
@foreach ($gallery as $i => $thumb)

@endforeach
@endif
{{-- ── RIGHT: DETAILS PANEL ── --}}
{{-- Shop pill --}}
@if ($product->shop)
{{ $product->shop->name }}
@endif
{{-- Title --}}
{{ $product->product_title }}
{{-- Price --}}
@if ($hasOffer)
{{ number_format((float) $product->offer_price, 0) }}৳
{{ number_format((float) $product->price, 0) }}৳
Save {{ $savePct }}%
@else
{{ number_format((float) $product->price, 0) }}৳
@endif
{{-- Stock --}}
{{ $stockLabel }}
{{-- Add to Cart Box --}}
@if ($variantInventory !== [])
@endif
Quantity
1
@if ($variantInventory !== [])
Select a variant
@elseif($product->stock > 0)
Max: {{ $product->stock }}
@endif
View Cart
{{-- Trust badges --}}
Fast delivery
Secure checkout
Cash on delivery
{{-- Meta table --}}
{{-- ── RELATED PRODUCTS ── --}}
{{-- Toast container --}}