count(10)->make() ->map(function (Feedback $instance) use ($timestamp, $employees) { return array_merge($instance->toArray(), [ 'employee_id' => $employees->random(), 'created_at' => $timestamp, 'updated_at' => $timestamp, ]); }) ->all() ); } }