body); return [ 'id' => $this->id, 'title' => $this->title, 'body' => $descriptionArr, 'images' => get_image_from_description($descriptionArr), 'added' => format_datetime($this->added, 'Y.m.d'), 'user' => new UserResource($this->whenLoaded('user')) ]; } }