first commit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="form-group mb-3">
|
||||
<label for="location_start_id">Location start</label>
|
||||
<input type="text" class="form-control date" id="location_start_id" >
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-3">
|
||||
<label for="quote_group_id">Quote group</label>
|
||||
<input type="text" class="form-control" id="quote_group_id" name="quote_group_id" >
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-3">
|
||||
<label for="cost-raw">Cost raw</label>
|
||||
<input type="text" class="form-control" id="cost_raw" >
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-3">
|
||||
<label for="automation_id">Automation</label>
|
||||
<input type="text" class="form-control" id="automation_id" name="automation_id" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<div class="form-group mb-3">
|
||||
<label for="location_end_id">Location end</label>
|
||||
<input type="text" class="form-control date" id="location_end_id" >
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-3">
|
||||
<label for="member_id">Member</label>
|
||||
<input type="text" class="form-control" id="member_id" name="member_id" >
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-3">
|
||||
<label for="cost">Cost</label>
|
||||
<input type="text" class="form-control" id="cost" name="cost">
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-3">
|
||||
<label for="transport_provider_id">Transport provider</label>
|
||||
<select class="form-control select2" data-toggle="select2" name="transport_provider_id">
|
||||
<option>Select</option>
|
||||
<optgroup label="Public transport">
|
||||
<option value="AZ">Bus</option>
|
||||
<option value="CO">Trains</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user