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