@@ -20,6 +20,11 @@
</div>
+ @if(!$patient->clientPrograms || !count($patient->clientPrograms))
+ <div class="mb-3 alert alert-info"><b>{{$patient->displayName()}}</b> is not enrolled into any client programs!</div>
+ @else
+
<?php
$dates = [];
// todo: get from filter/query
@@ -153,4 +158,6 @@
}, 50);
});
</script>
+ @endif
@endsection