Ver Fonte

New patient intake summary update

Vijayakrishnan Krishnan há 4 anos atrás
pai
commit
cba9b26702
1 ficheiros alterados com 4 adições e 1 exclusões
  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 } ?>
+