VSN-1856/ feat(store): add establishment and manager email/phone check functions
- Added
useEstablishmentStorewithcheckEstablishementEmailandcheckEstablishementPhoneto validate email/phone uniqueness. - Added
useEstablishmentManagerStorewith:-
checkManagerEmailandcheckManagerPhonefor manager validation. -
fetchProfile,updateProfile,deleteManager, andsetManagerAsPrimaryfor complete profile management.
-
- Implemented proper error handling and loading state for all async actions.
- Integrated API endpoints using axios and FormData for profile updates.