{{ Form::open(array('url' => '', 'method' => 'POST','id'=>'frmForm')) }}
{{ Form::label('teacher','Profesor:') }}
{{ $teacher }}

{{ Form::label('availableQuota','Cupo Disponible:') }}
{{ $availableQuota }}

{{ Form::label('waiting','Estudiantes en lista de espera:') }}
{{ $waiting }}

{{ HTML::image('img/loading.gif','',array('class' => 'loading')) }}
@if($allowRegisterTshirt) @endif @forelse($registrations as $registration) @if($allowRegisterTshirt) @endif @empty @endforelse
Nombre Código Sección Nivel ParaleloN: camiseta
{{ $registration->last_name_std . ' ' . $registration->first_name_std}} {{ $registration->code_std }} {{ $registration->name_set }} {{ $registration->name_lvl }} {{ $registration->name_clg }}{{Form::text('t_shirt',$registration->t_shirt,['id' => 't_shirt_'.$registration->id, 'class' => 'col-md-2 col-xs-2', 'autocomplete' => 'off','number','min'=>0,'id_registration'=>$registration->id,'title'=>'Para borrar, ingrese 0'])}}
No existen resultados
{{Form::close()}}