@extends('adminlte::page') @section('title', 'Editar Rol') @section('content_header')

Editar Rol

@stop @section('content')

Actualizar Datos del Rol

@csrf @method('PUT')

Cancelar
@stop @section('css') @stop @section('js') @stop