{{-- Order confirmation. Reached only via a session flash of the placed order id (CheckoutController::confirmation) — not deep-linkable. $order is a Lunar\Models\Order with lines + shipping/billing addresses eager-loaded. --}} @extends('layouts.app') @section('title', __('checkout.page.confirmation_title') . ' — ' . config('app.name')) @section('content')
{{ __('checkout.page.confirmation_order_number') }}: {{ $order->reference }}
{{ __('checkout.page.confirmation_email_note') }}