Beispiel #1
0
 public function index()
 {
     $sitios = Sitios::first();
     return View::make('index', array('sitios' => $sitios));
 }