add lead quality
This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
<th class="border-b-2 p-3 text-left">Status</th>
|
||||
<th class="border-b-2 p-3 text-left">Form Name</th>
|
||||
<th class="border-b-2 p-3">Assigned to</th>
|
||||
<th class="border-b-2 p-3">Lead Quality</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody >
|
||||
@@ -306,6 +307,7 @@
|
||||
</td> -->
|
||||
<td class="border-y-2 p-2"><?php echo $lead['formname'] ?></td>
|
||||
<td class="border-y-2 p-2"><?php echo $lead['user'] ?></td>
|
||||
<td class="border-y-2 p-2 text-center"><?php echo $lead['lead_quality'] ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user