Attendees

The following attendees have been added to your registration

@foreach($attendees as $attendee)
Forename: {{ $attendee['forename'] }}
Surname: {{ $attendee['surname'] }}
Email: {{ $attendee['email']}}
@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:£{{ number_format($extra->price, 2) }}
Total:£{{ 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