update
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user