@csrf
{{ ctrans('texts.subtotal') }}
{{ App\Utils\Number::formatMoney($total['invoice_totals'], $client) }}
@if($total['credit_totals'] > 0)
{{ ctrans('texts.credit_amount') }}
{{ App\Utils\Number::formatMoney($total['credit_totals'], $client) }}
@endif
{{ ctrans('texts.balance') }}
{{ App\Utils\Number::formatMoney($total['amount_with_fee'], $client) }}