diff --git a/app/Http/Livewire/Statement.php b/app/Http/Livewire/Statement.php
new file mode 100644
index 000000000000..8459e405589c
--- /dev/null
+++ b/app/Http/Livewire/Statement.php
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/resources/views/portal/ninja2020/statement/index.blade.php b/resources/views/portal/ninja2020/statement/index.blade.php
index 6da02053909e..eb999faccb14 100644
--- a/resources/views/portal/ninja2020/statement/index.blade.php
+++ b/resources/views/portal/ninja2020/statement/index.blade.php
@@ -3,5 +3,5 @@
@section('meta_title', ctrans('texts.statement'))
@section('body')
-
+ @livewire('statement')
@endsection