駐輪場検索画面 並び替え条件修正

This commit is contained in:
Yuka Higashide 2025-10-07 16:16:38 +09:00
parent 0afe05606e
commit a139353a2f

View File

@ -17,6 +17,8 @@
</div> </div>
<div class="card-body"> <div class="card-body">
<form class="row form" method="GET" action=""> <form class="row form" method="GET" action="">
<input type="hidden" name="sort" value="{{ request('sort', 'park_id') }}">
<input type="hidden" name="order" value="{{ request('order', 'asc') }}">
<div class="w-100 alert alert-success"> <div class="w-100 alert alert-success">
<h6><a class="text-success" data-toggle="collapse" href="#search-option" role="button" <h6><a class="text-success" data-toggle="collapse" href="#search-option" role="button"
aria-expanded="false" aria-controls="search-option">絞込み条件を追加する</a></h6> aria-expanded="false" aria-controls="search-option">絞込み条件を追加する</a></h6>
@ -52,7 +54,7 @@
</div> </div>
</form> </form>
<div style="overflow-x: auto; width: 100%;"> <div style="overflow-x: auto; width: 100%;">
<table id="searchTable" class="tablesorter table table-striped"> <table id="searchTable" class="table table-striped">
<thead> <thead>
<tr> <tr>
<th class="header"> <th class="header">