{{$title}}

Aguardando análise

Inserções de alunos manualmente podem causar duplicidades nesta lista.

@foreach($others as $other) @livewire('admin.aprove-table', ['user' => $other], key('table_aprove_'.$other->id)) @endforeach

Todos usuários

Buscar por nome ou email
Buscar
Buscar por curso
Buscar
@foreach($all as $value) @livewire('admin.all-table', ['user' => $value], key('table_all_'.$value->id)) @endforeach
@if($paginate)
{{$all->links()}}

Mostrar por página

@endif