Explorar el Código

error typo fix

Peter Muturi hace 3 años
padre
commit
12863f42bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicare'])
                 <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
             @if($cpc->plan_type == 'MEDICAID')
                 @include('app.patient.primary-coverage-refresh', ['endpoint'=>'refreshCoverageForMedicaid'])