SajeebChakraborty/Sales-ERP-Laravel ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple sales ERP web app in Laravel for a small business.

I want a clean dashboard where I can manage customers, products, sales orders, invoices, and payments, and quickly see totals like sales today, unpaid invoices, and low stock items. It should have login and basic user roles so an admin can manage everything and staff can only do day to day work. Please make the common parts feel polished and easy to use, with forms, tables, search, and basic filters.

I also want simple reports for sales by date range, top products, and outstanding balances, plus the ability to add, edit, and delete records from the app. Use the existing Laravel setup, create whatever database tables, models, controllers, and views are needed, and wire up the routes. If you need current Laravel docs or best practices, look them up online first.