{{__('Loading...')}}
@if($groupDetails)
{{__('Study Class')}}{{ $groupDetails->study_class->name }} {{__('Classroom')}}{{ $groupDetails->classroom->name }}
{{__('Student Number')}}{{ count($selectedStudents) }} {{__('Student Remain Number')}}{{ $remain }}
@endif @if(count($selectedStudents) > 0) @foreach($selectedStudents as $id => $student) @endforeach
{{ __('Name') }} {{ __('Code') }} {{ __('Actions') }}
{{ $student['name'] }} {{ $student['code'] }}
@endif
@if($search) @forelse($students as $student) @empty @endforelse
{{ __('Name') }} {{ __('Code') }} {{ __('Actions') }}
{{ $student->name }} {{ $student->code }}
{{ __('No Data Found') }}
{{ $students->links() }}
@endif @include('adminroleauthmodule::includes.save-buttons')
@push('js') @endpush