diff --git a/resources/views/portal/ninja2020/invoices/payment.blade.php b/resources/views/portal/ninja2020/invoices/payment.blade.php
index ab36af35016b..de057c8cce5f 100644
--- a/resources/views/portal/ninja2020/invoices/payment.blade.php
+++ b/resources/views/portal/ninja2020/invoices/payment.blade.php
@@ -47,20 +47,9 @@
@endif
- @if(!empty($invoice->due_date) && !is_null($invoice->due_date))
- {{ ctrans('texts.due_date') }}
-
-
- {{ $invoice->due_date }}
-
-
- @endif
-
-
-
- {{ ctrans('texts.additional_info') }}
+ {{ ctrans('texts.invoice_date') }}
@if($invoice->po_number)
@@ -73,10 +62,21 @@
+ @if(!empty($invoice->due_date) && !is_null($invoice->due_date))
+
+
+ {{ ctrans('texts.due_date') }}
+
+
+ {{ $invoice->due_date }}
+
+
+ @endif
+
@if(!empty($invoice->amount) && !is_null($invoice->amount))
- {{ ctrans('texts.amount') }}
+ {{ ctrans('texts.payment_amount') }}