I have a admin panel called 'master'. Using this panel, I want to register new users with different roles.
For example, I want to register two new users, named 'John' and 'Alex' with their roles as 'Sales' and 'HR', respectively.
Is it possible in Laravel 5.8, if so, how?
My user registration form in master looks something like this, click here to see the image
What is the exact issue you're getting as your problem is not specific. It seems like you are trying to create 2 users with the given form. Below steps you can follow: