Browse Source

New patient intake summary update

Vijayakrishnan Krishnan 4 năm trước cách đây
mục cha
commit
cba9b26702
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      storage/sections/new-patient-intake/summary.php

+ 4 - 1
storage/sections/new-patient-intake/summary.php

@@ -1 +1,4 @@
-<div><?php dump($newContentData) ?></div>
+<?php foreach($newContentData as $k => $v) { ?>
+    <div><?= $k ?>: <b><?= $v ?></b></div>
+<?php } ?>
+