@extends('layout.sidebar') @section('content') @section('title', "FORMULARIO DECE") {{ HTML::style('css/dce/styleForm.css') }} {{ HTML::script('js/dce/form.js') }} {{ Form::token() }} {{ Form::hidden('urlaccordion', action('DceController@postOpenAccordion', array()), array('id'=>'urlaccordion')) }} {{ Form::hidden('urlloaddceform', action('DceController@postDceForm', array()), array('id'=>'urlloaddceform')) }} {{ Form::hidden('urlloaddceactivities', action('DceController@postDceActivities', array()), array('id'=>'urlloaddceactivities')) }} {{ Form::hidden('urlgeneraldata', action('DceController@postGeneralData', array()), array('id'=>'urlgeneraldata')) }} {{ Form::hidden('urlfamilyreferences', action('DceController@postFamilyReferences', array()), array('id'=>'urlfamilyreferences')) }} {{ Form::hidden('urlacademicdata', action('DceController@postAcademicData', array()), array('id'=>'urlacademicdata')) }} {{ Form::hidden('urldevelopmentrecord', action('DceController@postDevelopmentRecord', array()), array('id'=>'urldevelopmentrecord')) }} {{ Form::hidden('urlfamilyrelationship', action('DceController@postFamilyRelationship', array()), array('id'=>'urlfamilyrelationship')) }} {{ Form::hidden('urlhabitcustom', action('DceController@postHabitCustom', array()), array('id'=>'urlhabitcustom')) }} {{ Form::hidden('urlhealthdata', action('DceController@postHealthData', array()), array('id'=>'urlhealthdata')) }} {{ Form::hidden('urlvalidatestatusaccordion', action('DceController@postValidateStatusAccordion', array()), array('id'=>'urlvalidatestatusaccordion')) }}