Detalles del usuario

VER/EDITAR DATOS DE USUARIO
{{csrf_field()}}
@if ($errors->has('nombreUpdate')) {{ $errors->first('nombreUpdate') }} @endif
@if ($errors->has('perfil')) {{ $errors->first('perfil') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('estado')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('compania')) {{ $errors->first('compania') }} @endif

(*) Campos Obligatorios