Explorar o código

fixed dedictible

= %!s(int64=3) %!d(string=hai) anos
pai
achega
1cff303ed5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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