@if(!empty($student->filePicture)) @endif
@if($alert_flag!=0) @endif @if($student->status_new) @endif @if($student->status_reentry) @endif @if($student->status_application) @endif @if($student->status_invoice) @endif @if($student->status_pc) @endif @if($student->status_flight) @endif @if($student->status_changehf) @endif @if($student->status_finished) @endif @if($student->status_springsemester) @endif @if($student->status_fallsemester) @endif @if($student->status_warning) @endif
Account Info

State : {{ $student->inputState }}

Wechat ID : {{ $student->inputWeChatID }}

Email :

Student Info

Origin name : {{ $student->user->lastname }}, {{ $student->user->firstname }}

Home country : {{ $student->inputCitizenship }}

Gender : {{ ($student->user->sex == 'M') ? 'Male' : 'Female' }}

Birth : {{ $student->user->birth }}

Relation Info

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 : '' }}

Natural Parent's Info

Mother Name / Phone : {{ $student->inputMotherName }} / {{ $student->inputMotherCellPhone }}

Father Name / Phone : {{ $student->inputFatherName }} / {{ $student->inputFatherCellPhone }}