Edit Enrollment: {{ $enrollment->student->name ?? 'Student' }}

Enrolled on {{ \Carbon\Carbon::parse($enrollment->enrolled_date)->format('M d, Y') }}

@csrf @method('PUT') {{-- Class Settings --}}
{{-- Subject Edit Grid --}}
@foreach($subjects as $subject) @endforeach
Cancel
{{-- Danger Zone (Delete Enrollment) --}}

Danger Zone: Delete Enrollment

This will permanently remove the student from this class and delete all of their assigned subjects for this academic period. This action cannot be undone. It is usually better to change their status to "Withdrawn" to keep historical records.

@csrf @method('DELETE')