alfredo1995/ERP ? reverse-engineered prompt

Reverse engineered prompt

Build me this ERP in Laravel 8, starting with the suppliers area from the old PHP system.

I want a clean admin style interface with Bootstrap 5, and a working CRUD for fornecedores, with a list page, create form, edit form, delete action, and the right routes and controllers wired up. The index page should load all suppliers from the database and show them in a table with columns like ID, name, city, and actions. The create page should save a new supplier with the form fields from the database, and the edit page should let me update an existing one. Use a single database connection for the migrated old data, and make sure the views and controller methods follow normal Laravel 8 structure.

If you need to look up current Laravel docs online while building it, go ahead. Keep it simple, working, and ready to run locally with the database details from the README.