소스 검색

coverage updates

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

+ 2 - 2
resources/views/app/patient/primary-coverage.blade.php

@@ -374,7 +374,7 @@
         </div>
         @if(!$cpc)
         <div class="alert alert-info">No coverage for this client</div>
-        @endif
+        @else
         <div class="d-flex mb-2">
                 @if($cpc->plan_type == 'MEDICARE')
                     <div moe relative>
@@ -821,6 +821,6 @@
                 dump($cpc->auto_detail_json);
             @endphp
         </div>
-
+        @endif
     </div>
 @endsection