InvoiceStatus::DRAFT, 'invoice_date' => Carbon::now(), 'due_date' => Carbon::now()->addDays(30), 'notes' => $this->faker->word(), 'internal_notes' => $this->faker->word(), 'created_at' => Carbon::now(), 'updated_at' => Carbon::now(), 'client_id' => Client::factory()->withContact(), ]; } }