{{ Form::open(array('id' => 'form-validationGestionarGrupo','route' => 'matricula.ingresantes.grupos.gestionar')) }}
{!! Form::hidden('total',count($Arr), array('id' => 'invisible_id')) !!}
{!! Form::hidden('Fturno',count($Arr), array('id' => 'Fturno')) !!}
{!! Form::hidden('Ngrupos',$N, array('id' => 'Ngrupos')) !!}
{!! Form::label('txt', 'Se crearán '.count($Arr).' grupos para esta especialidad. Ingrese los respectivos códigos de grupos') !!}
{!! Form::label('txt', 'Asignación de alumno(s) a grupo(s)') !!}
{!! Form::hidden('FOrd','', array('id' => 'FOrd')) !!}
@foreach($Arr as $item)
{!! Form::label('txt', 'Grupo '.$item.' Ingrese el codigó: ') !!}
{!! Form::text('SeccionGrupo'.$item, null, array('placeholder' => '','id' => 'txtciclo','class' => 'form-control typeahead', 'required' => 'required')) !!}
{!! Form::label('txt', 'Especialidad: ') !!}
{!! Form::label('txt', $E) !!}
@endforeach
{!! Form::hidden('IE',count($Arr), array('id' => 'IE')) !!}
{!! Form::close() !!}