@extends('layout.sidebar') @section('content') @section('title','ACTIVAR/DESACTIVAR VISUALIZACIÓN DE NOTAS') {{ Form::hidden('urlSearchStudent', action('LockGradesForUserWhitoutPensionController@postSearchStudent', array()), array('id'=>'urlSearchStudent')) }} {{ Form::hidden('urlStudentForm', action('LockGradesForUserWhitoutPensionController@postLoadForm', array()), array('id'=>'urlStudentForm')) }} {{ Form::hidden('urlStudent', action('LockGradesForUserWhitoutPensionController@postLoadStudentContainer', array()), array('id'=>'urlStudent')) }} {{ Form::hidden('urlCourse', action('LockGradesForUserWhitoutPensionController@postLoadCourseContainer', array()), array('id'=>'urlCourse')) }} {{ Form::hidden('urlLocked', action('LockGradesForUserWhitoutPensionController@postLoadLockedContainer', array()), array('id'=>'urlLocked')) }} {{ Form::hidden('urlSaveAction', action('LockGradesForUserWhitoutPensionController@postSaveActionStatus', array()), array('id'=>'urlSaveAction')) }} {{ Form::hidden('serial_scy',$serial_scy,array('id' => 'serial_scy')) }} {{ Form::hidden('flagSendMailPensionLock',$flagSendMailPensionLock,array('id' => 'flagSendMailPensionLock')) }} {{ Form::hidden('urlStudentCourse', action('LockGradesForUserWhitoutPensionController@postLoadStudentInCourseContainer', array()), array('id'=>'urlStudentCourse')) }} {{ Form::hidden('urlModalInCourse', action('LockGradesForUserWhitoutPensionController@getInfoModalInCourse', array()), array('id'=>'urlModalInCourse')) }} {{ Form::hidden('urlModalMail', action('LockGradesForUserWhitoutPensionController@getModalMailConfirmation', array()), array('id'=>'urlModalMail')) }} {{Form::token()}}