@php use Filament\Support\Facades\FilamentView; $datalistOptions = $getDatalistOptions(); $extraAlpineAttributes = $getExtraAlpineAttributes(); $hasTime = $hasTime(); $id = $getId(); $isDisabled = $isDisabled(); $isPrefixInline = $isPrefixInline(); $isSuffixInline = $isSuffixInline(); $maxDate = $getMaxDate(); $minDate = $getMinDate(); $prefixActions = $getPrefixActions(); $prefixIcon = $getPrefixIcon(); $prefixLabel = $getPrefixLabel(); $suffixActions = $getSuffixActions(); $suffixIcon = $getSuffixIcon(); $suffixLabel = $getSuffixLabel(); $statePath = $getStatePath(); $attrs = $getFlatpickrAttributes(); @endphp @if ($isNative()) @else merge($getExtraAttributes(), escape: false) ->merge($getExtraAlpineAttributes(), escape: false) ->class(['fi-fo-date-time-picker']) }} > @endif @if ($datalistOptions) @foreach ($datalistOptions as $option) @endforeach @endif @script @endscript