@if($companyCustomerInvoice->RemainingAmount > 0)

Settle Pending Invoice of Ksh {{ number_format($companyCustomerInvoice->RemainingAmount) }}

@csrf
Please enter your phone number
@else
Invoice #{{ $companyCustomerInvoice->ref_no }} has been settled
@endif