@extends('layout.sidebar') @section('content') @section('title', "ADMINISTRACIÓN DEPARTAMENTO CONSEJERÍA") {{ HTML::style('css/dce/management.css') }} {{ HTML::script('js/dce/management.js') }} {{ Form::token() }} {{ Form::hidden('urlsaveData', action('DceManagementController@postSaveData', array()), array('id'=>'urlsaveData')) }} {{ Form::hidden('urleditcatalog', action('DceManagementController@getCatalogData', array()), array('id'=>'urleditcatalog')) }} {{ Form::hidden('loadcatalog', action('DceManagementController@getCatalogDce', array()), array('id'=>'loadcatalog')) }}