I use Laravel Nova , In my MySQL database I have a Table called Order, and a column called order_nbr I would appreciate your kind assistance to understand how to automatically Generate the Order number during Creation to obtain a Number like the following:
C-00001 ...which becomes whenever a new Order is created: C-00002, C-00003....