*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'status' => new StatusResource($this->getStatus), 'created_at' => $this->created_at->format('Y-m-d H:i:s'), ]; } }