unknown 3 gadi atpakaļ
vecāks
revīzija
5ecfd9be97
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      resources/views/app/mcp/patients-table.blade.php

+ 1 - 2
resources/views/app/mcp/patients-table.blade.php

@@ -32,8 +32,6 @@
 {{--            <th class="px-3 border-0 d-none">Last BP</th>--}}
             <th class="px-3 border-0">Assigned On</th>
 
-            <th>Name</th>
-            <th>DOB</th>
         @if($pro->pro_type == 'ADMIN')
                 <th>MCP</th>
             @endif
@@ -99,6 +97,7 @@
 				{{$m && $m->value ? $m->value : '-'}}
 			</td>
 			<td>{{$patient->getMcpAssignedOn()}}</td>
+            <td>{{$patient->mcp->display_name ?? '--'}}</td>
 		</tr>
 		@endforeach