Ticket Prices {{ $page->currency_symbol }}{{ number_format($price->price,2) }} Each

Attendees

We've added the details you've already given us to the list of attendees below. You can add more attendees by entering their details below. Each attendee added will cost {{ $page->currency_symbol }}{{ number_format($price->price,2) }}

@foreach($attendees as $index => $attendee)
Title: {{ $attendee['title'] }}
Forename: {{ $attendee['forename'] }}
Surname: {{ $attendee['surname'] }}
Email: {{ $attendee['email']}}
Job Title: {{ $attendee['job_role'] }}
Company: {{ $attendee['company'] }}
Price: @if ($index == 2 && $price->offer === 'buy-two-get-one-free') {{ $page->currency_symbol }} FREE @else {{ $page->currency_symbol }}{{ number_format($price->price,2) }} @endif
@endforeach @if (count($attendees) < 4)
@if ($selectedTitle === 'Preferred Title') @endif
@else

To book more than 4 tickets, please contact us at joao.lima@thetechcapital.com

@endif