Exemplo n.º 1
0
 public function getIndex()
 {
     $homePage = HomePage::first();
     return View::make('site.contact', array('homePage' => $homePage));
 }
Exemplo n.º 2
0
 public function getHomePage()
 {
     $homePage = HomePage::first();
     return View::make('admin.home', array('homePage' => $homePage));
 }