{!! Form::select('store_id', $storeLocators->pluck('name', 'id')->all(), ($storeLocators->where('is_primary', true)->first() ? $storeLocators->where('is_primary', true)->first()->id : null), [ 'class' => 'ui-select', 'id' => 'store_id', ]) !!}
{{ trans('plugins/ecommerce::shipping.shipping_address') }}:
@include('plugins/ecommerce::orders.shipping-address.line', ['address' => $order->address])
@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