@extends('../../layouts/partials/header') @section('title', 'Roles') @section('content_header')

Mostrar Rol

@endsection @section('content') {{-- Agregando el componete de LiveWire datable --}} {{-- @livewire('admin.users-index') --}} @endsection @extends('../layouts/partials/footer')