@extends('layout.sidebar') @section('content') @section('title','Estudiantes con pagos pendientes') {{ Form::hidden('dates', action('DebtorCardController@postDates', array()), array('id'=>'dates')) }} {{ Form::hidden('students', action('DebtorCardController@postStudents', array()), array('id'=>'students')) }} {{ Form::hidden('sendemails', action('DebtorCardController@postSendEmails', array()), array('id'=>'sendemails')) }} {{ Form::hidden('studentDettailHtml', action('PaymentManageController@postPaymentStudentDetail', array()), array('id'=>'studentDettailHtml')) }} {{ Form::hidden('studentDettailExcel', action('PaymentManageController@getPaymentStudentDetailExcel', array()), array('id'=>'studentDettailExcel')) }} {{ Form::hidden('sendEmailToGuardians', action('PaymentManageController@postSendMailToGuardians', array()), array('id'=>'sendEmailToGuardians')) }} {{ Form::open(array('url' => action('DebtorCardController@postStudents'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }} {{Form::token();}}

ESTUDIANTES CON PAGOS PENDIENTES

{{ Form::label('serial_scy','Año Lectivo:', array('class' => 'col-md-5')) }}
{{ Form::select('serial_scy',$schoolYears,$currentScy,array('class'=>'form-control')) }}
{{Form::close()}} {{ HTML::script('js/paymentstm/debtorcard/index.js') }} @stop