Ejemplo n.º 1
0
 public function index()
 {
     //		$controls = $this->controls();
     //        $airports = Destination::where('type','airport')->get();
     //        $ports    = Destination::where('type','port')->get();
     $comments = Comment::valid();
     return view('pages.home')->with(compact('comments'));
 }