belongFormat($value); } public function getProductsFromMenuId($menu_id) { return $this->where('belong', $menu_id) ->orderBy('sort') ->get(); } }