{{ $item['category'] }}
{{ $item['name'] }}
Ukuran: {{ $item['size'] }}
Rp {{ number_format($item['price'] * $item['quantity'], 0, ',', '.') }}
@php $cartItems = [ [ 'id' => 1, 'name' => 'Oud Royal Premium', 'category' => 'Luxury Collection', 'size' => '50ml', 'price' => 1200000, 'image' => 'https://placehold.co/200x200/png?text=Oud+Royal', 'quantity' => 1, ], [ 'name' => 'Rose Velvet', 'category' => 'Floral Series', 'size' => '30ml', 'price' => 450000, 'image' => 'https://placehold.co/200x200/png?text=Rose+Velvet', 'quantity' => 2, ], [ 'name' => 'Ocean Breeze', 'category' => 'Fresh Collection', 'size' => '100ml', 'price' => 320000, 'image' => 'https://placehold.co/200x200/png?text=Ocean+Breeze', 'quantity' => 1, ], ]; @endphp
Pembelian di atas Rp 500.000 berhak mendapatkan Gratis Ongkir.
{{ $item['category'] }}
Ukuran: {{ $item['size'] }}
Rp {{ number_format($item['price'] * $item['quantity'], 0, ',', '.') }}
Rp 299.000