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.