Description |
Quantity |
Unit Price |
Total |
|
Registration for {{$registration->page->name}}
|
|
|
|
@foreach($registration->attendees as $attendee)
Registration for {{ $attendee->title }} {{ $attendee->forename }} {{ $attendee->surname }} ({{ $attendee->email }}), {{ $attendee->job_role }} at {{ $attendee->company->name }}
|
1
|
{{ $page->currency_symbol }}{{ number_format($registration->pricing_group_price->price, 2) }} |
{{ $page->currency_symbol }}{{ number_format($registration->pricing_group_price->price, 2) }} |
@endforeach
@foreach($registration->extras as $extra)
{{ $extra->pricing_extra->name }} |
{{ $extra->quantity }} |
{{ $page->currency_symbol }} {{ number_format($extra->price, 2) }} |
{{ $page->currency_symbol }} {{ number_format($extra->price * $extra->quantity, 2)}} |
@endforeach
|
SUB TOTAL |
{{ $page->currency_symbol }} {{ number_format($calculation['amountExDiscount'], 2)}} |
DISCOUNT |
{{ $page->currency_symbol }} {{ number_format($calculation['discount'], 2)}} |
TOTAL (EX TAX) |
{{ $page->currency_symbol }} {{ number_format($calculation['amount'], 2)}} |
TAX |
{{ $page->currency_symbol }} {{ number_format($calculation['tax'], 2)}} |
TOTAL |
{{ $page->currency_symbol }} {{ number_format($calculation['amountPlusTax'], 2) }} |
@if (count($registration->transactions) > 0)