Vidyasirimedhi Institute of Science and Technology (VISTEC)
Wangchan Valley 555 Moo 1 Payupnai, Wangchan, Rayong 21210 Thailand
ADVISEE NAME LIST
PRINTED DATE {{ date('d M Y') }}


Faculty : {{ $faculty }}

@foreach($student as $key=>$new_student) @endforeach
No. Student ID Name School of Program of Study Degree Program (year) Year Admission Year Graduation Year Start Date Complete Date Duration (number) Duration (text) Graduated within the duration of the study program Status
{{ ++$key }} {{ $new_student->student_code }} {{ AdviseeController::checktitle($new_student->student_title_eng)."".$new_student->student_name_eng ." ".$new_student->student_lastname_eng }} @if(!empty($new_student->school_name)) {{ $new_student->school_name }} @else {{ GenerateController::option_select($new_student->student_school) }} @endif @if(!empty($new_student->program_name)) {{ $new_student->program_name }} @else {{ GenerateController::option_select($new_student->student_program) }} @endif @if($new_student->student_degree == '1') M.Eng. @endif @if($new_student->student_degree == '2') Ph.D. @endif 1 / 0.00 0 years and 0 months @if($new_student->student_status == '10') Active @endif @if($new_student->student_status == '11') Maintain status @endif @if($new_student->student_status == '12') Drop @endif @if($new_student->student_status == '13') Active (W all course) @endif @if($new_student->student_status == '14') Suspended @endif @if($new_student->student_status == '20') All degree requirement have been satisfied @endif @if($new_student->student_status == '40') Graduated @endif @if($new_student->student_status == '41') Hold grade @endif @if($new_student->student_status == '51') No registration @endif @if($new_student->student_status == '52') No Payment @endif @if($new_student->student_status == '53') Transfer to other universities @endif @if($new_student->student_status == '54') Student Status Ended @endif @if($new_student->student_status == '60') Resign @endif @if($new_student->student_status == '70') Expelled @endif @if($new_student->student_status == '80') Death @endif @if($new_student->student_status == '90') Do not matriculation @endif