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

  • {{ __('shop::app.customer.account.address.index.contact') }} : @{{ addresses.phone }}
add_circle_outline {{ __('shop::app.checkout.onepage.new-address') }}
@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 @include('shop::checkout.onepage.customer-new-form', ['billing' => true])
@if ($cart->haveStockableItems())

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

  • {{ __('shop::app.customer.account.address.index.contact') }} : @{{ addresses.phone }}
add_circle_outline {{ __('shop::app.checkout.onepage.new-address') }}

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

@auth('customer') @if(count(auth('customer')->user()->addresses)) {{ __('shop::app.checkout.onepage.back') }} @endif @endauth @include('shop::checkout.onepage.customer-new-form', ['shipping' => true])
@endif