# Payment Successful
Hi {{ $order->holder_name }}, we've received your payment for order **{{ $order->order_number }}**.
| Item | Qty | Subtotal |
| :--- | :---: | ---: |
@foreach ($order->items as $item)
| {{ $item->ticketType->name }} | {{ $item->quantity }} | Rp{{ number_format($item->subtotal, 0, ',', '.') }} |
@endforeach
**Total Paid: Rp{{ number_format($order->total_amount, 0, ',', '.') }}**
Your digital tickets will follow shortly in a separate email, and are always available in your dashboard.
View Invoice
Thank you,
{{ config('app.name') }}