@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
Move questions to production NOW
Total Question is waiting: {{$count}} Records
Data will automatically update on Sundays weekly
Export Questions - Moved to Production
@if (env('ACCEPT_TRUNCATE', false) === true)
TRUNCATE ALL TABLES related to Question Banks - Production TRUNCATE ALL Subjects TABLES - Production
@endif