@extends('layout.sidebar') @section('content') {{ Form::hidden('filters', action('FilterController@postFilters', array()), array('id'=>'filters')) }} {{ Form::hidden('students', action('StudentsPicturesControllers@postReport', array()), array('id'=>'students')) }} {{ Form::hidden('pdfReport', action('StudentsPicturesControllers@getReport', array()), array('id'=>'pdfReport')) }} {{ Form::open(array('url' => 'studentPictures/report', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmReport')) }}

{{Form::close()}} {{ HTML::script('js/studentPictures/index.js') }} @stop