@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')) }}

{{"ÚTILES ESCOLARES"}}

{{$year->name_scy}}


{{Form::close()}} {{ HTML::script('js/schoolSupplies/guardianViews/index.js') }} {{ HTML::style('css/common/eyelash.css') }} @stop()