@extends('layouts.return-form') @section('step', 2) @section('back-button-form-url') {{ route('portal.account.booking.return-form.travel-details', ['booking' => $booking]) }} @stop @section('holiday-form-content')
@csrf

Personal and contact details

{{ __($lang_file.'.personal_and_contact_details.date_of_birth.caption', ['name' => $attendee_name]) }}

Primary contact details

This will be our next of kin contact during the holiday, if needed

A mobile number is preferable

Secondary contact details

{{ __($lang_file.'.personal_and_contact_details.secondary_contact_details.caption', ['name' => $attendee_name]) }}

e.g. Grandmother, Family friend

Doctor’s contact details

{{ __($lang_file.'.personal_and_contact_details.doctor_contact_details.caption', ['name' => $attendee_name]) }}

A mobile number is preferable

@if($booking->returnForm->isSubmitted()) @else

You are free to fill in each section of the return form in your own time.

@endif
@endsection