Browse Source

bdtm matrix

logicpowerhouse 4 năm trước cách đây
mục cha
commit
142c059110

+ 7 - 1
resources/views/app/practice-management/cellular-measurements.blade.php

@@ -38,7 +38,13 @@
                     @foreach ($bdtMeasurements as $b)
                         <tr class="">
                             <td>{{$b->id}}</td>
-                            <td></td>
+                            <td>
+                                <?php
+                                foreach($b->clientBDTMeasurements as $c){
+                                    echo $c->id . ' - ';
+                                }
+                                ?>
+                            </td>
                             <td></td>
                             <td></td>
                         </tr>