Feature Summary: Create Service Fees on Settings Page
Overview
---------------
This feature allows admins to create, edit, and delete service fees on the settings page.
Behavior
* Creating a Service Fee:
Admins can add a new service fee with a title.The service fee is saved to the admin's list of service fees after clicking "Save".* Editing a Service Fee:
Admins can edit an existing service fee with a title.The edited service fee is saved to the admin's list of service fees after clicking "Save".* Deleting a Service Fee:
Admins can delete a selected service fee from their list.* Validation:
Creating a service fee without a title displays a validation error prompting the user to enter the required field.Requirements
Admin permissions to manage service fees on the settings page.