insert([ // [ // "name" => "HR department", // "code" => "14", // "location" => "C:\laragon\www\SaveSpace\storage/Departments/14", // "user_id" => "1", // "created_at" => Carbon::now()->format('Y-m-d H:i:s'), // ], // [ // "name" => "IT department", // "code" => "01", // "location" => "C:\laragon\www\SaveSpace\storage/Departments/01", // "user_id" => "1", // "created_at" => Carbon::now()->format('Y-m-d H:i:s'), // ], // [ // "name" => "Business department", // "code" => "12", // "location" => "C:\laragon\www\SaveSpace\storage/Departments/12", // "user_id" => "1", // "created_at" => Carbon::now()->format('Y-m-d H:i:s'), // ], // ]); Department::factory()->count(50)->create(); } }