@Mona_Salih12 You can add columns to the user table with boolean flags for each role (allows one user to have many roles) or you can have a single field that contains a string identifying their role (user can only ever have one role) or you can implement a roles package such as Spatie Permissions
Thank you very much for your assistance. Could you please provide me with a link or some guidance on how to use guards? I appreciate your help in advance.