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