Laravel Miscellaneous Helper Function: data_fill
The data_fill helper function is similar to the data_set helper function, but it does not overwrite existing data. It internally calls the data_set function with the $overwrite parameter set to false. With data_fill, you can set data without worrying about overwriting existing values. The function calls data_fill and data_set in the provided example code would produce the same results.