@extends('layouts.admin') @section('title', 'Editar Usuario') @section('content')

Editar Usuario

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('role')
{{ $message }}
@enderror
Estado
status) checked @endif @if( auth()->user()->id === $user->id) disabled @endif >
status) checked @endif @if( auth()->user()->id === $user->id) disabled @endif >
Cancelar
@endsection