소스 검색

fixed dedictible

= 3 년 전
부모
커밋
1cff303ed5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/views/layouts/patient-header.blade.php

+ 2 - 2
resources/views/layouts/patient-header.blade.php

@@ -360,9 +360,9 @@ $addressParts .= implode(", ", $addressPart2);
                 @endif
               @endif
               @if($_cpc->plan_type === 'COMMERCIAL')
-                @if(@$_cpc->deductable_amount !== null)
+                
                   <div class="ml-2">Deductible: {{format_number(@$_cpc->deductable_amount)}} </div>
-                @endif
+                
               @endif
             @endif 
           @endif