@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, 0, ['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, 0, ['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