This commit is contained in:
wayanrivan
2026-06-17 11:55:56 +07:00
parent 2a2f3eac9a
commit c25d3dbab6

View File

@ -69,7 +69,7 @@
<div class="col-md-2">
<div class="form-group">
<label class="form-label text-muted mb-1">Vehicle Type</label>
<label class="form-label text-muted mb-1">Vehicle Category</label>
<select name="vehicle_type" class="form-control" id="vehicleType">
<option value="">-- All --</option>
@foreach ($vehicletype as $vehicletypes)