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