@foreach ($classes as $index => $class)
@endforeach
#
Class Name
Old Students
New Students
Status
Actions
{{ $index + 1 }}
{{ $class->class_name }}
{{ $class->students_count }}
-
@if ($class->oprtnl_flag === 'A')
Active
@else
Inactive
@endif
{{--
--}}
Confirm Deletion
Are you sure you want to delete this Class?
Please note, if you proceed with the deletion, all students and staffs currently assigned to this
Class
will be reverted. This action cannot be undone.