@foreach ($studentPromotions as $promotion) {{ $promotion->user->username }} {{ $promotion->fromAcademicYear->academic_year ?? 'N/A' }} {{ $promotion->toAcademicYear->academic_year ?? 'N/A' }} {{ $promotion->fromAcademicClass->academic_class ?? 'N/A' }} {{ $promotion->toAcademicClass->academic_class ?? 'N/A' }} {{ $promotion->fromShift->shift_name ?? 'N/A' }} {{ $promotion->toShift->shift_name ?? 'N/A' }} {{ $promotion->fromGroup->group_name ?? 'N/A' }} {{ $promotion->toGroup->group_name ?? 'N/A' }} {{ $promotion->fromSection->section_name ?? 'N/A' }} {{ $promotion->toSection->section_name ?? 'N/A' }} {{ $promotion->from_roll_no }} {{ $promotion->to_roll_no }} {{ $promotion->through_exam_id ?? 'N/A' }} @if($promotion->promotion_document) Download @else No Document @endif @endforeach