Browse Source

error typo fix

Peter Muturi 3 years ago
parent
commit
12863f42bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/primary-coverage.blade.php

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

@@ -27,7 +27,7 @@
             @if($cpc->plan_type == 'MEDICARE')
             @if($cpc->plan_type == 'MEDICARE')
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicare'])
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicare'])
                 <span class="mx-2 text-secondary text-sm">|</span>
                 <span class="mx-2 text-secondary text-sm">|</span>
-                @include('app.patient.primary-coverage-manual-determination-commercial')
+                @include('app.patient.primary-coverage-manual-determination-medicare')
             @endif
             @endif
             @if($cpc->plan_type == 'MEDICAID')
             @if($cpc->plan_type == 'MEDICAID')
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicaid'])
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicaid'])