|
@@ -30,7 +30,7 @@
|
|
|
<div class="card-body p-0">
|
|
|
<table class="table table-sm table-condensed table-striped p-0 m-0">
|
|
|
<colgroup>
|
|
|
- <col span="7">
|
|
|
+ <col span="8">
|
|
|
<col span="4" class="cellular-bp">
|
|
|
<col span="4" class="cellular-weight">
|
|
|
</colgroup>
|
|
@@ -43,6 +43,7 @@
|
|
|
<th class="border-0">RMM</th>
|
|
|
<th class="border-0">MC</th>
|
|
|
<th class="border-0">MC Part-B</th>
|
|
|
+ <th class="border-0">SMS Notifs</th>
|
|
|
|
|
|
<th class="border-0" colspan="4">Cellular BP</th>
|
|
|
<th class="border-0" colspan="4">Cellular Weight</th>
|
|
@@ -64,6 +65,8 @@
|
|
|
<td>{{ $client->was_medicare_validation_successful ? 'Yes' : '' }}</td>
|
|
|
<td>{{ $client->was_medicare_validation_successful && $client->is_part_b_primary == 'YES' ? 'Yes' : '' }}</td>
|
|
|
|
|
|
+ <td>{{$client->send_sms_on_bdt_measurement ? 'Yes' : ''}}</td>
|
|
|
+
|
|
|
<td colspan="4">
|
|
|
<?php
|
|
|
$bpDevice = $client->firstCellularBPDevice();
|