*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'month' => $this->month, 'commission' => $this->commission, 'daily_expenses' => $this->daily_expenses, 'employee_expenses' => $this->employee_expenses, 'other_expenses' => $this->other_expenses, ]; } }