@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();}}