"PDK" . now()->format("YmdHis"), "name" => "MacBook Pro 16-inch", "unit" => "pc", "profit" => 0, ]); Product::create([ "number" => "PDK" . now() ->addSeconds(1) ->format("YmdHis"), "name" => "MacBook Pro 14-inch", "unit" => "pc", "profit" => 30, ]); } }