Ticket Prices £{{ 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 £{{ number_format($price->price,2) }}

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

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

@endif