@@ -54,6 +54,7 @@
<th class="px-2 text-secondary w-25">Category</th>
<th class="px-2 text-secondary w-50">IMEI</th>
<th class="px-2 text-secondary"></th>
+ <th class="px-2 text-secondary"></th>
</tr>
</thead>
<tbody>
@@ -75,6 +76,9 @@
</form>
</div>
</td>
+ <td>
+ @include('app.generic-bills.modal', ['entityType' => 'ClientBDTDevice', 'entityUid' => $device->uid])
+ </td>
@endforeach
</tbody>