23-01-2026
This commit is contained in:
parent
a939cd51ef
commit
a8b395e20d
248 changed files with 29342 additions and 4805 deletions
|
|
@ -30,6 +30,10 @@
|
|||
@endif
|
||||
@if($homeparty_user->billing_phone)
|
||||
Telefon: {{ $homeparty_user->billing_phone }}
|
||||
<br>
|
||||
@endif
|
||||
@if($homeparty_user->shipping_postnumber)
|
||||
<strong>DHL {{ __('payment.dhl_postnumber') }}: {{ $homeparty_user->shipping_postnumber }}</strong>
|
||||
@endif
|
||||
</p>
|
||||
@else
|
||||
|
|
@ -62,6 +66,10 @@
|
|||
@endif
|
||||
@if($homeparty_user->shipping_phone)
|
||||
Telefon: {{ $homeparty_user->shipping_phone }}
|
||||
<br>
|
||||
@endif
|
||||
@if($homeparty_user->shipping_postnumber)
|
||||
<strong>DHL {{ __('payment.dhl_postnumber') }}: {{ $homeparty_user->shipping_postnumber }}</strong>
|
||||
@endif
|
||||
</p>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue