diff --git a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php
index c828f58c5fa3..617a72fd442c 100644
--- a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php
+++ b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php
@@ -45,13 +45,13 @@
-
- {{ ctrans('texts.balance') }}
+
+ {{ ctrans('texts.amount') }}
|
-
- {{ ctrans('texts.amount') }}
+
+ {{ ctrans('texts.balance') }}
|
@@ -82,10 +82,10 @@
{{ $invoice->formatDate($invoice->date, $invoice->client->date_format()) }}
|
- {{ App\Utils\Number::formatMoney($invoice->balance, $invoice->client) }}
+ {{ App\Utils\Number::formatMoney($invoice->amount, $invoice->client) }}
|
- {{ App\Utils\Number::formatMoney($invoice->amount, $invoice->client) }}
+ {{ App\Utils\Number::formatMoney($invoice->balance, $invoice->client) }}
|
{{ $invoice->formatDate($invoice->due_date, $invoice->client->date_format()) }}
|