I am developing an application using Laravel and Vue.js. There are users and admin there.
Users can create their own profiles and delete them. Now I want to add the feature which users can request to get their profiles deleted by admin and after admin accepting the deletion request user profile should be deleted.
Could any one give me some idea or sample code snippet for this? then I can get an idea about how to do this.
Thanks you guys.