Classrooms Table
Id | Name | Description | {{--Fill State | --}}Students Count | Actions |
---|---|---|---|---|---|
{{$classroom->id}} | {{$classroom->name}} | {{$classroom->description}} | {{-- Todo: Add limit for the classes and show the fill state of each one.--}} {{--
| --}}
{{$classroom->students->count()}} |
|
{!! $classrooms->links() !!}