@extends('../../layouts/partials/header')
@section('title', 'Roles')
@section('content_header')
Creando un Rol
@endsection
@section('content')
{{-- Agregando el componete de LiveWire datable --}}
{{-- @livewire('admin.users-index') --}}
@endsection
@extends('../layouts/partials/footer')