Purchase Receipt

Generated on {{ now()->format('F j, Y, g:i a') }}

Order Summary

@foreach($purchases as $item)
{{ $item['name'] }} @if ($item['type'] === 'update_plate') New Plate: {{ $item['new_vehicle_no'] ?? 'N/A' }} @if (!empty($item['old_vehicle_no'])) (Prev: {{ $item['old_vehicle_no'] }}) @endif @endif MYR {{ number_format($item['price'], 2) }}
@endforeach
Subtotal MYR {{ number_format($subtotalAmount, 2) }}
Processing Fee MYR {{ number_format($processingFee, 2) }}
Total MYR {{ number_format($totalAmount, 2) }}