From 2f3463d5d502354cb22b448a9d5f81c3d6f69029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 20 Sep 2021 17:33:33 +0200 Subject: [PATCH] Extract markup from `Statement` component --- .../ninja2020/statement/index.blade.php | 45 ++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) 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