@extends('layout.sidebar') @section('content') @section('title', "ÚTILES ESCOLARES") {{ Form::token() }} {{ Form::hidden('schoolSuppliesByStudent', action('SchoolSuppliesController@getSchoolSuppliesByStudent', array()), array('id'=>'schoolSuppliesByStudent')) }} {{ Form::open(array('id'=>'schoolSuppliesPdf','type'=>'POST', 'url' => action('SchoolSuppliesController@postSchoolSupplies'))) }} {{ Form::hidden('serial_scy', $year->serial_scy, array('id'=>'serial_scy')) }}