diff --git a/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php b/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php index 63c9cc2382d7..86b6329da37f 100644 --- a/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php +++ b/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php @@ -15,7 +15,6 @@

{{ ctrans('texts.invoice_still_unpaid') }} -

@@ -33,4 +32,4 @@ @endif -@endsection \ No newline at end of file +@endsection diff --git a/resources/views/portal/ninja2020/layout/clean.blade.php b/resources/views/portal/ninja2020/layout/clean.blade.php index 2d975801c66d..86f21c40fabf 100644 --- a/resources/views/portal/ninja2020/layout/clean.blade.php +++ b/resources/views/portal/ninja2020/layout/clean.blade.php @@ -66,6 +66,8 @@ + @include('portal.ninja2020.components.primary-color') + @yield('body')