@foreach($order->items as $item) @php $itemProduct = $item->product; $itemImg = $itemProduct ? ($itemProduct->getFirstMediaUrl('images', 'webp') ?: ($itemProduct->getFirstMediaUrl('images') ?: null)) : null; @endphp @endforeach
Product Qty Total
@if($itemImg) @endif
{{ $item->product_name }}
{{ $item->product_name }}
@if($item->variant_name)
Variant: {{ $item->variant_name }}
@endif
{{ $item->quantity }} ৳{{ number_format($item->price * $item->quantity, 2) }}