$this->id, 'name' => $this->name, 'number_of_sessions' => $this->number_of_sessions, 'price' => $this->price, 'currency' => new CurrencyResource($this->currency), 'validity_days' => $this->validity_days, 'description' => $this->description, 'is_active' => $this->is_active, 'created_at' => $this->created_at?->format('Y-m-d H:i:s'), ]; } }