$this->faker->date('Y-m-d', 'now'), 'expense_category_id' => ExpenseCategory::factory(), 'company_id' => User::where('role', 'super admin')->first()->company_id, 'amount' => $this->faker->randomDigitNotNull, 'notes' => $this->faker->text, 'attachment_receipt' => null ]; } }