Ver Fonte

updated

unknown há 3 anos atrás
pai
commit
27e7865a6e

+ 4 - 0
resources/views/app/practice-management/rpm-matrix.blade.php

@@ -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 }}