コード例 #1
0
 public function index()
 {
     $companions = Companion::get();
     return View::make('companions', ['companions' => $companions]);
 }