Created on: {{ $companyCustomerServicePlan->created_at->format('l, jS F, Y \a\t h:i:s A') }}
@if($companyCustomerServicePlan->Summary['totalBalance'] < 0)
The account has an overpayment of Ksh {{ number_format(abs($companyCustomerServicePlan->Summary['totalBalance']), 2) }}
@endif
@if($companyCustomerServicePlan->previous_debt > 0)
The account has/had a previous debt of Ksh {{ number_format(abs($companyCustomerServicePlan->previous_debt), 2) }}
@endif
@if($companyCustomerServicePlan->previous_overpayment > 0)
The account has/had a previous overpayment of Ksh {{ number_format(abs($companyCustomerServicePlan->previous_overpayment), 2) }}
@endif