diff --git a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php index 68b58c067cff..baf97af90779 100644 --- a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php @@ -104,8 +104,8 @@ @endif - - @lang('texts.view') + + {{ ctrans('texts.view') }} @@ -132,4 +132,4 @@ @push('footer') -@endpush \ No newline at end of file +@endpush diff --git a/resources/views/portal/ninja2020/components/primary-color.blade.php b/resources/views/portal/ninja2020/components/primary-color.blade.php index 4aaa3b76bd0e..550e2a8e8b48 100644 --- a/resources/views/portal/ninja2020/components/primary-color.blade.php +++ b/resources/views/portal/ninja2020/components/primary-color.blade.php @@ -1,6 +1,6 @@ \ No newline at end of file + diff --git a/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php b/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php index 63c9cc2382d7..5a49f24d905e 100644 --- a/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php +++ b/resources/views/portal/ninja2020/invoices/show/fullscreen.blade.php @@ -15,12 +15,15 @@

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

-
+ + ← {{ ctrans('texts.client_portal') }} + + +
@@ -33,4 +36,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')