# Shop Page - Grid & List Views

Open:
http://127.0.0.1:8000/shop

Features:
- Grid/List toggle
- Search and category filters retained while switching views
- Add to Cart in both views
- Quantity +/- controls
- List view shows per-row subtotal = selling price x quantity
- Uses Product fields selling_price, mrp, stock, minimum_qty, maximum_qty
- CartController uses selling_price/mrp consistently

After updating:
php artisan optimize:clear
php artisan serve

Examples:
http://127.0.0.1:8000/shop?view=grid
http://127.0.0.1:8000/shop?view=list
