@extends('layouts.master') @section('content')
Exam | Class | Subject | Head Marks | Action |
---|---|---|---|---|
{{$a_head->exam->exam_name}} ({{$a_head->exam->academic_year->year}}) | {{$a_head->studentClass->class_name}} | @endif{{$a_head->subject->subject_name}} | @foreach ($head_marks as $head_id => $marks) @php $head_name = isset($mark_heads[$head_id]) ? $mark_heads[$head_id] : 'Unknown Head'; @endphp {{ $head_name }}: {{ $marks }} @endforeach | @if ($index==0)@can('exam-result.assign-head.edit') Edit @endcan @can('exam-result.assign-head.edit') @endcan | @endif