@php use Carbon\Carbon; @endphp

Add Exam Results

@csrf

Information

enddate)->format("Y") }}" disabled />
@foreach ($class->subjects()->get() as $subject)

{{ $subject->name }}

Marks

@for ($i = 1; $i <=6; $i++) @if ($subject["skill" . $i] != null)

{{ $subject["skill" . $i] }}

@endif @endfor
@endforeach

Attendance

@for ($i = 1; $i <=12; $i++)
@endfor
@if ($class->behaviours()->get()->count() != 0)

Behaviours

@foreach ($class->behaviours()->get() as $behaviour)

{{ $behaviour->name }}

@endforeach
@endif
{{-- Cancel --}}