*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'region' => $this->region, 'lon' => $this->lon, 'lat' => $this->lat, 'address' => $this->address, 'is_lottery_store' => $this->isLotteryStore(), ]; } }