{{-- The checkout page. Two columns: left is contact + billing + shipping + shipping method, right is the order summary (the same cart-body partial the drawer uses, minus its own "Checkout" CTA — see .bbk-checkout-summary in checkout.css). Stops short of payment for this slice — see CheckoutController's class docblock. $cart, $lines, $billingAddress, $shippingAddress, $shippingOptions, $countries come from CheckoutController::show(). --}} @extends('layouts.app') @section('title', __('checkout.page.title') . ' — ' . config('app.name')) @section('content')
{{ __('checkout.page.login_coming_soon') }}
{!! __('checkout.page.withdrawal_notice', [ 'link' => route('legal.shipping-returns', app()->getLocale()), ]) !!}
{{ __('checkout.page.payment_processing') }}