{{ __('shop::app.checkout.onepage.billing-address') }} {{ __('shop::app.checkout.onepage.new-address') }}
  • {{ __('shop::app.customer.account.address.index.contact') }} :
@if ($cart->haveStockableItems())
{{ __('shop::app.checkout.onepage.use_for_shipping') }}
@endif

{{ __('shop::app.checkout.onepage.billing-address') }}

@auth('customer') @if(count(auth('customer')->user()->addresses)) {{ __('shop::app.checkout.onepage.back') }} @endif @endauth
@if (! auth()->guard('customer')->check()) @include('shop::checkout.onepage.customer-checkout') @endif
@if (core()->getConfigData('customer.settings.address.street_lines') && core()->getConfigData('customer.settings.address.street_lines') > 1)
@for ($i = 1; $i < core()->getConfigData('customer.settings.address.street_lines'); $i++) @endfor
@endif
@if ($cart->haveStockableItems())
{{ __('shop::app.checkout.onepage.use_for_shipping') }}
@endif @auth('customer')
{{ __('shop::app.checkout.onepage.save_as_address') }}
@endauth
@if ($cart->haveStockableItems())
{{ __('shop::app.checkout.onepage.shipping-address') }} {{ __('shop::app.checkout.onepage.new-address') }}
  • {{ __('shop::app.customer.account.address.index.contact') }} :

{{ __('shop::app.checkout.onepage.shipping-address') }}

@auth('customer') @if(count(auth('customer')->user()->addresses)) {{ __('shop::app.checkout.onepage.back') }} @endif @endauth
@if (core()->getConfigData('customer.settings.address.street_lines') && core()->getConfigData('customer.settings.address.street_lines') > 1)
@for ($i = 1; $i < core()->getConfigData('customer.settings.address.street_lines'); $i++) @endfor
@endif
@auth('customer')
{{ __('shop::app.checkout.onepage.save_as_address') }}
@endauth
@endif