has(Contact::factory(5)) ->has(PackingSlip::factory(30)) ->has(ShippingEntry::factory(2)) ->create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); } }