@extends('layout.sidebar') @section('content') {{ HTML::style('css/recap/edit-recap.css') }} {{ Form::hidden('students', action('RecapController@postStudents', array()), array('id'=>'students')) }} {{ Form::hidden('hdn-recap-header', action('RecapController@postLoadRecapHeader', array()), array('id'=>'hdn-recap-header')) }} {{ Form::hidden('hdn-create-recap', action('RecapController@postLoadCreteRecap', array()), array('id'=>'hdn-create-recap')) }} {{ Form::hidden('hdn-number-recap', action('RecapController@postLoadNumberRecap', array()), array('id'=>'hdn-number-recap')) }} {{ Form::hidden('hdn-recaps', action('RecapController@postLoadRecaps', array()), array('id'=>'hdn-recaps')) }} {{ Form::hidden('hdn-edit-recap', action('RecapController@getEditRecap', array()), array('id'=>'hdn-edit-recap')) }} {{ Form::hidden('hdn-add-students-recap', action('RecapController@getAddStudentsRecap', array()), array('id'=>'hdn-add-students-recap')) }} {{ Form::hidden('credit-cards', action('CreditCardController@postCreditCards', array()), array('id'=>'credit-cards')) }} {{ Form::hidden('financial_institutions', action('FinancialInstitutionController@postFinantialInstitution', array()), array('id'=>'financial_institutions')) }} {{ Form::hidden('financialInstitutionsCheck', action('FinancialInstitutionController@postFinantialInstitutionByPaymentMethod', array()), array('id'=>'financialInstitutionsCheck')) }} {{ Form::hidden('rtu-debtor-index', action('ReportsDebtsController@getIndex', array()), array('id'=>'rtu-debtor-index')) }}