@extends('../../layouts/partials/header')
@section('title', 'Users List')
@section('content_header')
Lista de Usuarios
@endsection
@section('content')
{{-- Agregando el componete de LiveWire datable --}}
@livewire('admin.users-index')
@endsection
@extends('../layouts/partials/footer')