@extends('layout.sidebar') @section('content') {{ HTML::style('css/recap/edit-recap.css') }} {{ Form::hidden('students', action('RecapController@postStudents', array()), array('id'=>'students')) }} {{ Form::hidden('hdn-recap-header', action('RecapController@postLoadRecapHeader', array()), array('id'=>'hdn-recap-header')) }} {{ Form::hidden('hdn-create-recap', action('RecapController@postLoadCreteRecap', array()), array('id'=>'hdn-create-recap')) }} {{ Form::hidden('hdn-number-recap', action('RecapController@postLoadNumberRecap', array()), array('id'=>'hdn-number-recap')) }} {{ Form::hidden('hdn-recaps', action('RecapController@postLoadRecaps', array()), array('id'=>'hdn-recaps')) }} {{ Form::hidden('hdn-edit-recap', action('RecapController@getEditRecap', array()), array('id'=>'hdn-edit-recap')) }} {{ Form::hidden('hdn-add-students-recap', action('RecapController@getAddStudentsRecap', array()), array('id'=>'hdn-add-students-recap')) }} {{ Form::hidden('credit-cards', action('CreditCardController@postCreditCards', array()), array('id'=>'credit-cards')) }} {{ Form::hidden('financial_institutions', action('FinancialInstitutionController@postFinantialInstitution', array()), array('id'=>'financial_institutions')) }} {{ Form::hidden('financialInstitutionsCheck', action('FinancialInstitutionController@postFinantialInstitutionByPaymentMethod', array()), array('id'=>'financialInstitutionsCheck')) }} {{ Form::hidden('rtu-debtor-index', action('ReportsDebtsController@getIndex', array()), array('id'=>'rtu-debtor-index')) }}
{{ Form::open(array('url' => 'recap/save', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmCreateRecap')) }}
{{ Form::label('serial_scy_create_recap','Año Lectivo:',array('class' => 'col-md-6 control-label')) }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'serial_scy_create_recap')) }}
{{Form::close()}}

{{ Form::label('serial_scy_edit_recap','Año Lectivo:',array('class' => 'col-md-6 control-label')) }}
{{ Form::select('serial_scy_edit_recap',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'serial_scy_edit_recap')) }}

{{ HTML::script('js/recap/index.js') }} {{ HTML::style('css/common/eyelash.css') }} @stop()