Explorar el Código

New patient intake summary update

Vijayakrishnan Krishnan hace 4 años
padre
commit
cba9b26702
Se han modificado 1 ficheros con 4 adiciones y 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 } ?>
+