@svg('img/icons/currency-pound-circle')
Payments
| Paid | ||
| {{ $payment->paid_at->format(config('formats.datetime.short-date')) }} | {{ \App\Enums\PaymentType::getDescription($payment->type) }} | {{ $payment->formatAsMoney() }} |
| Total paid: {{ formatCurrency($booking->amountPaid() / 100) }} | ||
| Outstanding | ||
| Due {{ $Instalment->due->format(config('formats.datetime.short-date')) }} | @if($Instalment->type == \App\Enums\InstalmentType::Deposit) {{ \App\Enums\InstalmentType::getDescription($Instalment->type) }} @endif | {{ $Instalment->formatAsMoney() }} |
| Total outstanding: {{ formatCurrency($booking->amountOutstanding() / 100) }} | ||
How to pay
When making your bank transfer please add your reference: {{ $booking->getPaymentReference() }}
{{ $booking->eventOption->event->campGroup->payment_description }}