@php /*query no cache*/ $count = DB::select(DB::raw("select count(*) as aggregate from `question_banks` where `verified` = 1 and `client_mng_id` is null and `id` not in (select `id` from `clone_question_banks`)")); $count = $count[0]->aggregate ?? 0; @endphp