|
@@ -72,12 +72,12 @@
|
|
|
<td>{{ $client->mcpDisplayName() }}</td>
|
|
|
<td>{{ $client->rmeDisplayName() }}</td>
|
|
|
|
|
|
- <td>{{ $client->isCellularBPSent() ? 'Yes' : 'No' }}</td>
|
|
|
+ <td>{{ $client->firstCellularBPDevice() ? 'Yes' : 'No' }}</td>
|
|
|
<td>{{ $client->getFirstCellularBPMeasurementAt() }}</td>
|
|
|
<td>{{ $client->getLatestCellularBPMeasurementAt() }}</td>
|
|
|
<td>{{ $client->getTotalCellularBPMeasurements() }}</td>
|
|
|
|
|
|
- <td>{{ $client->isCellularWeightSent() ? 'Yes' : 'No' }}</td>
|
|
|
+ <td>{{ $client->firstCellularWeightDevice() ? 'Yes' : 'No' }}</td>
|
|
|
<td>{{ $client->getFirstCellularWeightMeasurementAt() }}</td>
|
|
|
<td>{{ $client->getLatestCellularWeightMeasurementAt() }}</td>
|
|
|
<td>{{ $client->getTotalCellularWeightMeasurements() }}</td>
|