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