This commit is contained in:
wayanrivan
2026-07-01 13:49:38 +07:00
parent 2098c30fc8
commit bd2f9c26be

View File

@ -85,7 +85,7 @@
<select name="vehicle_type" class="form-control" id="vehicleType">
<option value="">-- All --</option>
@foreach ($listpool as $listpools)
<option value="{{ $listpools->pool_code }}">{{ $listpools->name }}</option>
<option value="{{ $listpools->pool_code }}">{{ $listpools->pool_name }}</option>
@endforeach
</select>
</div>