コード例 #1
0
 function games()
 {
     return view('editor.partials.games')->with('active', 1)->with('games', Games::all());
 }