@php $value = count($values) ? $values[0] ?? [] : []; $isDefaultLanguage = !defined('LANGUAGE_ADVANCED_MODULE_SCREEN_NAME') || !request()->input('ref_lang') || request()->input('ref_lang') == Language::getDefaultLocaleCode(); @endphp @if ($isDefaultLanguage)
{{ trans('plugins/ecommerce::product-option.please_choose_option_type') }}
@endif