|
@@ -1,6 +1,8 @@
|
|
|
<?php $infoLines = json_decode($patient->info_lines);?>
|
|
|
<?php $infoLines = !$infoLines ? [] : $infoLines; ?>
|
|
|
-<div class="<?= !@$selectable ? 'mt-2' : 'border-bottom' ?> pb-1">
|
|
|
+<div moe-parent
|
|
|
+ url="/embed/{{ $patient->uid }}/allergies/{{ @$selectable ? 1 : 0 }}"
|
|
|
+ class="<?= !@$selectable ? 'mt-2' : 'border-bottom' ?> pb-1">
|
|
|
<div class="d-flex align-items-center mb-2 py-2 <?= @$selectable ? 'px-2' : 'border-top' ?> border-bottom">
|
|
|
|
|
|
@if(!@$selectable)
|