$products = DB::table('product') ->select('*', DB::raw('count(*) as total')) ->orderBy('created_at', 'desc') ->groupBy('content_related_group') ...
確定! 回上一頁