bug fix in clients controller
This commit is contained in:
@@ -22,7 +22,13 @@
|
||||
<div class="col-md-6">
|
||||
<label class="form-label text-secondary fw-semibold" style="font-size: 0.85rem;">Location / Country *</label>
|
||||
<!-- Changed name from 'location' to 'country' -->
|
||||
<input type="text" class="form-control" id="country" name="country" required placeholder="e.g. Ghana">
|
||||
<!-- <input type="text" class="form-control" id="country" name="country" required placeholder="e.g. Ghana"> -->
|
||||
<!-- <div class="col-md-4"> -->
|
||||
<label class="form-label text-muted small fw-bold">Country</label>
|
||||
<select name="country" id="create_country" class="form-select w-100">
|
||||
<option value="">Select Country</option>
|
||||
</select>
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label text-secondary fw-semibold" style="font-size: 0.85rem;">Company Type *</label>
|
||||
|
||||
Reference in New Issue
Block a user