@php $idx = $idx ?? 0; $row = $row ?? []; $thumb = $row['thumbnail'] ?? null; $name = $row['name'] ?? ''; $price = $row['price'] ?? 0; $qty = $row['qty'] ?? 1; $productId = $row['product_id'] ?? ''; $variantId = $row['variant_id'] ?? ''; $lineTotal = (float) $price * (int) $qty; $cartKey = $productId . ':' . ($variantId ?: ''); @endphp
@if($thumb) @else
@endif
{{ $name }}
৳{{ number_format($lineTotal) }}