belongsTo(Icon::class, 'icon_id'); } public function search_box() { return $this->belongsTo(SearchBox::class, 'mode', 'id'); } }