{{ __('Checkout / Offline') }}

{{ __('Contact us to complete this order') }}

{{ __('Order') }} {{ $order->order_number }} · {!! \App\Support\FormatSettings::formatIn($order->amount, $order->currency) !!} · billed in {{ $order->currency }}

{{ __('Instructions') }}
{{ $instructions }}
@include('checkout.partials.proof-form', ['order' => $order])