@if ($message = Session::get('success'))

Thank you for booking, {{ $ycm->firstname }}.

Please now check your email for further information.

@if ($ycm->category != "cpp") Audition Booked

{{ $ycm->audition->venue_date->name }}, {{ date('l d F Y', strtotime($ycm->audition->venue_date->start_date)) }} | {{ $ycm->audition->venue_date->venue->town }}

@endif
@elseif ($message = Session::get('error')) @else

Thanks! Please now click on the link below to pay.

Your application will not be completed until you have paid.

We look forward to meeting you!

Pay with PayPal or by card
@endif