{{ trans('plugins/ecommerce::shipping.shipping_address') }}

{{ trans('plugins/ecommerce::shipping.edit') }}
@include('plugins/ecommerce::orders.shipping-address.line', ['address' => $order->address])
{{ trans('plugins/ecommerce::shipping.shipping_method') }}
@if ( is_plugin_active('payment') && $order->payment->payment_channel == Botble\Payment\Enums\PaymentMethodEnum::COD && $order->payment->status !== Botble\Payment\Enums\PaymentStatusEnum::COMPLETED )
{{ get_application_currency()->symbol }}
@endif
{{ trans('plugins/ecommerce::shipping.cancel') }} {{ trans('plugins/ecommerce::shipping.finish') }}