{{ Form::hidden('max_time', $max_time, array('id' => 'max_time')) }}
{{ Form::hidden('routeLecionary', action('LectionaryController@postGetLectionaryIncidences', array()), array('id'=>'routeLecionary')) }} @if($max_time)
{{ Form::label('','Hora Máxima de registro: ') }} {{ Form::label('',$max_time) }}

@endif @if($validationPast)
@endif

@foreach($students as $student) 0)class="danger" @endif > @endforeach
NOMBRE
{{$cout .'.-'}} {{ Form::hidden('serial_std', $student['serial_std'], array('class' => 'serial_std' )) }} {{$student['last_name_std']}} {{$student['first_name_std']}}

{{ Form::close() }} {{ HTML::style('css/incidenceStudent/students.css') }} {{ HTML::script('js/incidenceStudent/student/students.js') }}