コード例 #1
0
 public function getIndex()
 {
     $homePage = HomePage::first();
     return View::make('site.contact', array('homePage' => $homePage));
 }
コード例 #2
0
 public function getHomePage()
 {
     $homePage = HomePage::first();
     return View::make('admin.home', array('homePage' => $homePage));
 }