@extends('layout.sidebar') @section('content') {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptions', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptions', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('RecordStudentReportController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('searchStudentUrl', action('RecordStudentReportController@postSearchStudents', array()), array('id'=>'searchStudentUrl')) }} @if($method) {{ Form::hidden('pdfRecordStudent', action($method->controller_rcd . '@' . $method->method_rcd, array()), array('id'=>'pdfRecordStudent')) }} {{ Form::open(array('url' => action($method->controller_rcd . '@' . $method->method_rcd), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }} {{ Form::token() }}