$this->id, 'ticket_id' => $this->ticket_id, 'status' => $this->status, 'subject' => $this->subject, 'attachments' => uploaded_asset($this->attachments), 'description' => str_replace('&', '&', str_replace(' ', ' ', strip_tags($this->description))), 'support_category_name' => $this->supportCategory->name, 'created_at' => $this->created_at, 'reply' => SupportTicketReply::collection($this->supportTicketReplies), ]; } }