State :
{{ $student->inputState}}
We Chat ID :
{{ $student->inputWeChatID }}
Agency :
{{ $student->agency ? $student->agency->user->firstname : '' }} {{ $student->agency ? $student->agency->user->lastname : '' }}
Natural Mother :
{{ $student->inputMotherName }}
Local Coordinator :
{{ $student->local ? $student->local->user->firstname : '' }} {{ $student->local ? $student->local->user->lastname : '' }}
Natural Mother's Phone Number :
{{ $student->inputMotherCellPhone }}
Host family :
{{ $student->host ? $student->host->user->firstname : '' }} {{ $student->host ? $student->host->user->lastname : '' }}
Natural Father :
{{ $student->inputFatherName }}
School name :
{{ $student->school ? $student->school->school_name : '' }}
Natural Father's Phone Number :
{{ $student->inputFatherCellPhone }}
School year :
{{ $student->inputPrevDAFrom }} ~ {{ $student->inputPrevDATo }}