{{ config('app.name') }} {{ __('panel/order.ship_list') }}

{{ __('panel/order.shipping_customer_name') }}: {{ $order['shipping_customer_name'] }}
{{ __('panel/order.telephone') }}: {{ $order['shipping_telephone'] }}
{{ __('panel/order.email') }}: {{ $order['email'] }}
{{ __('panel/order.shipping_address') }}: {{ $order['shipping_customer_name'] . '(' . $order['shipping_telephone'] . ')' . ' ' . $order['shipping_address_1'] . ' ' . $order['shipping_address_2'] . ' ' . $order['shipping_city'] . ' ' . $order['shipping_zone'] . ' ' . $order['shipping_country'] }}
{{ __('panel/order.number') }}: {{ $order['number'] }}
{{ __('panel/order.created_at') }}: {{ $order['created_at'] }}
@if ($order->items) @foreach ($order->items as $item) @endforeach @endif
{{ __('panel/order.index') }} {{ __('panel/order.image') }} {{ __('panel/order.product') }} {{ __('panel/order.sku_code') }} {{ __('panel/order.quantity') }} {{ __('panel/order.unit_price') }} {{ __('panel/order.total') }}
{{ $loop->iteration }} {{ $item['name'] }} @if ($item->productSku->variantLabel ?? '')
{{ $item->productSku->variantLabel }} @endif
{{ $item['product_sku'] }} {{ $item['quantity'] }} {{ currency_format($item['price'], $order['currency_code'], $order['currency_value']) }} {{ currency_format($item['subtotal'], $order['currency_code'], $order['currency_value']) }}
@foreach ($order->fees as $total) @endforeach
{{ __('panel/order.telephone') }}: {{ $order['shipping_telephone'] }}
{{ __('panel/order.email') }}: {{ $order['email'] }}
{{ __('panel/order.website') }}: {{ config('app.url') }}
{{ $total->title }}: {{ $total->value_format }}
{{ __('panel/order.total') }}: {{ currency_format($order['total'], $order['currency_code'], $order['currency_value']) }}