@extends('layout.sidebar') @section('content') @section('title','Fotos') {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptionsall', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('PictureController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('employees', action('PictureController@getEmployees', array()), array('id'=>'employees')) }} {{ Form::open(array('url' => action('PictureController@postPrintPictures'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}