|
@@ -30,7 +30,7 @@
|
|
<tbody>
|
|
<tbody>
|
|
@if(count($measurements))
|
|
@if(count($measurements))
|
|
<?php foreach($measurements as $measurement): ?>
|
|
<?php foreach($measurements as $measurement): ?>
|
|
- <?php //if(in_array($measurement->label, ['SBP', 'DBP']) ) continue; ?>
|
|
|
|
|
|
+ <?php if(in_array($measurement->label, ['SBP', 'DBP']) ) continue; ?>
|
|
<tr>
|
|
<tr>
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
<a native target="_top" href="/mc/patients/view/{{$measurement->client->uid}}" class="font-weight-bold">
|
|
<a native target="_top" href="/mc/patients/view/{{$measurement->client->uid}}" class="font-weight-bold">
|