chac
Results
2
comments of
chac
@shravanjbp if you want to use `$this` in view,you should ``` $vars = ['this'=>$this]; $this->blade->view('welcome_message', $vars); ``` But I don't recommend doing this.
@shravanjbp I do not recommend this, this is not standardized. You should set value in controller