State : {{ $student->inputState }}
Wechat ID : {{ $student->inputWeChatID }}
Email : {{ $student->user->email }}
Origin name : {{ $student->user->lastname }}, {{ $student->user->firstname }}
Home country : {{ $student->inputCitizenship }}
Gender : {{ ($student->user->sex == 'M') ? 'Male' : 'Female' }}
Birth : {{ $student->user->birth }}
Agency : {{ $student->agency ? $student->agency->user->lastname : '' }}, {{ $student->agency ? $student->agency->user->firstname : '' }}
Local Coordinator : {{ $student->local ? $student->local->inputLastName : '' }}, {{ $student->local ? $student->local->inputFirstName : '' }}
Host family : {{ $student->host ? $student->host->user->lastname : '' }}, {{ $student->host ? $student->host->user->firstname : '' }}
School name : {{ $student->school ? $student->school->school_name : '' }}
Mother Name / Phone : {{ $student->inputMotherName }} / {{ $student->inputMotherCellPhone }}
Father Name / Phone : {{ $student->inputFatherName }} / {{ $student->inputFatherCellPhone }}