I have a table users where i have 3 kinds of users Admin, Customer and User now i want to auto generate codes such as A000001 for admin and the number would keep on adding as admins increase, C000001 for customer and number keeps increasing and U000001 for user and so for it so how can i auto generate this code for the users using laravel i’m unable to understand i’m very new to this laravel kindly help.
I tries using if else conditional statements but it got non functional unable to understand what to do please help