@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('a_paterno')) {{ $errors->first('a_paterno') }} @endif
@if ($errors->has('a_materno')) {{ $errors->first('a_materno') }} @endif
{!! Form::select('perfil', $perfiles, $user->perfil, ['class' => 'js-example-basic-single w-100 input_main','id' => 'perfil']) !!} @if ($errors->has('perfil')) {{ $errors->first('perfil') }} @endif
@if ($errors->has('telefono')) {{ $errors->first('telefono') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{!! Form::select('perfil_quejas', $perfil_quejas, $user->perfil_quejas, ['class' => 'js-example-basic-single w-100 input_main','id' => 'perfil_quejas']) !!} @if ($errors->has('perfil')) {{ $errors->first('perfil') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

Estatus actual del usuario

estatus == "Activo" ? 'checked' : '') }} id="activo" type="radio" value="Activo" name="estatus">
estatus == "Inactivo" ? 'checked' : '') }} id="inactivo" type="radio" value="Inactivo" name="estatus">

Para actualizar tu contraseña debes de llenar los campos anteriores, en caso contrario, debes dejarlos vacíos.