@if (count($gerenteSupervisors) != 0)
@foreach($gerenteSupervisors as $gerenteSupervisor)
@endforeach
@else

Sin gerentes de supervisores registrados

@endif
{{-- @foreach($gerenteSupervisors as $gerenteSupervisor) @endforeach
Id de usuario Código de Líder Acciones
{!! $gerenteSupervisor->user_id !!} {!! $gerenteSupervisor->codigo_gerente_supervisor !!} {!! Form::open(['route' => ['gerenteSupervisors.destroy', $gerenteSupervisor->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('¿Estás seguro?')"]) !!}
{!! Form::close() !!}
--}}