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

Permisos Indice

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

ROLES

{!! Form::custom_link_one( route('administracion.base.mantenimientos.roles.create'), "CREAR ROL", 'col-md-2 pull-right' ) !!}
{!! Form::custom_table_one( "tabla-roles", [ 'NOMBRE', 'DESCRIPCIÓN', 'ACCIONES'],'table table-bordered table-hover display') !!}

PERMISOS

{!! Form::custom_table_one( "tabla-permisos", [ 'TIPO', 'NOMBRE', 'DESCRIPCIÓN', 'ACCIONES' ],'table table-bordered table-hover display') !!}

RELACIÓNES ROLES/PERMISOS

RELACIÓNES USUARIO/ROL

{!! Form::custom_link_one( route('administracion.base.mantenimientos.roles_usuarios.create'), "CREAR RELACIÓN USUARIO/ROL", 'col-md-3 pull-right' ) !!}
{!! Form::custom_table_one( "tabla-usuario-rol", [ 'ROL', 'USUARIO', 'ACCIONES' ],'table table-bordered table-hover display') !!}
@endsection @section('scripts') @include('libraries', [ 'added' => array ( 'datatables-js', 'jquery-confirm-js', 'jquery-toast-js', 'vue-js', 'axios-js' //'bootstrap-datetimepicker-js', //'bootstrap-select-js', ) ]) @include("administracion/base/mantenimientos/permisos/partials/index/script") @endsection