@extends('adminlte::page') @section('title', 'Users') @section('content_header') @stop @section('content')
GESTIÓN DE USUARIOS
@livewire('user.table-users')
@stop @section('css') @stop @section('js') @stop