This commit is contained in:
wayanrivan
2026-07-01 14:16:42 +07:00
parent bd2f9c26be
commit 81a131d7a0

View File

@ -82,7 +82,7 @@
<div class="col-md-2">
<div class="form-group">
<label class="form-label text-muted mb-1">Pool</label>
<select name="vehicle_type" class="form-control" id="vehicleType">
<select name="poolcode" class="form-control" id="poolcode">
<option value="">-- All --</option>
@foreach ($listpool as $listpools)
<option value="{{ $listpools->pool_code }}">{{ $listpools->pool_name }}</option>