|
@@ -20,6 +20,7 @@
|
|
|
}
|
|
|
?>
|
|
|
|
|
|
+ {{--
|
|
|
@if(!count($pro->companyProPayers) || /* pro has no assoc with any payer */
|
|
|
($patient->is_part_b_primary !== 'YES' && !$patient->non_mc_primary_payer_id) || /* patient is not part_b and has no primary non-mc payer */
|
|
|
($patient->is_part_b_primary === 'YES' && !$pro->isAssociatedWithMCPayer()) || /* patient is part_b but pro has no mc payer assoc */
|
|
@@ -33,6 +34,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
@endif
|
|
|
+ --}}
|
|
|
|
|
|
<div id="note-single-header" class="pt-2 pb-3 d-flex align-items-start">
|
|
|
<h6 class="my-0 text-secondary d-flex align-items-start w-100">
|