undefined variable error in laravel

By | June 8, 2016

In the Foolowing scenario you will get the undefined variable error.

in this case we will get the error as

ErrorException in c8b54f60da9fa9e08371cc15bab47dba58b6f7b3.php line 3: Undefined variable: test

Ans:solution for this error is as below

please assing the test varable as $this->test=’some text’;