@extends('layouts.master', ['layout' => 'app']) @push('bottom_scripts') {!! CondeNast\IdentityManager\Helpers\ReCaptchaHelper::renderScript() !!} @endpush @section('content')

Benvenuto
in Vanity Fair

Completa i dati mancanti
I campi contrassegnati da (*) sono obbligatori

{{ csrf_field() }}
I campi evidenziati in rosso contengono degli errori
@if (@is_null($user->email)) @else @endif @if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if (!$isFromSocial)

La password deve contenere almeno 6 caratteri

@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endif
@if ($errors->has('first_name'))

{{ $errors->first('first_name') }}

@endif
@if ($errors->has('last_name'))

{{ $errors->first('last_name') }}

@endif

Il dato rimarrà riservato

@if ($errors->has('gender'))

{{ $errors->first('gender') }}

@endif

Il dato rimarrà riservato

@if ($errors->has('birthdate'))

{{ $errors->first('birthdate') }}

@endif
@if ($errors->has('custom_data.prodotti_omaggio'))

{{ $errors->first('custom_data.prodotti_omaggio') }}

@endif
@if ($errors->has('address'))

{{ $errors->first('address') }}

@endif
@if ($errors->has('street_number'))

{{ $errors->first('street_number') }}

@endif
@if ($errors->has('address_notes'))

{{ $errors->first('address_notes') }}

@endif

Indica il nome o il cognome che compare sul citofono o evetuali note per il corriere.

@if ($errors->has('city'))

{{ $errors->first('city') }}

@endif
@if ($errors->has('zip'))

{{ $errors->first('zip') }}

@endif
@include('auth.customercampaignbox', ['page' => 'register'])
@if ($errors->has('province_id'))

{{ $errors->first('province_id') }}

@endif

Questo sarà il tuo spazio personale all'interno di Vanity Fair. Il campo non può contenere spazi vuoti, lettere maiuscole o caratteri speciali (es: -.!,%&?). Scegli con cura, questo campo non può essere modificato.

@if ($errors->has('username'))

{{ $errors->first('username') }}

@endif
@include('auth.avatarfield', ['page' => 'register'])
newsletter
@include('auth.privacybox', ['page' => 'register'])
{!! CondeNast\IdentityManager\Helpers\ReCaptchaHelper::renderWidget() !!} @if ($errors->has('recaptcha'))

{{ $errors->first('recaptcha') }}

@endif
@endsection