Citizen/Passport :
{{ $student->student_citizen }}
Advisor :
@if(!empty($student->faculty_name_eng)) {{ $student->faculty_name_eng }} @else {{ GenerateController::option_select($student->student_advisor) }} @endif
Co-Advisor :
{{ $student->student_advisor_co }}
Student ID :
{{ $student->student_code }}
Title (eng) :
@if(!empty($student->title_name_eng)) {{ $student->title_name_eng }} @else {{ GenerateController::option_select($student->student_title_eng) }} @endif
First name (eng) :
{{ $student->student_name_eng }}
Last name (eng) :
{{ $student->student_lastname_eng }}
First name (th) :
{{ $student->student_name_th }}
Last name (th) :
{{ $student->student_lastname_th }}
School of :
@if(!empty($student->school_name)) {{ $student->school_name }} @else {{ GenerateController::option_select($student->student_school) }} @endif
Field of Study :
@if(!empty($student->program_name)) {{ $student->program_name }} @else {{ GenerateController::option_select($student->student_program) }} @endif
Degree :
@if($student->student_degree == '1') Masters @endif @if($student->student_degree == '2') PhD @endif
Study Plan :
@if(!empty($student->plan_name)) {{ $student->plan_name }} @else {{ GenerateController::option_select($student->student_curriculum) }} @endif
Nationality :
@if(!empty($student->nationality_name)) {{ $student->nationality_name }} @else {{ GenerateController::option_select($student->student_nationality) }} @endif
Place of Birth :
{{ $student->student_place_birth }}
Date of Birth :
{{ date_format(date_create(date($student->student_birth)),'d M Y') }}
Previous Institute :
{{ $student->student_private_school }}
Previous Degree :
{{ $student->student_previous_degree }}
Date of Admission :
{{ date_format(date_create(date($student->student_admission_date)),'d M Y') }}
Admission Year :
{{ $student->student_first_year }}
Admission Semester :
{{ $student->student_first_semester }}
English Score (Admission) :
{{ $student->student_admission_type }}
Grade :
{{ $student->student_private_grad }}
Email :
{{ $student->student_email }}
Phone :
{{ $student->student_phone }}
Address :
{{ $student->student_address }}
Status :
@if($student->student_status == '10') Active @endif
@if($student->student_status == '11') Maintained status @endif
@if($student->student_status == '12') Dropped @endif
@if($student->student_status == '13') Active (W all course) @endif
@if($student->student_status == '14') Suspended @endif
@if($student->student_status == '20') All degree requirements have been satisfied @endif
@if($student->student_status == '40') Graduated @endif
@if($student->student_status == '41') Hold grade @endif
@if($student->student_status == '51') No Registration @endif
@if($student->student_status == '52') No Payment @endif
@if($student->student_status == '53') Transferred to other university @endif
@if($student->student_status == '54') Student Status Ended @endif
@if($student->student_status == '60') Resigned @endif
@if($student->student_status == '70') Dismissed @endif
@if($student->student_status == '80') Death @endif
@if($student->student_status == '90') Do not matriculation @endif
Picture :
{{ $student->student_picture }}
Title :
{{ $student->student_father_title }}
Father Name :
{{ $student->student_father_name }}
Father Last name :
{{ $student->student_father_lastname }}
Title :
{{ $student->student_mother_title }}
Mother Name :
{{ $student->student_mother_name }}
Mother Last name :
{{ $student->student_mother_lastname }}
Guardian :
{{ $student->student_guardian }}
Guardian Address :
{{ $student->student_guardian_address }}
Application ID :
{{ $student->student_application_id }}