unknown 3 년 전
부모
커밋
34650cbc18
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      resources/views/app/mcp/patients-table.blade.php

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

@@ -106,7 +106,9 @@
 				{{$m && $m->value ? $m->value : '-'}}
 			</td>
 			<td class="text-nowrap"">{{$patient->getMcpAssignedOn()}}</td>
-            <td class="text-nowrap"">{{$patient->mcp->display_name ?? '--'}}</td>
+            @if($pro->pro_type == 'ADMIN')
+                <td class="text-nowrap"">{{$patient->mcp->display_name ?? '--'}}</td>
+            @endif
 		</tr>
 		@endforeach