@if (theme_option('min_price')) @php $minPriceData = get_repeat_field('min_price') @endphp @if(count($minPriceData)) @foreach ($minPriceData as $item) @if (count($item) > 1) input('min_price') == $item[0]['value']) selected @endif> {{ $item[1]['value'] }} @endif @endforeach @else @endif @endif