08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<p class="font-weight-bold">Rechnungsadresse:</p>
|
||||
<p>
|
||||
@if($current->billing_company)
|
||||
Firma: {{ $current->billing_company }}<br>
|
||||
{{ __('Company') }}: {{ $current->billing_company }}<br>
|
||||
@endif
|
||||
{{ \App\Services\HTMLHelper::getSalutationLang($current->billing_salutation) }}
|
||||
{{ $current->billing_firstname }}
|
||||
|
|
@ -50,13 +50,13 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<p class="font-weight-bold">Lieferadresse:</p>
|
||||
<p class="font-weight-bold">{{ __('Delivery address') }}:</p>
|
||||
<p>
|
||||
@if($current->same_as_billing)
|
||||
{{__('email.checkout_mail_same_address')}}
|
||||
@else
|
||||
@if($current->shipping_company)
|
||||
Firma: {{ $current->shipping_company }}<br>
|
||||
{{ __('Company') }}: {{ $current->shipping_company }}<br>
|
||||
@endif
|
||||
{{ \App\Services\HTMLHelper::getSalutationLang($current->shipping_salutation) }}
|
||||
{{ $current->shipping_firstname }}
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
<p class="font-weight-bold">Rechnungsadresse:</p>
|
||||
<p>
|
||||
@if($possible->billing_company)
|
||||
Firma: {{ $possible->billing_company }}<br>
|
||||
{{ __('Company') }}: {{ $possible->billing_company }}<br>
|
||||
@endif
|
||||
{{ \App\Services\HTMLHelper::getSalutationLang($possible->billing_salutation) }}
|
||||
{{ $possible->billing_firstname }}
|
||||
|
|
@ -166,13 +166,13 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<p class="font-weight-bold">Lieferadresse:</p>
|
||||
<p class="font-weight-bold">{{ __('Delivery address') }}:</p>
|
||||
<p>
|
||||
@if($possible->same_as_billing)
|
||||
{{__('email.checkout_mail_same_address')}}
|
||||
@else
|
||||
@if($possible->shipping_company)
|
||||
Firma: {{ $possible->shipping_company }}<br>
|
||||
{{ __('Company') }}: {{ $possible->shipping_company }}<br>
|
||||
@endif
|
||||
{{ \App\Services\HTMLHelper::getSalutationLang($possible->shipping_salutation) }}
|
||||
{{ $possible->shipping_firstname }}
|
||||
|
|
@ -244,8 +244,8 @@
|
|||
@endif
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">schließen</button>
|
||||
<button type="submit" class="btn btn-primary">{{__('übernehmen')}}</button>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">{{ __('close') }}</button>
|
||||
<button type="submit" class="btn btn-primary">{{__('take over')}}</button>
|
||||
|
||||
</div>
|
||||
{!! Form::close() !!}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue