Can I restrict deletion of a gender in a Laravel Eloquent model/Livewire component?
I am working on an application that has genders as a standardized entity and the gender ids are used in the user entity. So user1 has gender_id = 1. How do i specify that if the gender id is used…