unknown 3 år sedan
förälder
incheckning
5ecfd9be97
1 ändrade filer med 1 tillägg och 2 borttagningar
  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