@extends('templates.admin-lte') @section('header')

Departamentos Indice

@endsection @section("styles") @include('libraries', ['added'=>array('datatables-css', 'jquery-confirm-css', 'jquery-toast-css')]) @endsection @section('content')

{!! Form::custom_link_one( route('administracion.base.mantenimientos.departamentos.create'), "Crear Departamento", 'col-md-2 col-md-offset-10' ) !!}
{!! Form::custom_table_one( "tabla-departamentos", [ 'DESCRIPCIƓN', 'EMPRESA', 'ACTIVO', 'ACCIONES'] ) !!}
@endsection @section('scripts') @include('libraries',['added'=>array('datatables-js', 'jquery-confirm-js', 'jquery-toast-js')]) @endsection