Bläddra i källkod

server changes

root 3 år sedan
förälder
incheckning
9731c6c592
2 ändrade filer med 7 tillägg och 7 borttagningar
  1. 0 0
      =
  2. 7 7
      resources/views/app/patient/coverage_column_renderer.blade.php

+ 0 - 0
=


+ 7 - 7
resources/views/app/patient/coverage_column_renderer.blade.php

@@ -35,16 +35,16 @@
     @else
         <small class="ml-2 text-muted">(No insurance)</small>
     @endif
-</div>
-@if($coverage)
     @if($coverage && $coverage->plan_type === 'MEDICARE')
-        @if(@$patient->mpb_remaining !== null)
-            <small class="text-muted d-block ml-3">Deductible: {{format_number(@$patient->mpb_remaining)}} </small>
-        @endif
+        @if(@$patient->mpb_remaining !== null && $patient->mpb_remaining == 0)
+        	<i class="ml-2 fa fa-circle"></i>
+	@endif
     @endif
+</div>
+@if($coverage)
     @if($coverage->plan_type === 'COMMERCIAL')
         @if(@$coverage->deductible_amount !== null)
-            <small class="text-muted d-block ml-3">Deductible: {{format_number(@$coverage->deductible_amount)}} </small>
+            <small class="d-none pending_availity text-muted d-bloc d-none ml-3">Deductible: {{format_number(@$coverage->deductible_amount)}} </small>
         @endif
     @endif
-@endif
+@endif