使用laravel,如何在3x3网格视图中显示名为“products”的HTML类,同时还连接到数据库以获取产品

I'm using laravel to display information about products that people are selling on the home page. Each product contains a small image and other attributes. At the moment each product listed is on an new row meaning a user has to scroll all the way up and down to view them. How can I display it in a 3x3 grid?

Possibly copy of :

Display 3 items per row - while loop - php/mysql

Loop row in bootstrap every 3 columns

Look into links above, will gonna help you.