Example #1
0
 public function setContent($viewFile)
 {
     $this->bladeView = AppLoader::blade()->view();
     $this->content = $viewFile;
 }