| {{ ++$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
|
@endforeach