@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
1
Keranjang
2
Pengiriman
3
Pembayaran

Keranjang Belanja (3 Item)

Pembelian di atas Rp 500.000 berhak mendapatkan Gratis Ongkir.

@foreach ($cartItems as $index => $item)
{{ $item['name'] }}

{{ $item['category'] }}

{{ $item['name'] }}

Ukuran: {{ $item['size'] }}

Rp {{ number_format($item['price'] * $item['quantity'], 0, ',', '.') }}

@endforeach

Mungkin Anda Suka

@for ($i = 1; $i <= 4; $i++)

Parfum Rekomendasi {{ $i }}

Rp 299.000

@endfor