{{ $payment->customer_name }}
CustomerDate: {{ $payment->created_at->format('d M Y') }}
Payment Type: {{ strtoupper($payment->payment_type) }}
Status: {{ ucfirst($payment->status) }}
| Description | Amount (LKR) |
|---|---|
| Delivery Charge | {{ number_format((float)$payment->amount,2) }} |
| Total | LKR {{ number_format((float)$payment->amount,2) }} |