Qualification | Degree Type | Degree | Start Date | End Date | Percentage CGPA | College University | Location |
---|---|---|---|---|---|---|---|
{{ $studentQuali->qualification ? $studentQuali->qualification : '' }} | {{ $studentQuali->degree_type ? $studentQuali->degree_type : '' }} | Msc. CS | {{ $studentQuali->start_date ? $studentQuali->start_date : '' }} | {{ $studentQuali->end_date ? $studentQuali->end_date : '' }} | {{ $studentQuali->percentage ? $studentQuali->percentage : '' }} | {{ $studentQuali->university ? $studentQuali->university : '' }} | {{ $studentQuali->location ? $studentQuali->location : '' }} |
Current Employment | Designation | Employment Type | Sector | Company Name | Start Date | End Date | Location | Remote |
---|---|---|---|---|---|---|---|---|
{{ $studentEx ->current_employment == 1 ? 'yes' : 'no';}} | {{ $studentEx->designation_title ? $studentEx->designation_title : '' }} | {{ $studentEx->employetype_name ? $studentEx->employetype_name : '' }} | {{ $studentEx->department_name ? $studentEx->department_name : '' }} | {{ $studentEx->organization ? $studentEx->organization : '' }} | {{ $studentEx->start_date ? $studentEx->start_date : '' }} | {{ $studentEx->end_date ? $studentEx->end_date : '' }} | {{ $studentEx->location ? $studentEx->location : '' }} |
@if($studentEx->remote == 1)
@else
NO @endif |
Title of Certificate | Issuing Organization | Start Date | End Date | Certificate |
---|---|---|---|---|
{{ $studentCer->title ? $studentCer->title : '' }} | {{ $studentCer->issuing_organization ? $studentCer->issuing_organization : '' }} | {{ $studentCer->start_date ? $studentCer->start_date : '' }} | {{ $studentCer->end_date ? $studentCer->end_date : '' }} | Download |