belongsTo('App\Cities','city_id','id'); } public function categories(){ return $this->belongsTo('App\PlaceCategories','category_id','id'); } }