{!! Form::customSelect('type', ['' => trans('plugins/ecommerce::shipping.rule.select_type')] + \Botble\Ecommerce\Enums\ShippingRuleTypeEnum::availableLabels($rule ? $rule->shipping : null), $rule ? $rule->type : '', ['class' => 'select-rule-type'], \Botble\Ecommerce\Enums\ShippingRuleTypeEnum::toSelectAttributes()) !!}
{{ $rule ? $rule->type->toUnit() : \Botble\Ecommerce\Enums\ShippingRuleTypeEnum::BASED_ON_PRICE()->toUnit() }}
{{ $rule ? $rule->type->toUnit() : \Botble\Ecommerce\Enums\ShippingRuleTypeEnum::BASED_ON_PRICE()->toUnit() }}
{{ get_application_currency()->symbol }}
@if ($rule) @endif