@if(auth()->user()->user_type != 'Teacher') @endif @foreach($classScheduleParticipators as $particator) @if(auth()->user()->user_type != 'Teacher') @endif @endforeach
# Student Name Student IDAction
{{ $loop->iteration }} {{ $particator->name }} {{ $particator->student_id }}  Call