$this->shop->id, 'shop_name'=> $this->shop->name, 'shop_url'=> $this->shop->slug, 'shop_rating'=> $this->shop->rating, 'shop_num_of_reviews'=> $this->shop->num_of_reviews, 'shop_logo' => uploaded_asset($this->shop->logo), ]; } }