@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('telefono_oficina')) {{ $errors->first('telefono_oficina') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('empresa')) {{ $errors->first('empresa') }} @endif
@if ($errors->has('titulo')) {{ $errors->first('titulo') }} @endif
@if ($errors->has('linked_in')) {{ $errors->first('linked_in') }} @endif
@if ($errors->has('web')) {{ $errors->first('web') }} @endif
@if ($errors->has('acerca_de')) {{ $errors->first('acerca_de') }} @endif
Imagen destacada

Da clic en el botón subir foto, selecciona tu foto y da clic en aceptar

Dirección

@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif