This commit is contained in:
franknstayn
2020-07-11 02:57:12 -05:00
parent bca94e54cc
commit bb139cb0df
3 changed files with 14 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
<div class="form-group">
<label class="col-sm-7 control-label hidden-xs">&nbsp;</label>
<div class="col-sm-5">
<label>Sory by:</label>
<label>Sort by:</label>
<select class="form-control" name="s" id="select_sort_stores">
<option @if($filter == "al-asc") selected @endif value="al-asc">Store Name A &rarr; Z</option>
<option @if($filter == "al-desc") selected @endif value="al-desc">Store Name Z &rarr; A</option>