Laravel generuje losowy 6 -cyfrowy numer
$num_str = sprintf("%06d", mt_rand(1, 999999));
Sanjaya
$num_str = sprintf("%06d", mt_rand(1, 999999));