@extends(BaseHelper::getAdminMasterLayoutTemplate())
@section('content')
@if ($order->token)
{{ trans('plugins/ecommerce::order.cannot_send_order_recover_to_mail') }}
{{ $product->variation_attributes }}
@if ($product->sku){{ trans('plugins/ecommerce::order.sku') }}: {{ $product->sku }}
@endif{{ trans('plugins/ecommerce::order.discount') }}
@if ($order->coupon_code) {!! BaseHelper::clean( trans('plugins/ecommerce::order.coupon_code', ['code' => Html::tag('strong', $order->coupon_code)->toHtml()]) ) !!} @elseif ($order->discount_description) {{ $order->discount_description }} @endif{{ trans('plugins/ecommerce::order.shipping_fee') }}
{{ $order->shipping_method_name }}
{{ $weight }} {{ ecommerce_weight_unit(true) }}
{{ trans('plugins/ecommerce::order.total_amount') }}
@if (is_plugin_active('payment') && $order->payment->id) {{ $order->payment->payment_channel->label() }} @endif{{ $order->user->name ?: $order->address->name }}
@if ($order->user->id)
{{ trans('plugins/ecommerce::order.have_an_account_already') }}
@else{{ trans('plugins/ecommerce::order.dont_have_an_account_yet') }}
@endif