8 lines
440 B
PHP
8 lines
440 B
PHP
<flux:select {{ $attributes }} size="sm">
|
||
<flux:select.option value="reliable">Best price (reliable)</flux:select.option>
|
||
<flux:select.option value="price">Cheapest first</flux:select.option>
|
||
<flux:select.option value="distance">Nearest first</flux:select.option>
|
||
<flux:select.option value="updated">Recently updated</flux:select.option>
|
||
<flux:select.option value="brand">Brand A–Z</flux:select.option>
|
||
</flux:select>
|