diff --git a/resources/views/portal/ninja2020/statement/index.blade.php b/resources/views/portal/ninja2020/statement/index.blade.php index eb999faccb14..eda0abbad632 100644 --- a/resources/views/portal/ninja2020/statement/index.blade.php +++ b/resources/views/portal/ninja2020/statement/index.blade.php @@ -2,6 +2,49 @@ @section('meta_title', ctrans('texts.statement')) +@push('head') + +@endpush + @section('body') - @livewire('statement') +
+
+
+ + + +
+ + + + +
+ +
+ + @include('portal.ninja2020.components.pdf-viewer', ['url' => route('client.statement.raw')]) @endsection + +@push('footer') + +@endpush \ No newline at end of file