bug fix in clients controller

This commit is contained in:
Kwesi Banson Jnr
2026-08-13 20:12:24 +00:00
parent e4a417ec92
commit a797d9587c
20 changed files with 989 additions and 852 deletions

View File

@@ -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>