Regisztráció

{{ errors.first('name') }}
{{ errors.first('phone') }}
{{ errors.first('email') }}
{{ errors.first('password') }}
{{ errors.first('password_confirmation') }}

Számlázási adatok

{{ errors.first('billing_name') }}
{{ errors.first('billing_country') }}
{{ errors.first('billing_city') }}
{{ errors.first('billing_postcode') }}
{{ errors.first('billing_address') }}
{{ errors.first('tax_number') }}
{{ errors.first('eu_tax_number') }}

Szállítási adatok

{{ errors.first('shipping_name') }}
{{ errors.first('shipping_country') }}
{{ errors.first('shipping_city') }}
{{ errors.first('shipping_postcode') }}
{{ errors.first('shipping_address') }}