| {{ ++$key }} |
{{ $new_student->student_code }} |
{{ $new_student->student_name_eng }}
|
{{ $new_student->student_lastname_eng }}
|
@if(!empty($new_student->school_code)) {{ $new_student->school_code }} @else {{ GenerateController::option_select($new_student->student_school) }} @endif |
@if(!empty($new_student->plan_name)) {{ $new_student->plan_name }} @else {{ GenerateController::option_select($new_student->student_curriculum) }} @endif |
@if($new_student->student_degree == '1') M.Eng. @endif @if($new_student->student_degree == '2') Ph.D. @endif |
@if($new_student->student_status == '10') Active @endif
@if($new_student->student_status == '11') Maintained status @endif
@if($new_student->student_status == '12') Dropped @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 requirements 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') Transferred to other university @endif
@if($new_student->student_status == '54') Student Status Ended @endif
@if($new_student->student_status == '60') Resigned @endif
@if($new_student->student_status == '70') Dismissed @endif
@if($new_student->student_status == '80') Death @endif
@if($new_student->student_status == '90') Do not matriculation @endif
|
@endforeach