|
@@ -21,7 +21,9 @@
|
|
|
<tr>
|
|
|
<th>Name</th>
|
|
|
<th>DOB</th>
|
|
|
+ @if($pro->pro_type == 'ADMIN')
|
|
|
<th>MCP</th>
|
|
|
+ @endif
|
|
|
<th>Recent BP</th>
|
|
|
<th> <i class="fa fa-heartbeat"></i> </th>
|
|
|
<th>Recent Pulse</th>
|
|
@@ -39,7 +41,9 @@
|
|
|
<tr>
|
|
|
<td>{{ $client->name_last }}, {{ $client->name_first }}</td>
|
|
|
<td>{{ $client->dob }}</td>
|
|
|
+ @if($pro->pro_type == 'ADMIN')
|
|
|
<td>{{ $client->mcp->name_display ?? '--' }}</td>
|
|
|
+ @endif
|
|
|
<td>
|
|
|
@if($client->most_recent_cellular_bp_measurement_at)
|
|
|
{{ $client->most_recent_cellular_bp_sbp_mm_hg }} / {{ $client->most_recent_cellular_bp_dbp_mm_hg }}
|