Пример #1
0
 public function index()
 {
     $games = Games::latest()->get();
     return view("games.index", compact('games'));
 }