|
@@ -1181,7 +1181,7 @@
|
|
<span class="font-weight-bold">${{ $bill->hcp_payment_amount }}</span>
|
|
<span class="font-weight-bold">${{ $bill->hcp_payment_amount }}</span>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
- @if($bill->ally)
|
|
|
|
|
|
+ @if($bill->ally && !!floatval($bill->na_expected_payment_amount))
|
|
<hr>
|
|
<hr>
|
|
<div class="text-nowrap font-weight-bold text-secondary">{{ $bill->ally->displayName() }} (NA)</div>
|
|
<div class="text-nowrap font-weight-bold text-secondary">{{ $bill->ally->displayName() }} (NA)</div>
|
|
<div class="text-nowrap mt-1 screen-only">
|
|
<div class="text-nowrap mt-1 screen-only">
|