From 62320a2b9b9d207d52443f4c046fc3318b97b745 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 17 Mar 2023 06:49:23 +1100 Subject: [PATCH] Add invoices to recurring invocie list in client portal --- .../recurring_invoices/show.blade.php | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/resources/views/portal/ninja2020/recurring_invoices/show.blade.php b/resources/views/portal/ninja2020/recurring_invoices/show.blade.php index 4cdf71849e..df9a8c59bf 100644 --- a/resources/views/portal/ninja2020/recurring_invoices/show.blade.php +++ b/resources/views/portal/ninja2020/recurring_invoices/show.blade.php @@ -76,6 +76,40 @@ @endif +
+
+

+ {{ ctrans('texts.invoices') }} +

+
+
+
+ @foreach($invoice->invoices as $inv) +
+
+ {{ ctrans('texts.invoice_number') }} +
+
+ + {{ $inv->number }} + + - {{ \App\Utils\Number::formatMoney($inv->amount, $invoice->client) }} +
+
+ @endforeach +
+
+ + + + + + + + + + @if($invoice->subscription && $invoice->subscription?->allow_cancellation) {{-- INV2-591 --}} {{-- @if(false) --}}