@php $total = 0 @endphp
@php
$cartItems = collect(session('cart'))->groupBy(function ($item) {
return ($item['id_program'] ?? '') . '||' . $item['kd_brg'];
});
@endphp
@if (session('cart'))
@endif
Metode Pembayaran
Subtotal
Rp.
{{ number_format($total, 0, ',', '.') }}
Total
Rp.
{{ number_format($total, 0, ',', '.') }}