Beispiel #1
0
 public function getTest()
 {
     //        $this->layout = null;
     $chargerContainer = View::make('site/charge-steps/container')->with('content', View::make('site/charge-steps/step1', ['countries' => \CountryModel::getChargableCountries()]));
     $this->layout->content = View::make('site/home')->with('content', $chargerContainer);
 }