@@ -2264,7 +2264,6 @@ WHERE
" . (count($conditions) > 0 ? implode(" AND ", $conditions) : '') . "
";
- dd($countQuery);
$countResult = DB::select($countQuery);
$total = $countResult[0]->count;