| {{ $index+1 }} |
{{ $meritList->applicantApplication->application_no or ''}} |
{{ $meritList->applicant->cnic}} |
{{ $meritList->applicant->student_name }} |
{{ $meritList->applicant->father_name }} |
{{ $meritList->applicant->district->district }} |
{{ isset($meritList->preference) ? $meritList->preference->seatAllocation->degree->full_name : null }} |
@foreach($meritList->applicant->preferences as $preference)
{{ $preference->seatAllocation->institution->full_name }},
@endforeach
|
{{ $meritList->applicantApplication->weighted_percentage or ""}} |
{{isset($meritList->preference) ? $meritList->preference->seatAllocation->institution->full_name : null}} |
|
@endforeach