Manage Class Students

Class Students

{{ sprintf('[%s] %s', $course->type->label(), $course->name) }}

@if ($course->type == CourseType::MONTHLY)
@endif @if (isset($permissions) && $permissions->isNotEmpty())
@if (isset($permissions) && count($permissions) > 0)
@foreach ($permissions as $permission) @endforeach
ID Student Status Action
{{ $permission->id }} {{ $permission->user ? sprintf('%s (#%s)', $permission->user->name, $permission->user->id) : 'Deleted Student' }} {!! $permission->status->badge() !!} Action
@if ($permissions->hasPages()) @endif @else
No students found!
@endif
@else
@if ($course->type == CourseType::MONTHLY) Please select a year and month to view the students. @else No students found! @endif
@endif