diff --git a/resources/views/portal/ninja2020/invoices/show_smooth.blade.php b/resources/views/portal/ninja2020/invoices/show_smooth.blade.php
index f7add35dd08f..1f9b65f69cd5 100644
--- a/resources/views/portal/ninja2020/invoices/show_smooth.blade.php
+++ b/resources/views/portal/ninja2020/invoices/show_smooth.blade.php
@@ -1,10 +1,30 @@
@extends('portal.ninja2020.layout.app')
@section('meta_title', ctrans('texts.view_invoice'))
-@push('head')
-@endpush
-
@section('body')
+ @if(Route::is('client.invoice.show'))
+
+
+
+
+
+
+
+
+ {{ ctrans('texts.invoice_number_placeholder', ['invoice' => $invoice->number])}}
+
+
+
+
+
+
+
+
+
+ @endif
@if($invoice->isPayable() && $client->getSetting('custom_message_unpaid_invoice'))
@component('portal.ninja2020.components.message')
@@ -19,11 +39,4 @@
@if($invoice->isPayable())
@livewire('flow2.invoice-pay', ['invoices' => $invoices, 'invitation_id' => $invitation->id, 'db' => $db, 'variables' => $variables])
@endif
-
-@endsection
-
-@section('footer')
-@endsection
-
-@push('head')
-@endpush
+@endsection
\ No newline at end of file