unknown 3 年之前
父節點
當前提交
27e7865a6e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      resources/views/app/practice-management/rpm-matrix.blade.php

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