{{ ___('student.Examination Details') }}
@forelse ($examAssigns as $examType => $examAssign)
{{ strtoupper($examType) }}
@forelse ($examAssign as $row) @empty @endforelse
{{ ___('examination.exam_title') }} {{ ___('examination.class') }} ({{ ___('examination.section') }}) {{ ___('examination.subjects') }} {{ ___('examination.total_mark') }} {{ ___('examination.mark_distribution') }}
{{ @$row->exam_type->name }} {{ @$row->class->name }} ({{ @$row->section->name }}) {{ @$row->subject->name }} {{ @$row->total_mark }} @foreach (@$row->mark_distribution as $item)

{{ $item->title }}

{{ $item->mark }}

@endforeach

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

@empty @endforelse