@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
@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 actual

direccion == "Puebla" ? 'checked' : '') }} id="puebla" type="radio" value="Puebla" name="direccion">
direccion != "Puebla" ? 'checked' : '') }} id="monterry" type="radio" value="Monterrey" name="direccion">

Estatus actual del qr

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