@vite(['resources/css/app.css'])
{{ $item['name'] }}
Price: ₱{{ number_format($item['price'], 2) }}
Shipping: ₱{{ number_format($item['shippingFee'] ?? 0, 2) }}
Quantity: {{ $item['quantity'] }}
Name: {{ $checkout->first_name }} {{ $checkout->last_name }}
Phone: {{ $checkout->phone }}
Address: {{ $checkout->address }}, {{ $checkout->barangay }}, Zip: {{ $checkout->zip_code }}
No proof of payment uploaded.
@endif