@foreach ($data['students'] as $item)
student->id, old('student_ids',@$data['online_exam']->examStudents->pluck('student_id')->toArray())) ? 'checked' : '' }}>
|
{{ @$item->student->admission_no }} |
{{ @$item->student->first_name }} {{ @$item->student->last_name }} |
{{ @$item->class->name }} ({{ @$item->section->name }}) |
{{ @$item->student->parent->guardian_name }} |
{{ @$item->student->mobile }} |
@endforeach