superuser', '1')->first() ?? User::factory()->firstAdmin()->create(); Depreciation::factory()->count(1)->computer()->create(['created_by' => $admin->id]); Depreciation::factory()->count(1)->display()->create(['created_by' => $admin->id]); Depreciation::factory()->count(1)->mobilePhones()->create(['created_by' => $admin->id]); } }