@extends('layout.sidebar') @section('content') @section('title','Registro de asistencia') {{ Form::hidden('schedule', action('AttendanceCurrentController@getSchedule', array()), array('id'=>'schedule')) }} {{ Form::hidden('students', action('AttendanceCurrentController@postStudents', array()), array('id'=>'students')) }} {{ Form::hidden('options', action('AttendanceCurrentController@postOptions', array()), array('id'=>'options')) }} {{Form::hidden('serial_usr',$data['u'],array('id'=>'serial_usr'))}} {{Form::hidden('serial_emp',$data['e'],array('id'=>'serial_emp'))}} {{Form::hidden('tk',$data['token'],array('id'=>'tk'))}}
{{ Form::label('serial_scd', 'Horario:', array('class' => 'col-md-3 col-sm-4 control-label')) }}
{{ Form::select('serial_scd', array(''=>'-Seleccione-'), '', array('class' => 'form-control', 'id' => 'serial_scd')) }}
{{ HTML::script('js/attendance/index.js') }} @stop