@extends('admin.layout.app') @section('body')

{{ __('admin.enter_marks_for_course') }}: {{ $course->title }} ({{ $course->code ?? '' }})

{{ __('admin.back_to_courses') }}
@csrf
@foreach($examTypes as $type) @endforeach @foreach($students as $enrollment) @foreach($examTypes as $type) @php $existing = $existingMarks[$enrollment->student_user_id][$type->id] ?? null; @endphp @endforeach @endforeach
{{ __('admin.student_2') }} {{ $type->name }} ({{ $type->weight }}%)
{{ $enrollment->student->name }}
{{ $enrollment->student->email }}
@endsection