' . lang('appointment_registered') . '

' . lang('appointment_details_was_sent_to_you') . '

' . lang('check_spam_folder') . '

' . lang('go_to_booking_page') . ' '; if (config('google_sync_feature')) { echo ' '; } // Display exceptions (if any). if (isset($exceptions)) { echo '
'; echo '

Unexpected Errors

'; foreach($exceptions as $exception) { echo exceptionToHtml($exception); } echo '
'; } ?>