$this->id, 'is_local' => $this->is_local ?? true, 'state' => $this->state, 'accepted_by' => $this->accepted_by, 'accepted_date' => $this->accepted_date, 'approved_by' => $this->approved_by, 'refine_note' => $this->refine_note, 'approved_date' => $this->approved_date, 'questionnaire_path' => $this->questionnaire_path, 'receipt_path' => $this->receipt_path, 'broker_attachments' => BrokerAttachmentResource::collection($this->broker_attachments), 'ticket' => TicketResource::make($this->ticket), ]; } }