$this->id, 'notification_id' => $this->notification_id, 'notification' => $this->whenLoaded('notification', fn() => new NotificationResource($this->notification)), 'user_id' => $this->user_id, 'read' => $this->read, 'read_at' => $this->read_at?->format('Y-m-d H:i:s'), 'created_at' => Carbon::parse($this->created_at)->format('Y-m-d H:i:s'), ]; } }