Merged Client Leads into Client Management

This commit is contained in:
johnnyq
2023-10-31 11:03:46 -04:00
parent 4ab38b42f8
commit 365ed3a79a
4 changed files with 40 additions and 317 deletions

View File

@@ -90,6 +90,15 @@
</div>
</div>
<div class="form-group">
<label><i class="fas fa-fw fa-bullhorn mr-2"></i>Is Lead</label>
<div class="input-group">
<div class="input-group-prepend">
<input type="checkbox" name="lead" value="1">
</div>
</div>
</div>
</div>