diff --git a/src/stubs/resources/views/simple/index.stub b/src/stubs/resources/views/simple/index.stub
index 78ba849..ea71a18 100644
--- a/src/stubs/resources/views/simple/index.stub
+++ b/src/stubs/resources/views/simple/index.stub
@@ -6,7 +6,7 @@
{{ __('master.list') }} {{ __('app.total') }} : {{ $mstrCollections->total() }} {{ __('master.master') }}
diff --git a/tests/Generators/Simple/ViewsGeneratorTest.php b/tests/Generators/Simple/ViewsGeneratorTest.php
index e1a0c3f..e8f236f 100644
--- a/tests/Generators/Simple/ViewsGeneratorTest.php
+++ b/tests/Generators/Simple/ViewsGeneratorTest.php
@@ -22,7 +22,7 @@ class ViewsGeneratorTest extends TestCase
{{ __('{$this->lang_name}.list') }} {{ __('app.total') }} : {{ \${$this->collection_model_var_name}->total() }} {{ __('{$this->lang_name}.{$this->lang_name}') }}