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

Personas Indice

@endsection @section("styles") @include('libraries', [ 'added' => array ( 'datatables-css', 'jquery-confirm-css', 'jquery-toast-css', 'bootstrap-select-css' ) ]) @endsection @section('content') @php($columnas= [ 'NOMBRE FANTASIA', 'NOMBRE', 'ES FISICA', 'ESTADO CIVIL', 'SEXO', 'FECHA NACIMIENTO', 'PROFESION', 'CONYUGUE', 'NACIONALIDAD', 'PAIS', 'SECTOR', 'TIPO SOCIEDAD', 'LUCRATIVA', 'ESTATAL','FECHA ALTA', 'ACTIVO', 'ACCIONES' ])

@include("administracion/base/mantenimientos/personas/partials/index/filters")
{!! Form::custom_link_one( route('administracion.base.mantenimientos.personas.create'), "CREAR PERSONA", 'col-md-2' ) !!}
{!! Form::custom_table_one( "tabla-personas", $columnas,'table table-bordered table-hover display') !!}
@endsection @section('scripts') @include('libraries', [ 'added' => array ( 'slimscroll-js', 'datatables-js', 'jquery-confirm-js', 'jquery-toast-js', 'bootstrap-datetimepicker-js', 'bootstrap-select-js', 'vue-js' ) ]) @include("administracion/base/mantenimientos/personas/partials/index/scripts") @endsection