*/ public function toArray(Request $request): array { return [ 'action' => $this->action, 'action_label' => __('action-labels.label.' . $this->action), 'comment' => $this->comment, 'created_at' => (string)$this->created_at, 'created_by' => new UserProfileResource($this->createdBy), 'signature_file' => new FileByObjectResource($this->file), ]; } }