@extends('layout.sidebar') @section('content') @section('title','Cartas de pago') {{ Form::hidden('months', action('SchoolYearController@getInvoiceMonth', array()), array('id'=>'months')) }} {{ Form::hidden('students', action('PaymentCardController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('secppaymentCard', action('PaymentCardController@postSendNotifications', array()), array('id'=>'secppaymentCard')) }} {{ Form::open(array('url' => action('ExportPaymentsController@postStudents'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }} {{Form::token();}}