فهرست منبع

Modal generic-bills for client > measurements

Vijayakrishnan 4 سال پیش
والد
کامیت
958dd0220e
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      resources/views/app/patient/measurements.blade.php

+ 6 - 0
resources/views/app/patient/measurements.blade.php

@@ -74,6 +74,7 @@
                     <th class="px-2 text-secondary">Source</th>
                     {{--<th class="px-2 text-secondary">Memo</th>--}}
                     <th class="px-2 text-secondary"></th>
+                    <th class="px-2 text-secondary"></th>
                 </tr>
                 </thead>
                 <tbody>
@@ -139,6 +140,11 @@
                                     </form>
                                 </span>
                             </td>
+                            <td class="px-2">
+                                @if(!$measurement->is_cellular_zero)
+                                    @include('app.generic-bills.modal', ['entityType' => 'Measurement', 'entityUid' => $measurement->uid])
+                                @endif
+                            </td>
                         </tr>
                         @endif
                     @endif