-
Nom
-
{{ $this->{$type}->first_name }} {{ $this->{$type}->last_name }}
@if ($this->{$type}->company_name)
-
Entreprise
-
{{ $this->{$type}->company_name }}
@endif
@if ($this->{$type}->contact_phone)
-
Numéro de téléphone
-
{{ $this->{$type}->contact_phone }}
@endif
-
Adresse mail
-
{{ $this->{$type}->contact_email }}
-
Adresse
-
{{ $this->{$type}->line_one }}
@if ($this->{$type}->line_two)
{{ $this->{$type}->line_two }}
@endif
@if ($this->{$type}->line_three)
{{ $this->{$type}->line_three }}
@endif
@if ($this->{$type}->city)
{{ $this->{$type}->city }}
@endif
@if ($this->{$type}->state)
{{ $this->{$type}->state }}
@endif
{{ $this->{$type}->postcode }}
{{ $this->{$type}->country?->native }}
@endif
@if ($step == $currentStep)