Explorar o código

New patient intake summary update

Vijayakrishnan Krishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
cba9b26702
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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 } ?>
+