{{ Form::hidden('serial_scy', $schoolYearMatricule->serial_scy, array('id'=>'serial_scy')) }}
{{ Form::hidden('enable_select_payments', strpos($schoolYearMatricule->activities_scy,'ENABLE_SELECT_PAYMENTS_IN_INSCRIPTION')!==false?'YES':'NO', array('id'=>'enable_select_payments')) }}
{{ Form::hidden('serial_scy_new', $newSchoolYear->serial_scy, array('id'=>'serial_scy_new')) }}
{{ Form::hidden('serial_grd', $userGrd->serial_grd, array('id'=>'serial_grd')) }}
{{ Form::hidden('qotaStudents', $qotaStudents, array('id'=>'qotaStudents')) }}
{{ Form::hidden('preaprovedStudents', $preaprovedStudents, array('id'=>'preaprovedStudents')) }}
{{ Form::hidden('anyoneSayDontKnow', $anyoneSayDontKnow, array('id'=>'anyoneSayDontKnow')) }}
{{ Form::hidden('anyoneSayNo', $anyoneSayNo, array('id'=>'anyoneSayNo')) }}
{{ Form::hidden('aceptQuotaStudens', $aceptQuotaStudens, array('id'=>'aceptQuotaStudens')) }}
{{ Form::hidden('studentsInBlackList', $studentsInBlackList, array('id'=>'studentsInBlackList')) }}
{{ Form::hidden('anyoneSayYes', $anyoneSayYes, array('id'=>'anyoneSayYes')) }}
{{ Form::hidden('allStudentsSayNo', $allStudentsSayNo, array('id'=>'allStudentsSayNo')) }}
{{ Form::hidden('allStudentsSayDontKnow', $allStudentsSayDontKnow, array('id'=>'allStudentsSayDontKnow')) }}
{{ Form::hidden('aceptPreaprovedStudents', $aceptPreaprovedStudents, array('id'=>'aceptPreaprovedStudents')) }}
{{ Form::hidden('requestPreaprovedStudents', $requestPreaprovedStudents, array('id'=>'requestPreaprovedStudents')) }}
{{ Form::hidden('haveStudents', $haveStudents, array('id'=>'haveStudents')) }}
{{ Form::hidden('hdnPraprovedStudents', action('WizardPreRegistrationController@postPreaprubedStudents'), array('id'=>'hdnPraprovedStudents')) }}
{{ Form::hidden('hdnMailNo', action('WizardPreRegistrationController@postSendMailNo'), array('id'=>'hdnMailNo')) }}
{{ Form::hidden('hdnMailNoPreapruvedStudents', action('WizardPreRegistrationController@postSendMailNoPreapruvedStudents'), array('id'=>'hdnMailNoPreapruvedStudents')) }}
{{ Form::hidden('hdnMailBlakList', action('WizardPreRegistrationController@postSendMailBlackList'), array('id'=>'hdnMailBlakList')) }}
{{ Form::hidden('hdnMailContract', action('WizardPreRegistrationController@postSendMailNoContract'), array('id'=>'hdnMailContract')) }}
{{ Form::hidden('hdnMailnoinscripcion', action('WizardPreRegistrationController@postSendMailNoInscription'), array('id'=>'hdnMailnoinscripcion')) }}
{{ Form::hidden('hdnMailPreapruved', action('WizardPreRegistrationController@postSendMailPreapruvedStdents'), array('id'=>'hdnMailPreapruved')) }}
{{ Form::hidden('contract', $wizardDocuemntGuardianAuthorizeData->status_wdg=='ACTIVE' ? 'YES':'NO', array('id'=>'contract')) }}
{{ Form::hidden('inscription', $wizardDocuemntGuardianAuthorizeDataInscription->accepted_wdg, array('id'=>'inscription')) }}
{{ Form::hidden('contractRequest', $wizardDocuemntGuardianAuthorizeData->accepted_wdg, array('id'=>'contractRequest')) }}
{{ Form::hidden('report', action('WizardPreRegistrationController@postReport'), array('id'=>'report')) }}
{{ Form::hidden('reportPreaprovedSayNo', action('WizardPreRegistrationController@postReportPreaprovedSayNo'), array('id'=>'reportPreaprovedSayNo')) }}
{{ Form::hidden('reportPreaprovedSayYes', action('WizardPreRegistrationController@postReportPreaprovedSayYes'), array('id'=>'reportPreaprovedSayYes')) }}
{{ Form::hidden('reportNo', action('WizardPreRegistrationController@postReportNo'), array('id'=>'reportNo')) }}
{{ Form::hidden('reportDontKnow', action('WizardPreRegistrationController@postReportDontKnow'), array('id'=>'reportDontKnow')) }}
{{ Form::hidden('reportBlackList', action('WizardPreRegistrationController@postReportBlackList'), array('id'=>'reportBlackList')) }}
{{ Form::hidden('reportInscriptionNo', action('WizardPreRegistrationController@postReportInscriptionNo'), array('id'=>'reportInscriptionNo')) }}
{{ Form::hidden('reportContractNo', action('WizardPreRegistrationController@postReportContractNo'), array('id'=>'reportContractNo')) }}
{{ Form::hidden('quota', action('WizardPreRegistrationController@postStudentsQuota'), array('id'=>'quota')) }}
{{ Form::hidden('reviewQuota', action('WizardPreRegistrationController@postReviewQuota'), array('id'=>'reviewQuota')) }}
{{ Form::token()}}
@if($haveStudents==='NO')
@endif
{{ HTML::script('js/common/feature-table.js') }}
{{ HTML::script('js/wizard/preregistration/index.js') }}
{{ HTML::style('css/common/feature-table.css') }}
{{ HTML::style('css/common/radioCheckboxStyles.css') }}
@stop