From ee50d896bcaacd18c8374ea1760970c0bdc9dfa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 20 May 2021 13:22:08 +0200 Subject: [PATCH] Update labels on payment page --- .../ninja2020/invoices/payment.blade.php | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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') }}