@extends('layout.sidebar') @section('content') {{HTML::script('js/attendance/recordAttendanceByStudent.js')}} {{ Form::open(array('class'=>'form-signin')) }}

HISTORIAL DE ESTUDIANTES


{{ Form::label('','Seleccione un estudiante:',array('class'=>'col-md-3')) }}
{{Form::text('autocomplete',$studentName,array('id'=>'autocomplete','class'=>'form-control'))}}


{{ Form::label('',Global_Functions::changeTitles('Año lectivo').':',array('class'=>'col-sm-2')) }} {{Form::hidden('serial_std',$serial_std,array('id'=>'serial_std'))}} {{Form::hidden('year',$schoolYear->serial_scy,array('id'=>'year'))}} {{Form::hidden('startDateYear',$schoolYear->start_date_scy,array('id'=>'startDateYear'))}} {{Form::hidden('endDateYear',$schoolYear->end_date_scy,array('id'=>'endDateYear'))}} {{ Form::label('',$schoolYear->name_scy,array('class'=>'col-sm-3'))}} {{ Form::hidden('update', action('AttendanceController@postUpdate', array()), array('id'=>'update')) }}

{{ Form::label('','Período:',array('class'=>'col-sm-2')) }}
{{ Form::select('periods',array(''=>'-SELECCIONE-'),null,array('id'=>'periods','class'=>"form-control")) }}
{{ Form::label('','Parcial:',array('class'=>'col-sm-2 col-md-offset-1')) }}
{{ Form::select('subPeriods',array(''=>'-SELECCIONE-'),null,array('id'=>'subPeriods','class'=>"form-control")) }}

{{ Form::label('startDateLavel','Fecha Inicio:',array('class'=>'col-sm-2')) }}
{{ Form::label('endDateLavel','Fecha Fin:',array('class'=>'col-sm-2 col-md-offset-1')) }}





{{ Form::close()}} @stop