{{ trans('plugins/ecommerce::shipping.type') }} {!! 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->showFromToInputs()])> {{ $rule ? $rule->type->label() : Botble\Ecommerce\Enums\ShippingRuleTypeEnum::BASED_ON_PRICE()->label() }}
{{ $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)
{{ trans('plugins/ecommerce::shipping.delete') }}
{{ trans('plugins/ecommerce::shipping.cancel') }} {{ trans('plugins/ecommerce::shipping.save') }}
@endif