add lead quality

This commit is contained in:
Suvodip
2024-11-30 16:03:18 +05:30
parent 3ec1731dbd
commit b9ab2af22b
2 changed files with 16 additions and 1 deletions

View File

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