@php $extraAlpineAttributes = $getExtraAlpineAttributes(); $id = $getId(); $isConcealed = $isConcealed(); $isDisabled = $isDisabled(); $isPrefixInline = $isPrefixInline(); $isSuffixInline = $isSuffixInline(); $prefixActions = $getPrefixActions(); $prefixIcon = $getPrefixIcon(); $prefixLabel = $getPrefixLabel(); $suffixActions = $getSuffixActions(); $suffixIcon = $getSuffixIcon(); $suffixLabel = $getSuffixLabel(); $statePath = $getStatePath(); $config =array_merge($getConfig(), $getCustomConfig()); $attribs = [ "disabled" => $isDisabled, "theme" => $getTheme() =='default' ? 'default' : $getTheme(), "themeAsset" => $getThemeAsset(), "lightThemeAsset" => $getLightThemeAsset(), "darkThemeAsset" => $getDarkThemeAsset(), 'monthSelect' => $isMonthSelect(), 'weekSelect' => $isWeekSelect(), 'mode' => $getMode(), 'rangePicker' => $isRangePicker(), ]; @endphp