Attendees

The following attendees have been added to your registration

@foreach($attendees as $attendee)
Title: {{ $attendee['title'] }}
Forename: {{ $attendee['forename'] }}
Surname: {{ $attendee['surname'] }}
Email: {{ $attendee['email']}}
Job Title: {{ $attendee['job_role'] }}
Company: {{ $attendee['company'] }}
@endforeach
@if (count($this->extras) > 0)

Optional Extras

The following optional extras have been added to your registration

@foreach($extras as $extra)
Name:{{ $extra->pricing_extra->name }}
Quantity:{{ $extra->quantity}}
Price:{{ $page->currency_symbol }}{{ number_format($extra->price, 2) }}
Total:{{ $page->currency_symbol }}{{ number_format($extra->price * $extra->quantity, 2) }}
@endforeach
@endif

Payment

Please make a payment using the form below.

Your payment will be processed securely with Stripe.

If you require an invoice for your ticket purchase, please email finance@thetechcapital.co.uk after payment