Ejemplo n.º 1
0
 public function get_index()
 {
     $executives = Executive::all();
     return View::make('executives.index')->with('executives', $executives);
 }