@extends('layout.sidebar') @section('content') {{ Form::hidden('guardians', action('WizardReportController@getGuardians', array()), array('id'=>'guardians')) }}
{{ Form::label('serial_scy','* 1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentScy->serial_scy,array('class'=>'form-control')) }}

{{ HTML::script('js/wizardReport/index.js') }} @stop