@extends('layout.sidebar') @section('content') @section('title','Seleccioanar forma de matrícula') {{ Form::hidden('students', action('StudentDinersController@postStudents', array()), array('id'=>'students')) }}
{{ Form::open(array('url' => action('StudentDinersController@postStudents'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

{{""}}


{{ Form::label('serial_scy','* 1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control')) }}


{{Form::close()}}
{{ Form::hidden('proccesFile', action('DinersFileCreditCardsController@postProccesFile', array()), array('id'=>'proccesFile')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'dinersData')) }}

IMPORTAR TARJETAS DE CRÉDITO

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

{{ Form::label('file_ontrack','Archivo:',array('class'=>'col-md-6 control-label')) }}
{{ Form::close() }} {{ HTML::script('js\paymentstm\studentdiners\dinersfile\index.js') }}

{{ Form::hidden('studetnsForRecap', action('StudentDinersController@postCreateRecap', array()), array('id'=>'studetnsForRecap')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'studentsRecapData')) }}
{{ Form::label('serial_scy','* Año Lectivo:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control')) }}

{{ Form::label('authorization_code_rcp','* Código de autorización:',array('class'=>'col-md-6 control-label')) }}
{{ Form::text('authorization_code_rcp', $recapHeader->authorization_code_rch, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'authorization_code_rcp')) }}

{{ Form::label('proccess_date', 'Fecha de proceso:', array('class' => 'col-md-6 control-label')) }}
{{ Form::close() }}

{{ Form::hidden('recaps', action('StudentDinersController@postStudentRecapProccesFile', array()), array('id'=>'recaps')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'recapsForm')) }}
{{ Form::label('serial_scy_procces_recap','* Año Lectivo:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_scy_procces_recap',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'serial_scy_procces_recap')) }}

{{ Form::close() }}
{{ HTML::style('css/common/eyelash.css') }} {{ HTML::script('js/paymentstm/studentdiners/index.js') }} @stop