{{ csrf_field() }}

{{ trans('order::orders.order_and_account_information') }}

{{ trans('order::orders.order_information') }}
@if ($order->shipping_method) @endif @if (is_multilingual()) @endif @if ($order->note) @endif
{{ trans('order::orders.order_id') }} {{ $order->id }}
{{ trans('order::orders.order_date') }} {{ $order->created_at->toFormattedDateString() }}
{{ trans('order::orders.order_status') }}
{{ trans('order::orders.shipping_method') }} {{ $order->shipping_method }}
{{ trans('order::orders.payment_method') }} {{ $order->payment_method }} @if ($order->payment_method === 'Bank Transfer')
{!! setting('bank_transfer_instructions') !!} @endif
{{ trans('order::orders.currency') }} {{ $order->currency }}
{{ trans('order::orders.currency_rate') }} {{ $order->currency_rate }}
{{ trans('order::orders.order_note') }} {{ $order->note }}