@php $logo = $companyCustomerInvoice?->companyCustomer?->company?->logo; @endphp @if($logo)
@else
@endif
@if($companyCustomerInvoice->RemainingAmount > 0)
Settle Pending Invoice of Ksh {{ number_format($companyCustomerInvoice->RemainingAmount) }}
@csrf
Phone number
Please enter your phone number
Pay Now
@else
Invoice #{{ $companyCustomerInvoice->ref_no }} has been settled
@endif