@foreach($gestores as $gestor) @endforeach
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
CADASTRO DOS GESTORES:
VOLTAR NOVO
{{substr($gestor->nome, 0, 40)}} {{substr($gestor->email, 0, 22)}}
{{ $gestores->appends(['pesq2' => isset($pesq2) ? $pesq2 : '','pesq' => isset($pesq) ? $pesq : ''])->links() }}