The word 'imbibe' means-

Created: 3 years ago | Updated: 3 months ago
Updated: 3 months ago

After help, we can use object + infinitive (with or without to).

Can you help me (to) find my ring? (NOT Can you help me finding my ring?)
Thank you so much for helping us (to) repair the car.
Our main task is to help the company (to) become profitable.

Help can also be followed directly by an infinitive without an object.

Would you like to help pack?

If you say that you cannot/can’t help doing something (especially in British English), you mean that you can’t stop yourself, even if you don’t want to do it.

She’s a selfish woman, but somehow you can’t help liking her.
Excuse me – I couldn’t help overhearing what you said.
Sorry I broke the cup – I couldn’t help it.

Can’t help can be followed by but + infinitive (without to), with the same meaning as can’t help verb + ing. This is common in American English.

I can’t help but wonder what I should do next.

 

Content added by
Promotion
Request history8.2.27PHP Version75.22msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (31.27ms)time
    • Application (43.94ms)time
    • 1 x Application (58.42%)
      43.94ms
      1 x Booting (41.57%)
      31.27ms
      33 templates were rendered
      • questions.mcq.single_questionsingle_question.blade.php#?blade
      • questions.include.show_timeshow_time.blade.php#?blade
      • questions.mode.readingreading.blade.php#?blade
      • questions.include.activity_layoutactivity_layout.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • common.modal.bookmark_modalbookmark_modal.blade.php#?blade
      • common.modal.tag_add_modaltag_add_modal.blade.php#?blade
      • common.modal.add_description_modaladd_description_modal.blade.php#?blade
      • common.modal.video_modalvideo_modal.blade.php#?blade
      • common.modal.edit_description_modaledit_description_modal.blade.php#?blade
      • common.modal.error_report_modalerror_report_modal.blade.php#?blade
      • job.job_include.job_scriptjob_script.blade.php#?blade
      • common.script.activity_scriptactivity_script.blade.php#?blade
      • common.script.navigator_sharenavigator_share.blade.php#?blade
      • common.script.follow_unfollow_scriptfollow_unfollow_script.blade.php#?blade
      • common.script.short_statistics_scriptshort_statistics_script.blade.php#?blade
      • layouts.single-question-appsingle-question-app.blade.php#?blade
      • includes.single_header_linksingle_header_link.blade.php#?blade
      • common.login_modallogin_modal.blade.php#?blade
      • components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • layouts.headerheader.blade.php#?blade
      • layouts.toolbartoolbar.blade.php#?blade
      • layouts.footerfooter.blade.php#?blade
      • common.includes.promotion_modalpromotion_modal.blade.php#?blade
      • common.includes.promotion_offcanvaspromotion_offcanvas.blade.php#?blade
      • includes.footer_link2footer_link2.blade.php#?blade
      • includes.restrictrestrict.blade.php#?blade
      • livewire-alert::components.scriptsscripts.blade.php#?blade
      • livewire-alert::components.flashflash.blade.php#?blade
      • admin.include.toastrtoastr.blade.php#?blade
      • common.search.search_scriptsearch_script.blade.php#?blade
      • common.script.promotion_scriptpromotion_script.blade.php#?blade
      • common.script.promotion_functionspromotion_functions.blade.php#?blade
      uri
      GET admission/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      admission.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      29 statements were executed12.62ms
      • QuestionController.php#150debugerror_satt170μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '89033' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 89033
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#150debugerror_satt130μsselect * from `question_options` where `question_options`.`question_id` in (89033) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#190debugerror_satt340μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 89033
        Bindings
        • 0: 89033
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:190
        • vendor/laravel/framework/src/Illuminate/Cache/Lock.php:95
        • app/Http/Controllers/Academy/QuestionController.php:187
        • app/Http/Controllers/Academy/QuestionController.php:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • QuestionController.php#256debugerror_satt240μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `meta_og_image`, `meta_og_title`, `meta_keyword`, `created_at`, `updated_at`, exists(select * from `review_contents` where `questions`.`id` = `review_contents`.`reviewable_id` and `review_contents`.`reviewable_type` = 'App\\Models\\Question') as `review_content_exists` from `questions` where `id` = '89033' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 89033
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt150μsselect `id`, `question_id`, `option_1`, `option_2`, `option_3`, `option_4`, `option_5`, `image_option`, `image_question`, `answer` from `question_options` where `question_options`.`question_id` in (89033) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt150μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (0) and `passages`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt150μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (3562) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt140μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (73) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt240μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (88242) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt160μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (73) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt240μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (89033) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt200μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (89033)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt270μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (89033) and `descriptions`.`descriptionable_type` = 'App\\Models\\Question' and `status` in ('approve', 'active') and `descriptions`.`deleted_at` is null order by `vote` desc
        Bindings
        • 0: App\Models\Question
        • 1: approve
        • 2: active
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt170μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (89033) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt160μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (89033) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt140μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (89033) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • DynamicPrintService.php#99debugerror_satt2.47msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (15172)
        Bindings
        • 0: App\Models\Question
        • 1: 15172
        Backtrace
        • app/Services/DynamicPrintService.php:99
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Services/DynamicPrintService.php:96
        • app/Http/Controllers/Academy/QuestionController.php:409
      • QuestionController.php#451debugerror_satt5.59msselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `created_at`, `updated_at` from `questions` where `id` in (85854, 86056, 86275, 86292, 86319, 86356, 86901, 86906, 87059, 87064, 87077, 87078, 87079, 87111, 87304, 87359, 87522, 87937, 88162, 88238, 88287, 88473, 88555, 88741, 88898, 88901, 88960, 89024, 89033, 89248, 89262, 89272, 89295, 89300, 89493, 89672, 89676, 89720, 95287, 95565, 95852, 100307, 100366, 100482, 100691, 100692, 100813, 100830, 100832, 100833, 100920, 100928, 101068, 101179, 101299, 101318, 101718, 101730, 101733, 101964, 101966, 102472, 102495, 105787, 106643, 107064, 107740, 108194, 108195, 108197, 108268, 108351, 108441, 108504, 108509, 108525, 108529, 108535, 108537, 108673, 108675, 109056, 109110, 109247, 109273, 109274, 109295, 109418, 109425, 109428, 109529, 111109, 111232, 124639, 127300, 127342, 127634, 127814, 127872, 127882, 130541, 130861, 132051, 132411, 132499, 132529, 133331, 134882, 135135, 135530, 135594, 135603, 135606, 135612, 135883, 135915, 136025, 136041, 136056, 136160, 136235, 136328, 136363, 136902, 137074, 137167, 137169, 137170, 137172, 137173, 137319, 137320, 142108, 142134, 142136, 142317, 142428, 143048, 144745, 144843, 145451, 145549, 145552, 146251, 150268, 150531, 150612, 150689, 150697, 150757, 150766, 150774, 150813, 150826, 150890, 151013, 151017, 151024, 151051, 151058, 151266, 151424, 151425, 151481, 151527, 151590, 151675, 151681, 151796, 151845, 151861, 151921, 151943, 152016, 152017, 152094, 152095, 152096, 152273, 152353, 152416, 152418, 152424, 152456, 152458, 152464, 152533, 152536, 152541, 152640, 152753, 152763, 152765, 152766, 152826, 152828, 152884, 152888, 152945, 152947, 152989, 153021, 153069, 153189, 153253, 153259, 153264, 153265, 153267, 153360, 153424, 153605, 153617, 153689, 153740, 153750, 153830, 153931, 154099, 154359, 154657, 154658, 155044, 155045, 155049, 155204, 155230, 155253, 155255, 155256, 155484, 155486, 155493, 158462, 158474, 158479, 158480, 158651, 158659, 158903, 159129, 159141, 159142, 159176, 159277, 159303, 159339, 159422, 159423, 159440, 159588, 159682, 159683, 159684, 159795, 159821, 159872, 159880, 159930, 160134, 160274, 160330, 160487, 160493, 160534, 160540, 160541, 160793, 160833, 160859, 160864, 160865, 160883, 160984, 160995, 161091, 161092, 161104, 161110, 161203, 161225, 161327, 161328, 161345, 161348, 161350, 161423, 161566, 161603, 161618, 161729, 161853, 161867, 161886, 162002, 162307, 162663, 162664, 162672, 166694, 166779, 166783, 166805, 166814, 166819, 166825, 166856, 166857, 166858, 167550, 167815, 167820, 168220, 168224, 168490, 168600, 168680, 168682, 168689, 168968, 168977, 168985, 169132, 170684, 170709, 171388, 171406, 171460, 171466, 171468, 171489, 174955, 175091, 179277, 179278, 179476, 179751, 182143, 182571, 184756, 191350, 191845, 191848, 192165, 192360, 192759, 192942, 192950, 193106, 193120, 193122, 193126, 193191, 193266, 193301, 193323, 193341, 193450, 193462, 193567, 193766, 193920, 196514, 196529, 196531, 196533, 196599, 196829, 196842, 197107, 197154, 197155, 197157, 197160, 197167, 197174, 197931, 199524, 200085, 200308, 201709, 201716, 201777, 201889, 201986, 202503, 206281, 206284, 206673, 206679, 207366, 207442, 207936, 208540, 210359, 210364, 210890, 210900, 212089, 212104, 213094, 213101, 213102, 213187, 213193, 213308, 213444, 214854, 214856, 215025, 215027, 215631, 215701, 215706, 216859, 216863, 217326, 217459, 220304, 220305, 220396, 220397, 220418, 220443, 220450, 221785, 221898, 222400, 222531, 222548, 222720, 222722, 222737, 222826, 222905, 223080, 223135, 223136, 223155, 223157, 223260, 223261, 223435, 223503, 223504, 223675, 223681, 223853, 223896, 223901, 223903, 224018, 224034, 224070, 224078, 224100, 224101, 224102, 224312, 232214, 232216, 232572, 232585, 232899, 234575, 239148, 239371, 241167, 241314, 242444, 242479, 243103, 245796, 246355, 246460, 246775, 246780, 246953, 247138, 247268, 247744, 247762, 247846, 247847, 248199, 248267, 248283, 248516, 248825, 248872, 249844, 249853, 251800, 251940, 252546, 252961, 252962, 253111, 253205, 253210, 253272, 253305, 253314, 253323, 253325, 253356, 253495, 253745, 253749, 253762, 253810, 254097, 254103, 255962, 85781, 85870, 85871, 85963, 86108, 86313, 86315, 86316, 86355, 87072, 87076, 87085, 87309, 87471, 87499, 87500, 87565, 87573, 87635, 87893, 88070, 88071, 88074, 88078, 88463, 88562, 88572, 88809, 88888, 89237, 89240, 89252, 89480, 89556, 89719, 89727, 89859, 94159, 94162, 95837, 95840, 95891, 96162, 97049, 97256, 97373, 98620, 98623, 100228, 100299, 100303, 100308, 100596, 100827, 101070, 101586, 101959, 102122, 104592, 105031, 106234, 106527, 106951, 106954, 107029, 107032, 107069, 107196, 107326, 107330, 107342, 107434, 107446, 107523, 107546, 107636, 107637, 107647, 107648, 107651, 107833, 107925, 108099, 108113, 108117, 108271, 108501, 108521, 108522, 108589, 108678, 108955, 109055, 109098, 109099, 109100, 109101, 109107, 109198, 109200, 109202, 109204, 109206, 109296, 109398, 109400, 109403, 109404, 109406, 109411, 109439, 109620, 109770, 109805, 109899, 111591, 111592, 112437, 112600, 120966, 121970, 122484, 123781, 124409, 124445, 124754, 125811, 125896, 125988, 126517, 127430, 127640, 127766, 128652, 128670, 128678, 130003, 130070, 130211, 130461, 130462, 131835, 132172, 132415, 132449, 132793, 132939, 133133, 133665, 134238, 134257, 134480, 134551, 134717, 134892, 135055, 135531, 135599, 135923, 135951, 135957, 135989, 136295, 136309, 137179, 137185, 137277, 142323, 142324, 142437, 142440, 142442, 142461, 142468, 142470, 142529, 144735, 144805, 144819, 144836, 145345, 145449, 146143, 150413, 150414, 150415, 150416, 150574, 150681, 150692, 151265, 151344, 151350, 151351, 151415, 151416, 151485, 151529, 151592, 151801, 151847, 151939, 152013, 152091, 152196, 152197, 152198, 152199, 152262, 152342, 152654, 152749, 153485, 153544, 153598, 153670, 153824, 154088, 154406, 154407, 154635, 155047, 155180, 155192, 155224, 155771, 155772, 155792, 155849, 158527, 159159, 159178, 159187, 159299, 159305, 159306, 159334, 159338, 159681, 159800, 159934, 160815, 160822, 161228, 161338, 161438, 161730, 161797, 161862, 162155, 162158, 162308, 162405, 162752, 166657, 166687, 166689, 166703, 166740, 166761, 166762, 166763, 166764, 166765, 166766, 166836, 166837, 166838, 166847, 166848, 166942, 167557, 167626, 167814, 167825, 168052, 168099, 168110, 168111, 168115, 168116, 168119, 168222, 168223, 168295, 168681, 169670, 169882, 169919, 170019, 170173, 171335, 174916, 174917, 174987, 175899, 176473, 176487, 176597, 176605, 176609, 176611, 176635, 176647, 176651, 176817, 176821, 176873, 176894, 176958, 177060, 177063, 177064, 177065, 177066, 177067, 177148, 177150, 177151, 177152, 177161, 177162, 177163, 177164, 177317, 177645, 177748, 177842, 177977, 178220, 178400, 178850, 179134, 179212, 179213, 179307, 179308, 179401, 179402, 179477, 179478, 179491, 179492, 179555, 179556, 179558, 179639, 179853, 179857, 179858, 179907, 181331, 181332, 181831, 181858, 181859, 182245, 182262, 182324, 182412, 183256, 183374, 184868, 184928, 184988, 185048, 191374, 191380, 191593, 191841, 191974, 192056, 192454, 192460, 192792, 192822, 192900, 192939, 193043, 193243, 193313, 193329, 193465, 193473, 193550, 193581, 193680, 193937, 193939, 195382, 195383, 195384, 195385, 195635, 195927, 195989, 196226, 196340, 196352, 196494, 196557, 196581, 196916, 196918, 196919, 197034, 197106, 197322, 197323, 197324, 197325, 197589, 197642, 197723, 197731, 197787, 198035, 198113, 198128, 198224, 198230, 198263, 199518, 200079, 200080, 200081, 200306, 200462, 200463, 200565, 200668, 201780, 201815, 202287, 202335, 203082, 204444, 204654, 206550, 206571, 206682, 206698, 207420, 207947, 207985, 210208, 210345, 210349, 210362, 210538, 210541, 210891, 212425, 212467, 212801, 212896, 213631, 213769, 213770, 213771, 213772, 213773, 214770, 214771, 214835, 214836, 214837, 214838, 214915, 214995, 215276, 215277, 215389, 215391, 215517, 216421, 216878, 217185, 217186, 217187, 217188, 217189, 217190, 217191, 217192, 217193, 217194, 217382, 217478, 217484, 218799, 219218, 219272, 219389, 219538, 219669, 220306, 220473, 220490, 220491, 220500, 220505, 220529, 220538, 220932, 221151, 221318, 221319, 221320, 221321, 221322, 221417, 221418, 221419, 221420, 221421, 221569, 221773, 221775, 221776, 221777, 222035, 222092, 222093, 222094, 222095, 222096, 222146, 222147, 222148, 222149, 222150, 222247, 222402, 222403, 222509, 222532, 222640, 222642, 222914, 222981, 223150, 223151, 223401, 223404, 223409, 223585, 223663, 223850, 224022, 224059, 224061, 224063, 224089, 224093, 224094, 224095, 224096, 224097, 224129, 224273, 224275, 224307, 232245, 232582, 232590, 234275, 234689, 235546, 236277, 236284, 236328, 236779, 237139, 239154, 240415, 241492, 242309, 242804, 242807, 242890, 242891, 243169, 244101, 244112, 244190, 244556, 244736, 244828, 245026, 245046, 245371, 245480, 245519, 246457, 246781, 247146, 247148, 247392, 247944, 247947, 248514, 248620, 248627, 248949, 248958, 248960, 249075, 249099, 249114, 249375, 249392, 249837, 252346, 252347, 252490, 252520, 252935, 252938, 252942, 252943, 253057, 253288, 253746, 254022, 102658, 107431, 107338, 109430, 153367, 161947, 154102, 207173, 126372, 137069, 268650, 268662, 85859, 86030, 106929, 86122, 86234, 86293, 109626, 109660, 109664, 109709, 109712, 109887, 109900, 109918, 110139, 110325, 111172, 111231, 111233, 111427, 111814, 111822, 111823, 111824, 111826, 111940, 111941, 111942, 112060, 112061, 112062, 112066, 112279, 112336, 112344, 112345, 112580, 112586, 112605, 122173, 122785, 125725, 125805, 125808, 125809, 126117, 126244, 126290, 126411, 126479, 126550, 126688, 127105, 127223, 127234, 127297, 127407, 127422, 127760, 127761, 127769, 127802, 128231, 128236, 128401, 128404, 128551, 128671, 128714, 128935, 129925, 130014, 130015, 130057, 130214, 130575, 130786, 131832, 132049, 132143, 132179, 132187, 132585, 132934, 132945, 133088, 134338, 134345, 134430, 134440, 134456, 134458, 134467, 134478, 134691, 134692, 134712, 134923, 135208, 135310, 135334, 135335, 135569, 135616, 135635, 135680, 135681, 135682, 135772, 135773, 135774, 135865, 135866, 135867, 135868, 135869, 135952, 135966, 136035, 136042, 136163, 136165, 136180, 136181, 136187, 136232, 136286, 136287, 136293, 136294, 136331, 136352, 136358, 136496, 136514, 136593, 136594, 136595, 136597, 136604, 136699, 136835, 136896, 136899, 136900, 136904, 136910, 136911, 136914, 136917, 136918, 136920, 136922, 136926, 136934, 136935, 136940, 136974, 136976, 136979, 136991, 137317, 144744, 144903, 144929, 144930, 144935, 145621, 145925, 146086, 150466, 150532, 150533, 150585, 150592, 150696, 150738, 150759, 150760, 150763, 150933, 151139, 151413, 151928, 151932, 153086, 153680, 154390, 154403, 154404, 154655, 155235, 155284, 155712, 155716, 155730, 155769, 155851, 158615, 158934, 158942, 159264, 160056, 160743, 160750, 160752, 160756, 160791, 161428, 161431, 161808, 161835, 161868, 166641, 166729, 166833, 166842, 166865, 167408, 167411, 167559, 167889, 168307, 168308, 168311, 168379, 168469, 168471, 168484, 168491, 168588, 168598, 168604, 169641, 169700, 169872, 169924, 169927, 169930, 169932, 169934, 169939, 169992, 170135, 170174, 170567, 170568, 170682, 170844, 170852, 170938, 171062, 171066, 171298, 171385, 171386, 171493, 171502, 176481, 176887, 176966, 176973, 177726, 179573, 179640, 180355, 182680, 182766, 182900, 182902, 183460, 191589, 192534, 192697, 193682, 194045, 195863, 196311, 196361, 196511, 196559, 196903, 196904, 196960, 196961, 197018, 197021, 197026, 197031, 197236, 197684, 198226, 198229, 200099, 203049, 204430, 206896, 206898, 207175, 208374, 209996, 209999, 210363, 210889, 211907, 212782, 213541, 213704, 215278, 215280, 215290, 215295, 215423, 215512, 215629, 216272, 216273, 216274, 216275, 216276, 216298, 216417, 216429, 216569, 216574, 216578, 216583, 216610, 216611, 216714, 216872, 217125, 217202, 217317, 217319, 217333, 217336, 217365, 217480, 217740, 217745, 217747, 217750, 218678, 218690, 218787, 219667, 219767, 219772, 219774, 219777, 220103, 220257, 220442, 220463, 220703, 220871, 220942, 220945, 220980, 220982, 221028, 221029, 221034, 221037, 221038, 221040, 221138, 221302, 221425, 221454, 221455, 221458, 221552, 221553, 221572, 221778, 221779, 221780, 221782, 221783, 222233, 222310, 222311, 222314, 222435, 222438, 222624, 222626, 222801, 222820, 222825, 222828, 222903, 222917, 223006, 223344, 223832, 223834, 223864, 223869, 223897, 223898, 224027, 224064, 224068, 224082, 224086, 224098, 224110, 232575, 232776, 233051, 233250, 233352, 234727, 235650, 236263, 236327, 236359, 236368, 236467, 236537, 236540, 236847, 236936, 237081, 237229, 240417, 240419, 240526, 241481, 241485, 241741, 242806, 242817, 242902, 242910, 244282, 244559, 244611, 244733, 244743, 245045, 245356, 245365, 245476, 245485, 245515, 245657, 245798, 245893, 245901, 246370, 246523, 246571, 246669, 246670, 246774, 246852, 246859, 247618, 247923, 248212, 248353, 248421, 248423, 248430, 248444, 248503, 248504, 248616, 248621, 248700, 248701, 249982, 251839, 252516, 252542, 252698, 252753, 253308, 253333, 253469, 255318, 258183, 258184, 258192, 258199, 97656, 101182, 104834, 105254, 106966, 107545, 107634, 107748, 109662, 125040, 132532, 151406, 151747, 155775, 161611, 168475, 168964, 183257, 183258, 183259, 183367, 183371, 183373, 184270, 193029, 196535, 198404, 214760, 217453, 223137, 223900, 234726, 235543, 239145, 242336, 245916, 248875, 127119, 132761, 133089, 135775, 135887, 136067, 171505, 192952, 235435, 252333, 96037, 96216, 100580, 100587, 101570, 101832, 101842, 102086, 104753, 106971, 108014, 110324, 112558, 126057, 126949, 127441, 134888, 136030, 136320, 136338, 136359, 136905, 136913, 136969, 137309, 150605, 151347, 151741, 152551, 158902, 158943, 161584, 162109, 162759, 166708, 166827, 166828, 177765, 178562, 178664, 178665, 178674, 179483, 180710, 180950, 182681, 191296, 194151, 196357, 196506, 196512, 200199, 209872, 210645, 212469, 213317, 215402, 215813, 217115, 217314, 217463, 221314, 224043, 224046, 224050, 224051, 224055, 224060, 224075, 224076, 224080, 224350, 236275, 236276, 236293, 242814, 245650, 246590, 246867, 247829, 249700, 251785, 251838) and `id` != 89033 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 85854
        • 1: 86056
        • 2: 86275
        • 3: 86292
        • 4: 86319
        • 5: 86356
        • 6: 86901
        • 7: 86906
        • 8: 87059
        • 9: 87064
        • 10: 87077
        • 11: 87078
        • 12: 87079
        • 13: 87111
        • 14: 87304
        • 15: 87359
        • 16: 87522
        • 17: 87937
        • 18: 88162
        • 19: 88238
        • 20: 88287
        • 21: 88473
        • 22: 88555
        • 23: 88741
        • 24: 88898
        • 25: 88901
        • 26: 88960
        • 27: 89024
        • 28: 89033
        • 29: 89248
        • 30: 89262
        • 31: 89272
        • 32: 89295
        • 33: 89300
        • 34: 89493
        • 35: 89672
        • 36: 89676
        • 37: 89720
        • 38: 95287
        • 39: 95565
        • 40: 95852
        • 41: 100307
        • 42: 100366
        • 43: 100482
        • 44: 100691
        • 45: 100692
        • 46: 100813
        • 47: 100830
        • 48: 100832
        • 49: 100833
        • 50: 100920
        • 51: 100928
        • 52: 101068
        • 53: 101179
        • 54: 101299
        • 55: 101318
        • 56: 101718
        • 57: 101730
        • 58: 101733
        • 59: 101964
        • 60: 101966
        • 61: 102472
        • 62: 102495
        • 63: 105787
        • 64: 106643
        • 65: 107064
        • 66: 107740
        • 67: 108194
        • 68: 108195
        • 69: 108197
        • 70: 108268
        • 71: 108351
        • 72: 108441
        • 73: 108504
        • 74: 108509
        • 75: 108525
        • 76: 108529
        • 77: 108535
        • 78: 108537
        • 79: 108673
        • 80: 108675
        • 81: 109056
        • 82: 109110
        • 83: 109247
        • 84: 109273
        • 85: 109274
        • 86: 109295
        • 87: 109418
        • 88: 109425
        • 89: 109428
        • 90: 109529
        • 91: 111109
        • 92: 111232
        • 93: 124639
        • 94: 127300
        • 95: 127342
        • 96: 127634
        • 97: 127814
        • 98: 127872
        • 99: 127882
        • 100: 130541
        • 101: 130861
        • 102: 132051
        • 103: 132411
        • 104: 132499
        • 105: 132529
        • 106: 133331
        • 107: 134882
        • 108: 135135
        • 109: 135530
        • 110: 135594
        • 111: 135603
        • 112: 135606
        • 113: 135612
        • 114: 135883
        • 115: 135915
        • 116: 136025
        • 117: 136041
        • 118: 136056
        • 119: 136160
        • 120: 136235
        • 121: 136328
        • 122: 136363
        • 123: 136902
        • 124: 137074
        • 125: 137167
        • 126: 137169
        • 127: 137170
        • 128: 137172
        • 129: 137173
        • 130: 137319
        • 131: 137320
        • 132: 142108
        • 133: 142134
        • 134: 142136
        • 135: 142317
        • 136: 142428
        • 137: 143048
        • 138: 144745
        • 139: 144843
        • 140: 145451
        • 141: 145549
        • 142: 145552
        • 143: 146251
        • 144: 150268
        • 145: 150531
        • 146: 150612
        • 147: 150689
        • 148: 150697
        • 149: 150757
        • 150: 150766
        • 151: 150774
        • 152: 150813
        • 153: 150826
        • 154: 150890
        • 155: 151013
        • 156: 151017
        • 157: 151024
        • 158: 151051
        • 159: 151058
        • 160: 151266
        • 161: 151424
        • 162: 151425
        • 163: 151481
        • 164: 151527
        • 165: 151590
        • 166: 151675
        • 167: 151681
        • 168: 151796
        • 169: 151845
        • 170: 151861
        • 171: 151921
        • 172: 151943
        • 173: 152016
        • 174: 152017
        • 175: 152094
        • 176: 152095
        • 177: 152096
        • 178: 152273
        • 179: 152353
        • 180: 152416
        • 181: 152418
        • 182: 152424
        • 183: 152456
        • 184: 152458
        • 185: 152464
        • 186: 152533
        • 187: 152536
        • 188: 152541
        • 189: 152640
        • 190: 152753
        • 191: 152763
        • 192: 152765
        • 193: 152766
        • 194: 152826
        • 195: 152828
        • 196: 152884
        • 197: 152888
        • 198: 152945
        • 199: 152947
        • 200: 152989
        • 201: 153021
        • 202: 153069
        • 203: 153189
        • 204: 153253
        • 205: 153259
        • 206: 153264
        • 207: 153265
        • 208: 153267
        • 209: 153360
        • 210: 153424
        • 211: 153605
        • 212: 153617
        • 213: 153689
        • 214: 153740
        • 215: 153750
        • 216: 153830
        • 217: 153931
        • 218: 154099
        • 219: 154359
        • 220: 154657
        • 221: 154658
        • 222: 155044
        • 223: 155045
        • 224: 155049
        • 225: 155204
        • 226: 155230
        • 227: 155253
        • 228: 155255
        • 229: 155256
        • 230: 155484
        • 231: 155486
        • 232: 155493
        • 233: 158462
        • 234: 158474
        • 235: 158479
        • 236: 158480
        • 237: 158651
        • 238: 158659
        • 239: 158903
        • 240: 159129
        • 241: 159141
        • 242: 159142
        • 243: 159176
        • 244: 159277
        • 245: 159303
        • 246: 159339
        • 247: 159422
        • 248: 159423
        • 249: 159440
        • 250: 159588
        • 251: 159682
        • 252: 159683
        • 253: 159684
        • 254: 159795
        • 255: 159821
        • 256: 159872
        • 257: 159880
        • 258: 159930
        • 259: 160134
        • 260: 160274
        • 261: 160330
        • 262: 160487
        • 263: 160493
        • 264: 160534
        • 265: 160540
        • 266: 160541
        • 267: 160793
        • 268: 160833
        • 269: 160859
        • 270: 160864
        • 271: 160865
        • 272: 160883
        • 273: 160984
        • 274: 160995
        • 275: 161091
        • 276: 161092
        • 277: 161104
        • 278: 161110
        • 279: 161203
        • 280: 161225
        • 281: 161327
        • 282: 161328
        • 283: 161345
        • 284: 161348
        • 285: 161350
        • 286: 161423
        • 287: 161566
        • 288: 161603
        • 289: 161618
        • 290: 161729
        • 291: 161853
        • 292: 161867
        • 293: 161886
        • 294: 162002
        • 295: 162307
        • 296: 162663
        • 297: 162664
        • 298: 162672
        • 299: 166694
        • 300: 166779
        • 301: 166783
        • 302: 166805
        • 303: 166814
        • 304: 166819
        • 305: 166825
        • 306: 166856
        • 307: 166857
        • 308: 166858
        • 309: 167550
        • 310: 167815
        • 311: 167820
        • 312: 168220
        • 313: 168224
        • 314: 168490
        • 315: 168600
        • 316: 168680
        • 317: 168682
        • 318: 168689
        • 319: 168968
        • 320: 168977
        • 321: 168985
        • 322: 169132
        • 323: 170684
        • 324: 170709
        • 325: 171388
        • 326: 171406
        • 327: 171460
        • 328: 171466
        • 329: 171468
        • 330: 171489
        • 331: 174955
        • 332: 175091
        • 333: 179277
        • 334: 179278
        • 335: 179476
        • 336: 179751
        • 337: 182143
        • 338: 182571
        • 339: 184756
        • 340: 191350
        • 341: 191845
        • 342: 191848
        • 343: 192165
        • 344: 192360
        • 345: 192759
        • 346: 192942
        • 347: 192950
        • 348: 193106
        • 349: 193120
        • 350: 193122
        • 351: 193126
        • 352: 193191
        • 353: 193266
        • 354: 193301
        • 355: 193323
        • 356: 193341
        • 357: 193450
        • 358: 193462
        • 359: 193567
        • 360: 193766
        • 361: 193920
        • 362: 196514
        • 363: 196529
        • 364: 196531
        • 365: 196533
        • 366: 196599
        • 367: 196829
        • 368: 196842
        • 369: 197107
        • 370: 197154
        • 371: 197155
        • 372: 197157
        • 373: 197160
        • 374: 197167
        • 375: 197174
        • 376: 197931
        • 377: 199524
        • 378: 200085
        • 379: 200308
        • 380: 201709
        • 381: 201716
        • 382: 201777
        • 383: 201889
        • 384: 201986
        • 385: 202503
        • 386: 206281
        • 387: 206284
        • 388: 206673
        • 389: 206679
        • 390: 207366
        • 391: 207442
        • 392: 207936
        • 393: 208540
        • 394: 210359
        • 395: 210364
        • 396: 210890
        • 397: 210900
        • 398: 212089
        • 399: 212104
        • 400: 213094
        • 401: 213101
        • 402: 213102
        • 403: 213187
        • 404: 213193
        • 405: 213308
        • 406: 213444
        • 407: 214854
        • 408: 214856
        • 409: 215025
        • 410: 215027
        • 411: 215631
        • 412: 215701
        • 413: 215706
        • 414: 216859
        • 415: 216863
        • 416: 217326
        • 417: 217459
        • 418: 220304
        • 419: 220305
        • 420: 220396
        • 421: 220397
        • 422: 220418
        • 423: 220443
        • 424: 220450
        • 425: 221785
        • 426: 221898
        • 427: 222400
        • 428: 222531
        • 429: 222548
        • 430: 222720
        • 431: 222722
        • 432: 222737
        • 433: 222826
        • 434: 222905
        • 435: 223080
        • 436: 223135
        • 437: 223136
        • 438: 223155
        • 439: 223157
        • 440: 223260
        • 441: 223261
        • 442: 223435
        • 443: 223503
        • 444: 223504
        • 445: 223675
        • 446: 223681
        • 447: 223853
        • 448: 223896
        • 449: 223901
        • 450: 223903
        • 451: 224018
        • 452: 224034
        • 453: 224070
        • 454: 224078
        • 455: 224100
        • 456: 224101
        • 457: 224102
        • 458: 224312
        • 459: 232214
        • 460: 232216
        • 461: 232572
        • 462: 232585
        • 463: 232899
        • 464: 234575
        • 465: 239148
        • 466: 239371
        • 467: 241167
        • 468: 241314
        • 469: 242444
        • 470: 242479
        • 471: 243103
        • 472: 245796
        • 473: 246355
        • 474: 246460
        • 475: 246775
        • 476: 246780
        • 477: 246953
        • 478: 247138
        • 479: 247268
        • 480: 247744
        • 481: 247762
        • 482: 247846
        • 483: 247847
        • 484: 248199
        • 485: 248267
        • 486: 248283
        • 487: 248516
        • 488: 248825
        • 489: 248872
        • 490: 249844
        • 491: 249853
        • 492: 251800
        • 493: 251940
        • 494: 252546
        • 495: 252961
        • 496: 252962
        • 497: 253111
        • 498: 253205
        • 499: 253210
        • 500: 253272
        • 501: 253305
        • 502: 253314
        • 503: 253323
        • 504: 253325
        • 505: 253356
        • 506: 253495
        • 507: 253745
        • 508: 253749
        • 509: 253762
        • 510: 253810
        • 511: 254097
        • 512: 254103
        • 513: 255962
        • 514: 85781
        • 515: 85870
        • 516: 85871
        • 517: 85963
        • 518: 86108
        • 519: 86313
        • 520: 86315
        • 521: 86316
        • 522: 86355
        • 523: 87072
        • 524: 87076
        • 525: 87085
        • 526: 87309
        • 527: 87471
        • 528: 87499
        • 529: 87500
        • 530: 87565
        • 531: 87573
        • 532: 87635
        • 533: 87893
        • 534: 88070
        • 535: 88071
        • 536: 88074
        • 537: 88078
        • 538: 88463
        • 539: 88562
        • 540: 88572
        • 541: 88809
        • 542: 88888
        • 543: 89237
        • 544: 89240
        • 545: 89252
        • 546: 89480
        • 547: 89556
        • 548: 89719
        • 549: 89727
        • 550: 89859
        • 551: 94159
        • 552: 94162
        • 553: 95837
        • 554: 95840
        • 555: 95891
        • 556: 96162
        • 557: 97049
        • 558: 97256
        • 559: 97373
        • 560: 98620
        • 561: 98623
        • 562: 100228
        • 563: 100299
        • 564: 100303
        • 565: 100308
        • 566: 100596
        • 567: 100827
        • 568: 101070
        • 569: 101586
        • 570: 101959
        • 571: 102122
        • 572: 104592
        • 573: 105031
        • 574: 106234
        • 575: 106527
        • 576: 106951
        • 577: 106954
        • 578: 107029
        • 579: 107032
        • 580: 107069
        • 581: 107196
        • 582: 107326
        • 583: 107330
        • 584: 107342
        • 585: 107434
        • 586: 107446
        • 587: 107523
        • 588: 107546
        • 589: 107636
        • 590: 107637
        • 591: 107647
        • 592: 107648
        • 593: 107651
        • 594: 107833
        • 595: 107925
        • 596: 108099
        • 597: 108113
        • 598: 108117
        • 599: 108271
        • 600: 108501
        • 601: 108521
        • 602: 108522
        • 603: 108589
        • 604: 108678
        • 605: 108955
        • 606: 109055
        • 607: 109098
        • 608: 109099
        • 609: 109100
        • 610: 109101
        • 611: 109107
        • 612: 109198
        • 613: 109200
        • 614: 109202
        • 615: 109204
        • 616: 109206
        • 617: 109296
        • 618: 109398
        • 619: 109400
        • 620: 109403
        • 621: 109404
        • 622: 109406
        • 623: 109411
        • 624: 109439
        • 625: 109620
        • 626: 109770
        • 627: 109805
        • 628: 109899
        • 629: 111591
        • 630: 111592
        • 631: 112437
        • 632: 112600
        • 633: 120966
        • 634: 121970
        • 635: 122484
        • 636: 123781
        • 637: 124409
        • 638: 124445
        • 639: 124754
        • 640: 125811
        • 641: 125896
        • 642: 125988
        • 643: 126517
        • 644: 127430
        • 645: 127640
        • 646: 127766
        • 647: 128652
        • 648: 128670
        • 649: 128678
        • 650: 130003
        • 651: 130070
        • 652: 130211
        • 653: 130461
        • 654: 130462
        • 655: 131835
        • 656: 132172
        • 657: 132415
        • 658: 132449
        • 659: 132793
        • 660: 132939
        • 661: 133133
        • 662: 133665
        • 663: 134238
        • 664: 134257
        • 665: 134480
        • 666: 134551
        • 667: 134717
        • 668: 134892
        • 669: 135055
        • 670: 135531
        • 671: 135599
        • 672: 135923
        • 673: 135951
        • 674: 135957
        • 675: 135989
        • 676: 136295
        • 677: 136309
        • 678: 137179
        • 679: 137185
        • 680: 137277
        • 681: 142323
        • 682: 142324
        • 683: 142437
        • 684: 142440
        • 685: 142442
        • 686: 142461
        • 687: 142468
        • 688: 142470
        • 689: 142529
        • 690: 144735
        • 691: 144805
        • 692: 144819
        • 693: 144836
        • 694: 145345
        • 695: 145449
        • 696: 146143
        • 697: 150413
        • 698: 150414
        • 699: 150415
        • 700: 150416
        • 701: 150574
        • 702: 150681
        • 703: 150692
        • 704: 151265
        • 705: 151344
        • 706: 151350
        • 707: 151351
        • 708: 151415
        • 709: 151416
        • 710: 151485
        • 711: 151529
        • 712: 151592
        • 713: 151801
        • 714: 151847
        • 715: 151939
        • 716: 152013
        • 717: 152091
        • 718: 152196
        • 719: 152197
        • 720: 152198
        • 721: 152199
        • 722: 152262
        • 723: 152342
        • 724: 152654
        • 725: 152749
        • 726: 153485
        • 727: 153544
        • 728: 153598
        • 729: 153670
        • 730: 153824
        • 731: 154088
        • 732: 154406
        • 733: 154407
        • 734: 154635
        • 735: 155047
        • 736: 155180
        • 737: 155192
        • 738: 155224
        • 739: 155771
        • 740: 155772
        • 741: 155792
        • 742: 155849
        • 743: 158527
        • 744: 159159
        • 745: 159178
        • 746: 159187
        • 747: 159299
        • 748: 159305
        • 749: 159306
        • 750: 159334
        • 751: 159338
        • 752: 159681
        • 753: 159800
        • 754: 159934
        • 755: 160815
        • 756: 160822
        • 757: 161228
        • 758: 161338
        • 759: 161438
        • 760: 161730
        • 761: 161797
        • 762: 161862
        • 763: 162155
        • 764: 162158
        • 765: 162308
        • 766: 162405
        • 767: 162752
        • 768: 166657
        • 769: 166687
        • 770: 166689
        • 771: 166703
        • 772: 166740
        • 773: 166761
        • 774: 166762
        • 775: 166763
        • 776: 166764
        • 777: 166765
        • 778: 166766
        • 779: 166836
        • 780: 166837
        • 781: 166838
        • 782: 166847
        • 783: 166848
        • 784: 166942
        • 785: 167557
        • 786: 167626
        • 787: 167814
        • 788: 167825
        • 789: 168052
        • 790: 168099
        • 791: 168110
        • 792: 168111
        • 793: 168115
        • 794: 168116
        • 795: 168119
        • 796: 168222
        • 797: 168223
        • 798: 168295
        • 799: 168681
        • 800: 169670
        • 801: 169882
        • 802: 169919
        • 803: 170019
        • 804: 170173
        • 805: 171335
        • 806: 174916
        • 807: 174917
        • 808: 174987
        • 809: 175899
        • 810: 176473
        • 811: 176487
        • 812: 176597
        • 813: 176605
        • 814: 176609
        • 815: 176611
        • 816: 176635
        • 817: 176647
        • 818: 176651
        • 819: 176817
        • 820: 176821
        • 821: 176873
        • 822: 176894
        • 823: 176958
        • 824: 177060
        • 825: 177063
        • 826: 177064
        • 827: 177065
        • 828: 177066
        • 829: 177067
        • 830: 177148
        • 831: 177150
        • 832: 177151
        • 833: 177152
        • 834: 177161
        • 835: 177162
        • 836: 177163
        • 837: 177164
        • 838: 177317
        • 839: 177645
        • 840: 177748
        • 841: 177842
        • 842: 177977
        • 843: 178220
        • 844: 178400
        • 845: 178850
        • 846: 179134
        • 847: 179212
        • 848: 179213
        • 849: 179307
        • 850: 179308
        • 851: 179401
        • 852: 179402
        • 853: 179477
        • 854: 179478
        • 855: 179491
        • 856: 179492
        • 857: 179555
        • 858: 179556
        • 859: 179558
        • 860: 179639
        • 861: 179853
        • 862: 179857
        • 863: 179858
        • 864: 179907
        • 865: 181331
        • 866: 181332
        • 867: 181831
        • 868: 181858
        • 869: 181859
        • 870: 182245
        • 871: 182262
        • 872: 182324
        • 873: 182412
        • 874: 183256
        • 875: 183374
        • 876: 184868
        • 877: 184928
        • 878: 184988
        • 879: 185048
        • 880: 191374
        • 881: 191380
        • 882: 191593
        • 883: 191841
        • 884: 191974
        • 885: 192056
        • 886: 192454
        • 887: 192460
        • 888: 192792
        • 889: 192822
        • 890: 192900
        • 891: 192939
        • 892: 193043
        • 893: 193243
        • 894: 193313
        • 895: 193329
        • 896: 193465
        • 897: 193473
        • 898: 193550
        • 899: 193581
        • 900: 193680
        • 901: 193937
        • 902: 193939
        • 903: 195382
        • 904: 195383
        • 905: 195384
        • 906: 195385
        • 907: 195635
        • 908: 195927
        • 909: 195989
        • 910: 196226
        • 911: 196340
        • 912: 196352
        • 913: 196494
        • 914: 196557
        • 915: 196581
        • 916: 196916
        • 917: 196918
        • 918: 196919
        • 919: 197034
        • 920: 197106
        • 921: 197322
        • 922: 197323
        • 923: 197324
        • 924: 197325
        • 925: 197589
        • 926: 197642
        • 927: 197723
        • 928: 197731
        • 929: 197787
        • 930: 198035
        • 931: 198113
        • 932: 198128
        • 933: 198224
        • 934: 198230
        • 935: 198263
        • 936: 199518
        • 937: 200079
        • 938: 200080
        • 939: 200081
        • 940: 200306
        • 941: 200462
        • 942: 200463
        • 943: 200565
        • 944: 200668
        • 945: 201780
        • 946: 201815
        • 947: 202287
        • 948: 202335
        • 949: 203082
        • 950: 204444
        • 951: 204654
        • 952: 206550
        • 953: 206571
        • 954: 206682
        • 955: 206698
        • 956: 207420
        • 957: 207947
        • 958: 207985
        • 959: 210208
        • 960: 210345
        • 961: 210349
        • 962: 210362
        • 963: 210538
        • 964: 210541
        • 965: 210891
        • 966: 212425
        • 967: 212467
        • 968: 212801
        • 969: 212896
        • 970: 213631
        • 971: 213769
        • 972: 213770
        • 973: 213771
        • 974: 213772
        • 975: 213773
        • 976: 214770
        • 977: 214771
        • 978: 214835
        • 979: 214836
        • 980: 214837
        • 981: 214838
        • 982: 214915
        • 983: 214995
        • 984: 215276
        • 985: 215277
        • 986: 215389
        • 987: 215391
        • 988: 215517
        • 989: 216421
        • 990: 216878
        • 991: 217185
        • 992: 217186
        • 993: 217187
        • 994: 217188
        • 995: 217189
        • 996: 217190
        • 997: 217191
        • 998: 217192
        • 999: 217193
        • 1000: 217194
        • 1001: 217382
        • 1002: 217478
        • 1003: 217484
        • 1004: 218799
        • 1005: 219218
        • 1006: 219272
        • 1007: 219389
        • 1008: 219538
        • 1009: 219669
        • 1010: 220306
        • 1011: 220473
        • 1012: 220490
        • 1013: 220491
        • 1014: 220500
        • 1015: 220505
        • 1016: 220529
        • 1017: 220538
        • 1018: 220932
        • 1019: 221151
        • 1020: 221318
        • 1021: 221319
        • 1022: 221320
        • 1023: 221321
        • 1024: 221322
        • 1025: 221417
        • 1026: 221418
        • 1027: 221419
        • 1028: 221420
        • 1029: 221421
        • 1030: 221569
        • 1031: 221773
        • 1032: 221775
        • 1033: 221776
        • 1034: 221777
        • 1035: 222035
        • 1036: 222092
        • 1037: 222093
        • 1038: 222094
        • 1039: 222095
        • 1040: 222096
        • 1041: 222146
        • 1042: 222147
        • 1043: 222148
        • 1044: 222149
        • 1045: 222150
        • 1046: 222247
        • 1047: 222402
        • 1048: 222403
        • 1049: 222509
        • 1050: 222532
        • 1051: 222640
        • 1052: 222642
        • 1053: 222914
        • 1054: 222981
        • 1055: 223150
        • 1056: 223151
        • 1057: 223401
        • 1058: 223404
        • 1059: 223409
        • 1060: 223585
        • 1061: 223663
        • 1062: 223850
        • 1063: 224022
        • 1064: 224059
        • 1065: 224061
        • 1066: 224063
        • 1067: 224089
        • 1068: 224093
        • 1069: 224094
        • 1070: 224095
        • 1071: 224096
        • 1072: 224097
        • 1073: 224129
        • 1074: 224273
        • 1075: 224275
        • 1076: 224307
        • 1077: 232245
        • 1078: 232582
        • 1079: 232590
        • 1080: 234275
        • 1081: 234689
        • 1082: 235546
        • 1083: 236277
        • 1084: 236284
        • 1085: 236328
        • 1086: 236779
        • 1087: 237139
        • 1088: 239154
        • 1089: 240415
        • 1090: 241492
        • 1091: 242309
        • 1092: 242804
        • 1093: 242807
        • 1094: 242890
        • 1095: 242891
        • 1096: 243169
        • 1097: 244101
        • 1098: 244112
        • 1099: 244190
        • 1100: 244556
        • 1101: 244736
        • 1102: 244828
        • 1103: 245026
        • 1104: 245046
        • 1105: 245371
        • 1106: 245480
        • 1107: 245519
        • 1108: 246457
        • 1109: 246781
        • 1110: 247146
        • 1111: 247148
        • 1112: 247392
        • 1113: 247944
        • 1114: 247947
        • 1115: 248514
        • 1116: 248620
        • 1117: 248627
        • 1118: 248949
        • 1119: 248958
        • 1120: 248960
        • 1121: 249075
        • 1122: 249099
        • 1123: 249114
        • 1124: 249375
        • 1125: 249392
        • 1126: 249837
        • 1127: 252346
        • 1128: 252347
        • 1129: 252490
        • 1130: 252520
        • 1131: 252935
        • 1132: 252938
        • 1133: 252942
        • 1134: 252943
        • 1135: 253057
        • 1136: 253288
        • 1137: 253746
        • 1138: 254022
        • 1139: 102658
        • 1140: 107431
        • 1141: 107338
        • 1142: 109430
        • 1143: 153367
        • 1144: 161947
        • 1145: 154102
        • 1146: 207173
        • 1147: 126372
        • 1148: 137069
        • 1149: 268650
        • 1150: 268662
        • 1151: 85859
        • 1152: 86030
        • 1153: 106929
        • 1154: 86122
        • 1155: 86234
        • 1156: 86293
        • 1157: 109626
        • 1158: 109660
        • 1159: 109664
        • 1160: 109709
        • 1161: 109712
        • 1162: 109887
        • 1163: 109900
        • 1164: 109918
        • 1165: 110139
        • 1166: 110325
        • 1167: 111172
        • 1168: 111231
        • 1169: 111233
        • 1170: 111427
        • 1171: 111814
        • 1172: 111822
        • 1173: 111823
        • 1174: 111824
        • 1175: 111826
        • 1176: 111940
        • 1177: 111941
        • 1178: 111942
        • 1179: 112060
        • 1180: 112061
        • 1181: 112062
        • 1182: 112066
        • 1183: 112279
        • 1184: 112336
        • 1185: 112344
        • 1186: 112345
        • 1187: 112580
        • 1188: 112586
        • 1189: 112605
        • 1190: 122173
        • 1191: 122785
        • 1192: 125725
        • 1193: 125805
        • 1194: 125808
        • 1195: 125809
        • 1196: 126117
        • 1197: 126244
        • 1198: 126290
        • 1199: 126411
        • 1200: 126479
        • 1201: 126550
        • 1202: 126688
        • 1203: 127105
        • 1204: 127223
        • 1205: 127234
        • 1206: 127297
        • 1207: 127407
        • 1208: 127422
        • 1209: 127760
        • 1210: 127761
        • 1211: 127769
        • 1212: 127802
        • 1213: 128231
        • 1214: 128236
        • 1215: 128401
        • 1216: 128404
        • 1217: 128551
        • 1218: 128671
        • 1219: 128714
        • 1220: 128935
        • 1221: 129925
        • 1222: 130014
        • 1223: 130015
        • 1224: 130057
        • 1225: 130214
        • 1226: 130575
        • 1227: 130786
        • 1228: 131832
        • 1229: 132049
        • 1230: 132143
        • 1231: 132179
        • 1232: 132187
        • 1233: 132585
        • 1234: 132934
        • 1235: 132945
        • 1236: 133088
        • 1237: 134338
        • 1238: 134345
        • 1239: 134430
        • 1240: 134440
        • 1241: 134456
        • 1242: 134458
        • 1243: 134467
        • 1244: 134478
        • 1245: 134691
        • 1246: 134692
        • 1247: 134712
        • 1248: 134923
        • 1249: 135208
        • 1250: 135310
        • 1251: 135334
        • 1252: 135335
        • 1253: 135569
        • 1254: 135616
        • 1255: 135635
        • 1256: 135680
        • 1257: 135681
        • 1258: 135682
        • 1259: 135772
        • 1260: 135773
        • 1261: 135774
        • 1262: 135865
        • 1263: 135866
        • 1264: 135867
        • 1265: 135868
        • 1266: 135869
        • 1267: 135952
        • 1268: 135966
        • 1269: 136035
        • 1270: 136042
        • 1271: 136163
        • 1272: 136165
        • 1273: 136180
        • 1274: 136181
        • 1275: 136187
        • 1276: 136232
        • 1277: 136286
        • 1278: 136287
        • 1279: 136293
        • 1280: 136294
        • 1281: 136331
        • 1282: 136352
        • 1283: 136358
        • 1284: 136496
        • 1285: 136514
        • 1286: 136593
        • 1287: 136594
        • 1288: 136595
        • 1289: 136597
        • 1290: 136604
        • 1291: 136699
        • 1292: 136835
        • 1293: 136896
        • 1294: 136899
        • 1295: 136900
        • 1296: 136904
        • 1297: 136910
        • 1298: 136911
        • 1299: 136914
        • 1300: 136917
        • 1301: 136918
        • 1302: 136920
        • 1303: 136922
        • 1304: 136926
        • 1305: 136934
        • 1306: 136935
        • 1307: 136940
        • 1308: 136974
        • 1309: 136976
        • 1310: 136979
        • 1311: 136991
        • 1312: 137317
        • 1313: 144744
        • 1314: 144903
        • 1315: 144929
        • 1316: 144930
        • 1317: 144935
        • 1318: 145621
        • 1319: 145925
        • 1320: 146086
        • 1321: 150466
        • 1322: 150532
        • 1323: 150533
        • 1324: 150585
        • 1325: 150592
        • 1326: 150696
        • 1327: 150738
        • 1328: 150759
        • 1329: 150760
        • 1330: 150763
        • 1331: 150933
        • 1332: 151139
        • 1333: 151413
        • 1334: 151928
        • 1335: 151932
        • 1336: 153086
        • 1337: 153680
        • 1338: 154390
        • 1339: 154403
        • 1340: 154404
        • 1341: 154655
        • 1342: 155235
        • 1343: 155284
        • 1344: 155712
        • 1345: 155716
        • 1346: 155730
        • 1347: 155769
        • 1348: 155851
        • 1349: 158615
        • 1350: 158934
        • 1351: 158942
        • 1352: 159264
        • 1353: 160056
        • 1354: 160743
        • 1355: 160750
        • 1356: 160752
        • 1357: 160756
        • 1358: 160791
        • 1359: 161428
        • 1360: 161431
        • 1361: 161808
        • 1362: 161835
        • 1363: 161868
        • 1364: 166641
        • 1365: 166729
        • 1366: 166833
        • 1367: 166842
        • 1368: 166865
        • 1369: 167408
        • 1370: 167411
        • 1371: 167559
        • 1372: 167889
        • 1373: 168307
        • 1374: 168308
        • 1375: 168311
        • 1376: 168379
        • 1377: 168469
        • 1378: 168471
        • 1379: 168484
        • 1380: 168491
        • 1381: 168588
        • 1382: 168598
        • 1383: 168604
        • 1384: 169641
        • 1385: 169700
        • 1386: 169872
        • 1387: 169924
        • 1388: 169927
        • 1389: 169930
        • 1390: 169932
        • 1391: 169934
        • 1392: 169939
        • 1393: 169992
        • 1394: 170135
        • 1395: 170174
        • 1396: 170567
        • 1397: 170568
        • 1398: 170682
        • 1399: 170844
        • 1400: 170852
        • 1401: 170938
        • 1402: 171062
        • 1403: 171066
        • 1404: 171298
        • 1405: 171385
        • 1406: 171386
        • 1407: 171493
        • 1408: 171502
        • 1409: 176481
        • 1410: 176887
        • 1411: 176966
        • 1412: 176973
        • 1413: 177726
        • 1414: 179573
        • 1415: 179640
        • 1416: 180355
        • 1417: 182680
        • 1418: 182766
        • 1419: 182900
        • 1420: 182902
        • 1421: 183460
        • 1422: 191589
        • 1423: 192534
        • 1424: 192697
        • 1425: 193682
        • 1426: 194045
        • 1427: 195863
        • 1428: 196311
        • 1429: 196361
        • 1430: 196511
        • 1431: 196559
        • 1432: 196903
        • 1433: 196904
        • 1434: 196960
        • 1435: 196961
        • 1436: 197018
        • 1437: 197021
        • 1438: 197026
        • 1439: 197031
        • 1440: 197236
        • 1441: 197684
        • 1442: 198226
        • 1443: 198229
        • 1444: 200099
        • 1445: 203049
        • 1446: 204430
        • 1447: 206896
        • 1448: 206898
        • 1449: 207175
        • 1450: 208374
        • 1451: 209996
        • 1452: 209999
        • 1453: 210363
        • 1454: 210889
        • 1455: 211907
        • 1456: 212782
        • 1457: 213541
        • 1458: 213704
        • 1459: 215278
        • 1460: 215280
        • 1461: 215290
        • 1462: 215295
        • 1463: 215423
        • 1464: 215512
        • 1465: 215629
        • 1466: 216272
        • 1467: 216273
        • 1468: 216274
        • 1469: 216275
        • 1470: 216276
        • 1471: 216298
        • 1472: 216417
        • 1473: 216429
        • 1474: 216569
        • 1475: 216574
        • 1476: 216578
        • 1477: 216583
        • 1478: 216610
        • 1479: 216611
        • 1480: 216714
        • 1481: 216872
        • 1482: 217125
        • 1483: 217202
        • 1484: 217317
        • 1485: 217319
        • 1486: 217333
        • 1487: 217336
        • 1488: 217365
        • 1489: 217480
        • 1490: 217740
        • 1491: 217745
        • 1492: 217747
        • 1493: 217750
        • 1494: 218678
        • 1495: 218690
        • 1496: 218787
        • 1497: 219667
        • 1498: 219767
        • 1499: 219772
        • 1500: 219774
        • 1501: 219777
        • 1502: 220103
        • 1503: 220257
        • 1504: 220442
        • 1505: 220463
        • 1506: 220703
        • 1507: 220871
        • 1508: 220942
        • 1509: 220945
        • 1510: 220980
        • 1511: 220982
        • 1512: 221028
        • 1513: 221029
        • 1514: 221034
        • 1515: 221037
        • 1516: 221038
        • 1517: 221040
        • 1518: 221138
        • 1519: 221302
        • 1520: 221425
        • 1521: 221454
        • 1522: 221455
        • 1523: 221458
        • 1524: 221552
        • 1525: 221553
        • 1526: 221572
        • 1527: 221778
        • 1528: 221779
        • 1529: 221780
        • 1530: 221782
        • 1531: 221783
        • 1532: 222233
        • 1533: 222310
        • 1534: 222311
        • 1535: 222314
        • 1536: 222435
        • 1537: 222438
        • 1538: 222624
        • 1539: 222626
        • 1540: 222801
        • 1541: 222820
        • 1542: 222825
        • 1543: 222828
        • 1544: 222903
        • 1545: 222917
        • 1546: 223006
        • 1547: 223344
        • 1548: 223832
        • 1549: 223834
        • 1550: 223864
        • 1551: 223869
        • 1552: 223897
        • 1553: 223898
        • 1554: 224027
        • 1555: 224064
        • 1556: 224068
        • 1557: 224082
        • 1558: 224086
        • 1559: 224098
        • 1560: 224110
        • 1561: 232575
        • 1562: 232776
        • 1563: 233051
        • 1564: 233250
        • 1565: 233352
        • 1566: 234727
        • 1567: 235650
        • 1568: 236263
        • 1569: 236327
        • 1570: 236359
        • 1571: 236368
        • 1572: 236467
        • 1573: 236537
        • 1574: 236540
        • 1575: 236847
        • 1576: 236936
        • 1577: 237081
        • 1578: 237229
        • 1579: 240417
        • 1580: 240419
        • 1581: 240526
        • 1582: 241481
        • 1583: 241485
        • 1584: 241741
        • 1585: 242806
        • 1586: 242817
        • 1587: 242902
        • 1588: 242910
        • 1589: 244282
        • 1590: 244559
        • 1591: 244611
        • 1592: 244733
        • 1593: 244743
        • 1594: 245045
        • 1595: 245356
        • 1596: 245365
        • 1597: 245476
        • 1598: 245485
        • 1599: 245515
        • 1600: 245657
        • 1601: 245798
        • 1602: 245893
        • 1603: 245901
        • 1604: 246370
        • 1605: 246523
        • 1606: 246571
        • 1607: 246669
        • 1608: 246670
        • 1609: 246774
        • 1610: 246852
        • 1611: 246859
        • 1612: 247618
        • 1613: 247923
        • 1614: 248212
        • 1615: 248353
        • 1616: 248421
        • 1617: 248423
        • 1618: 248430
        • 1619: 248444
        • 1620: 248503
        • 1621: 248504
        • 1622: 248616
        • 1623: 248621
        • 1624: 248700
        • 1625: 248701
        • 1626: 249982
        • 1627: 251839
        • 1628: 252516
        • 1629: 252542
        • 1630: 252698
        • 1631: 252753
        • 1632: 253308
        • 1633: 253333
        • 1634: 253469
        • 1635: 255318
        • 1636: 258183
        • 1637: 258184
        • 1638: 258192
        • 1639: 258199
        • 1640: 97656
        • 1641: 101182
        • 1642: 104834
        • 1643: 105254
        • 1644: 106966
        • 1645: 107545
        • 1646: 107634
        • 1647: 107748
        • 1648: 109662
        • 1649: 125040
        • 1650: 132532
        • 1651: 151406
        • 1652: 151747
        • 1653: 155775
        • 1654: 161611
        • 1655: 168475
        • 1656: 168964
        • 1657: 183257
        • 1658: 183258
        • 1659: 183259
        • 1660: 183367
        • 1661: 183371
        • 1662: 183373
        • 1663: 184270
        • 1664: 193029
        • 1665: 196535
        • 1666: 198404
        • 1667: 214760
        • 1668: 217453
        • 1669: 223137
        • 1670: 223900
        • 1671: 234726
        • 1672: 235543
        • 1673: 239145
        • 1674: 242336
        • 1675: 245916
        • 1676: 248875
        • 1677: 127119
        • 1678: 132761
        • 1679: 133089
        • 1680: 135775
        • 1681: 135887
        • 1682: 136067
        • 1683: 171505
        • 1684: 192952
        • 1685: 235435
        • 1686: 252333
        • 1687: 96037
        • 1688: 96216
        • 1689: 100580
        • 1690: 100587
        • 1691: 101570
        • 1692: 101832
        • 1693: 101842
        • 1694: 102086
        • 1695: 104753
        • 1696: 106971
        • 1697: 108014
        • 1698: 110324
        • 1699: 112558
        • 1700: 126057
        • 1701: 126949
        • 1702: 127441
        • 1703: 134888
        • 1704: 136030
        • 1705: 136320
        • 1706: 136338
        • 1707: 136359
        • 1708: 136905
        • 1709: 136913
        • 1710: 136969
        • 1711: 137309
        • 1712: 150605
        • 1713: 151347
        • 1714: 151741
        • 1715: 152551
        • 1716: 158902
        • 1717: 158943
        • 1718: 161584
        • 1719: 162109
        • 1720: 162759
        • 1721: 166708
        • 1722: 166827
        • 1723: 166828
        • 1724: 177765
        • 1725: 178562
        • 1726: 178664
        • 1727: 178665
        • 1728: 178674
        • 1729: 179483
        • 1730: 180710
        • 1731: 180950
        • 1732: 182681
        • 1733: 191296
        • 1734: 194151
        • 1735: 196357
        • 1736: 196506
        • 1737: 196512
        • 1738: 200199
        • 1739: 209872
        • 1740: 210645
        • 1741: 212469
        • 1742: 213317
        • 1743: 215402
        • 1744: 215813
        • 1745: 217115
        • 1746: 217314
        • 1747: 217463
        • 1748: 221314
        • 1749: 224043
        • 1750: 224046
        • 1751: 224050
        • 1752: 224051
        • 1753: 224055
        • 1754: 224060
        • 1755: 224075
        • 1756: 224076
        • 1757: 224080
        • 1758: 224350
        • 1759: 236275
        • 1760: 236276
        • 1761: 236293
        • 1762: 242814
        • 1763: 245650
        • 1764: 246590
        • 1765: 246867
        • 1766: 247829
        • 1767: 249700
        • 1768: 251785
        • 1769: 251838
        • 1770: 89033
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt220μsselect * from `question_options` where `question_options`.`question_id` in (258183, 258184, 258192, 258199, 268650, 268662) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt120μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (2, 73) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt140μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5499, 5666) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt120μsselect `id`, `name` from `categories` where `categories`.`id` in (8, 163) and `categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt250μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (258183, 258184, 258192, 258199, 268650, 268662) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (258183, 258184, 258192, 258199, 268650, 268662)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt90μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (258183, 258184, 258192, 258199, 268650, 268662) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt70μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (258183, 258184, 258192, 258199, 268650, 268662) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (258183, 258184, 258192, 258199, 268650, 268662) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • single_question.blade.php#85debugerror_satt140μsselect * from `categories` where `categories`.`id` = 103 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 103
        Backtrace
        • view::questions.mcq.single_question:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • restrict.blade.php#30debugerror_satt160μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      15Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\SubCategory
      3SubCategory.php#?
      App\Models\Category
      3Category.php#?
      App\Models\User
      1User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          cbVEQFw1eia5cNmWX5hK7Fmbw5mc5lbWPY8OfK7d
          _flash
          array:2 [ "new" => [] "old" => [] ]
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=89033" ]
          path_info
          /admission/single-question
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "ques_id" => "89033" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkIyRTVjWkF6bTF6QW84QS91WndlZ0E9PSIsInZhbHVlIjoiam5VZnVROGl2RlgvY3Nwd1dpaTRPNURtZ0c3TGhBbWJiTTUxZlltZzJ2cG9PaThIbzZYVmt0THJqSG1rYms0bDVDcUZlT1ppSDRDTG1vaGxBcmphR3hmK3ZZcS9DTDljT0hRYytiQTRVRS9TZ2luQ2FQNHlqdlV5dzJVdkJKUjAiLCJtYWMiOiJjNjU0NTEwMTVjYTBhZjkyOWQzZDYzZjQ0Zjc0ZTgzOGVmMmY4YzkyNjUyN2UzZjY3OGVmZjViNDIxZWUyOWQzIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6IkIzbHVINWVleTQvc1FJdXhPalZ2elE9PSIsInZhbHVlIjoiNnU2QkFMemg2Qi9PMER2a01xYXhiZExwbHlZOGRVdndyZFN0N3pjVkI0ZXhnSTJnZS9qZUtiS1NwYmdUNmFqVHlydUJXeE1kVlFEMkdTNU5heVpNNmMwMmgwSGdDcWplc1l4dDhLOWprZWJnNjF3WlpneTZZaW9nQ0s1NGx6TkIiLCJtYWMiOiI4MjhkOGIzM2Q3NTIyMDRjMDc3NGYyMjBjNDFlMzJkYWRmZTI5OWJjMmJiNDhiYzE1MzQzODM1ODBkNWJlNDdkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkIyRTVjWkF6bTF6QW84QS91WndlZ0E9PSIsInZhbHVlIjoiam5VZnVROGl2RlgvY3Nwd1dpaTRPNURtZ0c3TGhBbWJiTTUxZlltZzJ2cG9PaThIbzZYVmt0THJqSG1rYms0bDVDcUZlT" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "13.59.69.96" ] "x-forwarded-server" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-for" => array:1 [ 0 => "13.59.69.96" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "cbVEQFw1eia5cNmWX5hK7Fmbw5mc5lbWPY8OfK7d" "satt_academy_session" => "stcFOWpSyzK3kdd0CPZ1lIdSRIhoQRxP54s0rnwL" ]
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 16 Mar 2025 02:44:10 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "56" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlB5SVFORTB1QkNwbUk3WmhpZDlnZWc9PSIsInZhbHVlIjoiUDhJbU5PcnAvVTNYYWpiVS9DM0lQRDc3SWZIdzBBWW44alNWdG5QcnRsd0NmU1BqNS82OU5BZEVtb3htbGUzMUY5dG96N2w0Rm5WRDk1VnF5RmhYak4xWlRUenllalIyeSs5bHN5blphbnAwQm9DYjltS1ZOMWFMUEJNc0hZQlciLCJtYWMiOiIzM2IxNmQ0NmE5ZDVjMDZmZmUyMTE1NDQyNGMyODM3ZDNlMzQ5M2NmOTU1MGQxYWYwODMyYWQ4MjQ2NDZiNzVmIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 02:44:10 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IlB5SVFORTB1QkNwbUk3WmhpZDlnZWc9PSIsInZhbHVlIjoiUDhJbU5PcnAvVTNYYWpiVS9DM0lQRDc3SWZIdzBBWW44alNWdG5QcnRsd0NmU1BqNS82OU5BZEVtb3htbGUzMUY5dG96N" 1 => "satt_academy_session=eyJpdiI6IkppUTJUSGY5dURGbE82TlI1NUZPMmc9PSIsInZhbHVlIjoiTGYrOHJpdDF0dTl1RzlzUjRrMlVOeHg2WmtqTlZ0ZmYvMCs1Qnk3QkxmalB5UTRaZkZRT0JSM0VSL2ZPWWtPVDFzRzJiZTE3dk1LVkNvdFFsU2xYbEVqRnVVd2Y0bHVnOUJWcWFJcXdVWHNSOVEybU5zb1VNcGdYaUxvdlBkTkwiLCJtYWMiOiIwZjk5MjI3ZWM0MjVhNWYyYWFiMmJlYzllNTEzNmI2MWNiZmUyZDM0ZjQ2YTgzYTRlMmM3ZTkyNWYwZWQwNWIxIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 02:44:10 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkppUTJUSGY5dURGbE82TlI1NUZPMmc9PSIsInZhbHVlIjoiTGYrOHJpdDF0dTl1RzlzUjRrMlVOeHg2WmtqTlZ0ZmYvMCs1Qnk3QkxmalB5UTRaZkZRT0JSM0VSL2ZPWWt" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlB5SVFORTB1QkNwbUk3WmhpZDlnZWc9PSIsInZhbHVlIjoiUDhJbU5PcnAvVTNYYWpiVS9DM0lQRDc3SWZIdzBBWW44alNWdG5QcnRsd0NmU1BqNS82OU5BZEVtb3htbGUzMUY5dG96N2w0Rm5WRDk1VnF5RmhYak4xWlRUenllalIyeSs5bHN5blphbnAwQm9DYjltS1ZOMWFMUEJNc0hZQlciLCJtYWMiOiIzM2IxNmQ0NmE5ZDVjMDZmZmUyMTE1NDQyNGMyODM3ZDNlMzQ5M2NmOTU1MGQxYWYwODMyYWQ4MjQ2NDZiNzVmIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 02:44:10 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlB5SVFORTB1QkNwbUk3WmhpZDlnZWc9PSIsInZhbHVlIjoiUDhJbU5PcnAvVTNYYWpiVS9DM0lQRDc3SWZIdzBBWW44alNWdG5QcnRsd0NmU1BqNS82OU5BZEVtb3htbGUzMUY5dG96N" 1 => "satt_academy_session=eyJpdiI6IkppUTJUSGY5dURGbE82TlI1NUZPMmc9PSIsInZhbHVlIjoiTGYrOHJpdDF0dTl1RzlzUjRrMlVOeHg2WmtqTlZ0ZmYvMCs1Qnk3QkxmalB5UTRaZkZRT0JSM0VSL2ZPWWtPVDFzRzJiZTE3dk1LVkNvdFFsU2xYbEVqRnVVd2Y0bHVnOUJWcWFJcXdVWHNSOVEybU5zb1VNcGdYaUxvdlBkTkwiLCJtYWMiOiIwZjk5MjI3ZWM0MjVhNWYyYWFiMmJlYzllNTEzNmI2MWNiZmUyZDM0ZjQ2YTgzYTRlMmM3ZTkyNWYwZWQwNWIxIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 02:44:10 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkppUTJUSGY5dURGbE82TlI1NUZPMmc9PSIsInZhbHVlIjoiTGYrOHJpdDF0dTl1RzlzUjRrMlVOeHg2WmtqTlZ0ZmYvMCs1Qnk3QkxmalB5UTRaZkZRT0JSM0VSL2ZPWWt" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "cbVEQFw1eia5cNmWX5hK7Fmbw5mc5lbWPY8OfK7d" "_flash" => array:2 [ "new" => [] "old" => [] ] "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=89033" ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-16 08:44:10GET/admission/single-question?ques_id=89033332943