Reorder field in Multi-Step Form ASP

Job ID: 40012418

Budget: $10 – $30 USD

I have a two-step form built with Laravel (Blade/Livewire components) and a MySQL backend. Right now a single-line numeric field shows up in Step 2, but I actually need it in Step 1 without losing any of the database-level checks that already protect that column.

After that adjustment, Step 2 must gain two brand-new numeric fields. For those new columns I need you to:

• create a proper migration
• add server-side rules in the existing Form Request so they validate just like the other inputs
• extend the Blade or Livewire view files to match the current component layout
• update the controller and model so both create and edit operations store and retrieve the data correctly

Everything must comply with PSR-12 and mirror the naming conventions already in the codebase. Please run the project locally and confirm both steps still render, validate, and persist data end-to-end without breaking existing features.