@extends('adminlte::page') @section('title', 'Role') @section('content_header') @stop @section('content')
GESTIÓN DE ROLES
@livewire('roles.table-roles')
REGISTRO DE SISTEMAS
@livewire('sistemas.tables-sistema')
GESTIÓN PERMISOS
@livewire('permisos.permisos-table')
@stop @section('css') @stop @section('js') @stop