WELCOME TO
ST. John Vianney School
Duplicate name attribute in input fields:
In both the title and date input fields, name is repeated.
Fix: Remove the duplicated name attribute.
Select default value issue:
The status select field should retain the previously selected value (via old() or $achievement->status) for editing.
Fix: Add logic to select the correct option.
Optional: Add id attributes to inputs if using label for attributes.