@csrf
Note: Please fill out all * fields, if not relevant input “N/A”
Select save changes (bottom of each section), before moving to the next section
This section helps to assist our staff in getting to know your child and the planning of the sessions that they will be attending
Is your child toilet trained?
Does your child have any fears or dislikes?
@php $fears = config('constant.fears'); $fecount = 1; $otherFears = isset($child->fears) ? array_diff($child->fears,$fears) : []; @endphp
@foreach($fears as $fear)
@php $fecount++; @endphp
@endforeach
Does your child enjoy?
@php $hobbies = config('constant.hobbies'); $hocount = 1; $otherHobbies = isset($child->hobbies) ? array_diff($child->hobbies,$hobbies) : []; @endphp
@foreach($hobbies as $hobby)
@php $hocount++; @endphp
@endforeach
Please answer the questions below:
@if(isset($favourites) && !empty($favourites))
@php $fcount = 0; @endphp
@foreach($favourites as $favourite)
@php $fcount++; @endphp
@endforeach
@else
@endif
@if($is_school)
Add another question
@else
@endif
@if(!$is_school)
@endif
Any other information you would like to share with us
{{ isset($child->otherInfo) ? $child->otherInfo : '' }}
Save changes
@csrf
Note: Please fill out all * fields, if not relevant input “N/A”
Select save changes (bottom of each section), before moving to the next section
@if(isset($child->doctors) && !empty($child->doctors))
@php $dcount = 0; @endphp
@foreach($child->doctors as $doctor)
@php $dcount++; @endphp
@endforeach
@else
@endif
Add another doctor
Medical details
Has the child been immunised?
@if(isset($child->vaccines) && !empty($child->vaccines))
@php $vcount = 0; @endphp
@foreach($child->vaccines as $vaccine)
@php $vcount++; @endphp
@endforeach
@else
@endif
Add another vaccine
@if($is_school)
Immunisation records sighted by school staff?
@endif
Has your child been diagnosed as at risk of anaphylaxis?
Does the child have any allergies or sensitivities?
Does your child have any medical conditions or special needs (e.g. epilepsy, diabetes, grommets, etc.)?
Does your child have any dietary restrictions?
{{--
What these medical concerns are
--}}
Notes
Save changes
@csrf
Select save changes (bottom of each section), before moving to the next section
@if(isset($child->requiredItems) && !empty($child->requiredItems))
@php $rcount = 0; @endphp
@foreach($child->requiredItems as $requiredItems)
{{ $requiredItems->name }}
@php $rcount++; @endphp
@endforeach
@else
Child’s passport or birth certificate
@endif
Add any other attachments here. Enter the attachment name, press add section and then upload the file or image.
Save changes
@csrf
Select save changes (bottom of each section), before moving to the next section
@php $booking_days = config('constant.booking_days'); @endphp
Type of Booking - Please tick days your child will attend
@foreach($booking_days as $key => $day)
fullDayCareDays) && !empty($child->fullDayCareDays) && in_array($key, $child->fullDayCareDays) ? 'checked' : ''}}>
{{$day}}
@endforeach
@foreach($booking_days as $key => $day)
morningCareDays) && !empty($child->morningCareDays) && in_array($key, $child->morningCareDays) ? 'checked' : ''}}>
{{$day}}
@endforeach
@foreach($booking_days as $key => $day)
afternoonCareDays) && !empty($child->afternoonCareDays) && in_array($key, $child->afternoonCareDays) ? 'checked' : ''}}>
{{$day}}
@endforeach
Save changes
@if($is_school)
Edit all of your enrolment consent forms once, by using the “Policies & Consent” section on the left hand-side of your screen under the heading "Enrolment Consent."
@endif
@if(isset($child->policiesAndConsents) && !empty($child->policiesAndConsents))
@php $count = 1 @endphp
@foreach($child->policiesAndConsents as $policy)
@if($policy->isConsent == false)
{!! str_ireplace(array("\r\n\t",'\r\n\t',"\r\n",'\r\n',"\n",'\n',"\t",'\t'),' ',$policy->description) !!}
@if($is_school)
@endif
@php $count++ @endphp
@endif
@endforeach
@else
@if(!$is_school)
The school administrator has not added any information yet. When they do, we’ll notify you.
@endif
@endif
@if($is_school)
Edit all of your enrolment consent forms once, by using the “Policies & Consent” section on the left hand-side of your screen under the heading "Enrolment Consent."
@endif
@if(isset($child->policiesAndConsents) && !empty($child->policiesAndConsents))
@php $count = 1 @endphp
@foreach($child->policiesAndConsents as $consent)
@if($consent->isConsent == true)
{!! str_ireplace(array("\r\n\t",'\r\n\t',"\r\n",'\r\n',"\n",'\n',"\t",'\t'),' ',$consent->description) !!}
@if($is_school)
@endif
@php $count++ @endphp
@endif
@endforeach
@else
@if(!$is_school)
The school administrator has not added any information yet. When they do, we’ll notify you.
@endif
@endif
Mission statement
@if(isset($child->missionTitle) && $child->missionTitle != "")
{{ isset($child->missionTitle) ? $child->missionTitle : "" }}
{!! isset($child->missionDescription) ? str_ireplace(array("\r\n\t",'\r\n\t',"\r\n",'\r\n',"\n",'\n',"\t",'\t'),' ',$child->missionDescription) : "" !!}
@else
@if($is_school)
Please add the Mission statement from Enrolment consent section.
@else
The school administrator has not added any information yet. When they do, we’ll notify you.
@endif
@endif
Checklist
@if($checks && isset($checks))
@csrf
Please answer the following questions. (True/False)
{{-- @php $stepCount = 1; @endphp --}}
@foreach($checks as $key=>$item)
{{$item->title}}
{{-- @php $stepCount++; @endphp --}}
@endforeach
{{-- Loop area --}}
@foreach($checks as $key=>$item)
{{$item->title}}
@php $chkCount = 1; @endphp
@foreach($item->checklist as $keyItem=>$check)
@php $chkCount++; @endphp
@endforeach
{{-- @if(in_array($item->_id, $child->checklist->checks[$key]->options)){
{{$item->title}}
@endif --}}
Parent Comments
@if ($is_school)
Parent Signature
@else
Sign enrolment form
@endif
{{-- (For any change kindly )
--}}
@if ($is_school)
@if ($child->checklist && isset($child->checklist) && (count($child->checklist->checks) > 0))
@if(isset($child->checklist->checks[$key]) &&$child->checklist->checks[$key]->isSign == true)
@else
Parent did not agree. A signature is not available.
@endif
@else
Waiting for parent's review.
@endif
@endif
@if ($child->checklist && isset($child->checklist) && (count($child->checklist->checks) > 0))
checklist->checks[$key]) && $child->checklist->checks[$key]->isSign == true ? '' : 'display:none'}} >Already Signed
@else
@endif
{{-- @if (!$is_school) --}}
{{-- @endif --}}
@endforeach
@else
The school administrator has not added any information yet.
@endif
{{-- @else
The school administrator has not added any information yet. When they do, we’ll notify you.
@endif --}}