浏览代码

PCP => Physician

Vijayakrishnan 4 年之前
父节点
当前提交
a7e9c71214
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      resources/views/app/patient/settings.blade.php
  2. 1 1
      resources/views/layouts/patient.blade.php

+ 1 - 1
resources/views/app/patient/settings.blade.php

@@ -169,7 +169,7 @@
     @endif
     @endif
 
 
     <hr class="m-negator my-3">
     <hr class="m-negator my-3">
-    <span>PCP: <b>{{ $patient->pcp ? $patient->pcp->displayName() : '-' }}</b></span>
+    <span>Physician: <b>{{ $patient->pcp ? $patient->pcp->displayName() : '-' }}</b></span>
     @if($pro->pro_type == 'ADMIN')
     @if($pro->pro_type == 'ADMIN')
         <div moe class="ml-2">
         <div moe class="ml-2">
             <a start show><i class="fa fa-edit"></i></a>
             <a start show><i class="fa fa-edit"></i></a>

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -330,7 +330,7 @@
                                         @endif
                                         @endif
                                     </div>
                                     </div>
                                     <div>
                                     <div>
-                                        <label>PCP:</label> {{$patient->pcp ? $patient->pcp->displayName() : '-' }}
+                                        <label>Physician:</label> {{$patient->pcp ? $patient->pcp->displayName() : '-' }}
                                         @if($pro->pro_type == 'ADMIN')
                                         @if($pro->pro_type == 'ADMIN')
                                         <div moe class="ml-2">
                                         <div moe class="ml-2">
                                             <a start show><i class="fa fa-edit"></i></a>
                                             <a start show><i class="fa fa-edit"></i></a>