$this->id, 'title' => $this->title, 'mobile' => $this->mobile, 'stock' => $this->stock, 'province' => $this->province->name, 'city' => $this->city->name, 'district' => $this->district->name, 'address' => $this->address, 'full_address' => $this->getFullAddress(), ]; } }