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

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

Please now check your email for further information.

Workshop Booked {{$course->name }} {{ date('d F' , strtotime($course->start_date)) }} – {{ date('d F Y' , strtotime($course->end_date)) }}
@elseif ($message = Session::get('error')) @else

Thanks! Your booking information has been submitted.

{{$course->name }} {{ date('d F' , strtotime($course->start_date)) }} – {{ date('d F Y' , strtotime($course->end_date)) }} Price: £{{$course->price }}

Please click on the link below to pay for your course.

Your booking will not be complete until you have paid.

Pay with PayPal
@endif