Selaa lähdekoodia

Modal generic-bills for client > devices

Vijayakrishnan 4 vuotta sitten
vanhempi
commit
3d555dceb2
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      resources/views/app/patient/devices.blade.php

+ 4 - 0
resources/views/app/patient/devices.blade.php

@@ -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>
                     </tr>
                 @endforeach
                 </tbody>