@extends('layout.sidebar') @section('content') @section('title','Importar tarjetas de crédito') {{Form::token();}} {{ 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') }} @stop