Actualizar Rol

{{ csrf_field() }} {{ method_field('PUT') }}
@if ($errors->has('role')) {{ $errors->first('role') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif