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) --}}