---- Newton who formulated the mathematics for the universal law of gravitation.

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 Version62.79msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (29.64ms)time
    • Application (33.14ms)time
    • 1 x Application (52.79%)
      33.14ms
      1 x Booting (47.21%)
      29.64ms
      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
      27 statements were executed10ms
      • QuestionController.php#150debugerror_satt180μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '193018' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 193018
        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_satt480μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 193018
        Bindings
        • 0: 193018
        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_satt260μ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` = '193018' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 193018
        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`, `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 (193018) 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_satt130μ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_satt160μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (4783) 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_satt160μ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_satt180μ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_satt180μ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_satt230μ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 (193018) 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_satt150μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (193018)
        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 `descriptions` where `descriptions`.`descriptionable_id` in (193018) 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_satt110μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (193018) 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_satt100μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (193018) 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_satt90μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (193018) 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
      • QuestionController.php#451debugerror_satt5.19msselect `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 (241199, 241487, 242486, 160538, 161717, 161875, 161939, 162205, 162241, 162393, 162397, 162675, 176476, 176601, 176793, 176870, 176876, 176879, 176883, 176953, 176959, 177061, 177070, 178795, 178799, 178800, 179139, 179218, 179363, 183376, 185047, 191594, 191787, 192788, 192797, 192810, 192817, 192821, 192931, 192944, 192953, 192954, 192956, 192958, 193018, 193032, 193093, 196167, 196176, 196182, 196363, 196467, 196556, 196968, 196969, 202671, 204510, 208004, 210742, 210750, 210895, 215633, 216435, 216604, 221332, 221544, 221567, 221745, 221750, 221754, 221755, 221768, 221769, 221770, 221771, 221788, 127870, 130553, 222517, 222902, 223025, 223257, 223909, 224471, 241095, 241740, 241742, 242335, 244542, 245363, 246653, 246671, 248213, 248704, 127876, 178398, 196021, 196032, 130012, 130052, 130054, 130062, 130793, 160412, 161847, 161885, 162660, 176249, 176271, 176636, 178580, 219535, 222336, 223103, 223825, 223911, 223927, 223975, 175368, 175377, 175378, 175379, 129920, 107826, 151931, 180264, 215426, 221307, 244278, 97149, 105027, 107557, 127806, 130053, 176989, 177080, 177158, 196985, 215428, 244279, 253197, 253755, 221763, 221764, 221765, 221766, 221767, 89864, 105243, 105429, 106535, 107072, 107095, 107178, 108088, 108253, 108274, 108669, 108818, 109308, 112447, 121771, 126753, 127880, 128766, 128800, 134254, 142839, 155236, 159940, 167562, 176965, 179559, 195872, 212093, 212503, 214932, 216023, 216027, 216880, 221746, 224139, 224405, 224433, 224469, 234451, 236778, 240492, 244207, 244277, 246456, 246558, 248039, 248865, 248946, 249393, 249449, 249584, 86571, 86850, 86854, 86855, 86910, 86997, 86998, 87026, 87027, 87068, 87518, 87519, 87576, 87577, 87578, 87583, 87584, 87587, 87644, 87645, 87646, 87647, 87657, 87658, 87889, 88157, 88167, 88291, 88295, 88469, 89246, 89250, 89297, 89353, 89375, 89482, 89484, 89485, 89660, 89663, 89674, 89723, 89724, 89725, 89856, 89865, 93962, 93964, 93966, 94075, 94076, 94079, 94080, 94081, 94083, 94087, 94155, 94158, 94160, 94161, 94163, 105421, 109570, 122168, 126248, 128239, 177253, 179877, 211914, 234692, 244102, 97756, 104204, 104922, 106148, 107044, 107067, 107213, 109902, 127112, 134916, 155725, 167819, 191675, 192592, 206278, 245905, 249257, 95705, 104943, 106793, 107512, 109058, 109093, 111598, 126960, 128606, 130481, 130791, 131452, 132984, 134920, 136000, 136060, 136297, 136512, 151211, 159314, 176018, 176504, 179412, 179876, 182780, 184273, 184500, 195501, 197375, 210358, 221459, 222315, 223666, 251571, 253301, 96184, 97156, 97364, 97579, 98388, 101073, 104333, 104752, 104944, 105097, 106150, 106766, 107039, 107050, 107619, 108350, 108423, 108705, 109048, 109065, 109700, 111470, 111804, 121972, 122778, 125972, 126055, 126103, 126775, 128711, 128765, 128799, 130199, 134444, 135609, 151014, 159992, 160288, 160414, 168309, 168592, 169925, 176869, 179219, 180382, 182564, 182763, 192955, 195502, 196471, 196477, 196524, 196803, 197088, 197376, 206085, 210738, 210749, 212034, 212798, 215021, 215638, 215702, 86507, 89492, 89659, 89722, 94444, 95086, 97058, 97059, 97063, 97066, 107212, 136510, 159146, 159258, 179361, 179475, 193128, 220501, 220981, 253463, 97402, 193045, 97407, 152645, 198781, 111487, 128607, 168976, 170098, 97405, 97415, 93971, 95877, 96206, 97663, 97665, 97666, 97667, 97760, 97761, 98032, 98257, 98495, 98496, 98497, 98503, 98607, 100211, 100234, 100469, 100490, 100491, 100599, 100602, 100712, 101286, 101307, 101308, 101419, 101420, 101577, 101589, 101592, 102093, 102125, 102128, 102482, 102540, 102662, 104488, 104936, 105032, 105120, 105126, 105235, 105241, 105253, 105521, 105620, 105621, 105699, 105786, 106219, 106225, 106230, 106232, 106486, 106769, 106936, 106968, 107189, 107194, 107335, 107350, 107424, 107432, 107433, 107547, 107640, 107711, 107741, 107756, 107829, 107832, 107927, 108008, 108100, 108110, 108261, 108269, 108332, 108410, 108417, 108422, 108435, 108436, 108442, 108594, 108603, 108616, 108945, 109047, 109238, 109239, 109245, 109268, 109401, 109422, 109531, 109607, 99146, 106644, 109284, 110326, 126256, 135886, 160276, 171483, 178669, 179964, 181437, 193008, 197032, 212441, 220441, 220531, 252892, 97582, 100230, 105026, 106956, 112355, 126742, 130475, 159998, 171516, 176950, 176951, 180415, 195427, 195677, 196023, 196263, 197679, 236288, 253348, 97661, 97662, 97664, 97672, 97673, 97677, 97678, 97679, 97680, 97751, 97755, 97757, 97933, 98033, 98035, 98037, 98038, 98039, 98040, 98251, 98252, 98253, 98255, 98260, 98262, 98265, 98266, 98267, 98268, 98371, 98372, 98373, 98374, 98375, 98376, 98380, 98381, 98382, 98489, 98490, 98493, 98494, 98500, 98501, 98502, 98610, 98611, 98612, 98613, 98614, 98615, 98617, 98618, 99143, 99144, 99147, 99148, 99149, 99151, 99300, 99302, 99303, 99420, 99421, 99422, 99423, 99477, 99478, 99479, 99480, 99481, 99482, 97394, 97932, 102213, 104197, 106141, 108420, 111490, 130058, 130785, 132446, 132747, 134457, 134914, 135619, 135623, 136330, 136334, 136362, 136500, 136596, 136901, 136919, 136970, 136987, 137071, 160682, 166723, 167998, 169996, 177073, 177090, 177168, 177345, 191259, 193922, 195395, 196298, 196532, 196672, 196998, 201497, 212445, 212446, 212447, 212448, 212449, 216419, 220944, 221810, 223982, 232777, 233153, 236258, 239278, 247117, 253765, 255501, 104492, 105611, 105890, 106233, 107096, 109716, 111422, 111798, 112045, 126260, 126768, 144112, 151193, 152887, 159309, 159813, 160177, 161587, 178581, 192702, 194148, 195376, 195474, 197317, 207435, 208341, 220520, 222811, 242501, 244625, 247688, 249256, 249974, 101416, 101427, 102633, 107524, 107552, 109849, 109885, 109897, 135429, 135624, 135881, 193092, 200559, 222242, 104763, 136703, 151746, 104929, 106939, 111498, 136051, 136715, 154423, 179856, 221560, 223841, 249842, 251794, 97576, 100153, 104277, 104670, 105442, 105624, 106944, 107717, 109060, 109147, 109415, 109669, 109701, 111107, 111425, 111683, 112051, 124493, 125120, 125744, 125848, 125976, 126250, 126261, 126710, 127068, 127225, 127429, 127772, 128942, 130783, 132418, 133587, 134239, 135998, 137084, 137165, 137178, 137180, 142486, 142838, 143239, 144918, 146119, 146174, 150761, 151668, 151915, 152276, 153187, 154412, 155234, 155252, 155267, 155273, 95244, 107058, 107336, 107443, 109523, 109604, 109901, 121033, 123637, 126413, 126466, 127239, 132589, 134255, 134473, 134492, 135440, 136353, 136701, 136836, 142335, 150609, 151022, 151352, 151607, 155189, 155262, 155376, 159418, 159432, 160320, 166807, 168299, 168687, 168967, 174843, 179739, 184866, 184986, 191592, 192541, 193562, 99597, 99598, 99599, 99600, 99827, 99828, 99829, 99833, 99932, 99933, 99934, 99935, 100125, 100155, 100160, 100210, 100223, 100225, 100226, 100236, 100298, 100302, 100305, 100362, 100474, 100475, 100476, 100565, 100567, 100573, 100575, 100583, 100584, 100586, 100588, 100590, 100591, 100601, 100603, 100689, 100690, 100703, 100707, 100711, 100807, 100808, 100809, 100810, 100811, 100910, 100911, 100915, 94085, 95068, 95098, 95451, 95712, 95718, 95722, 95731, 95734, 95813, 95815, 95821, 95829, 95834, 95851, 95856, 95858, 95863, 96226, 97240, 97259, 97376, 97400, 97401, 97404, 97406, 97506, 97507, 97508, 97513, 97572, 97574, 97575, 97577, 97578, 97583, 99596, 170930, 192543, 203002, 207020, 217137, 220537, 222226, 234846, 236355, 236367, 237084, 247022, 252536, 255322, 97571, 104749, 105101, 105425, 105615, 105697, 105791, 105878, 106059, 106227, 106280, 106456, 106484, 106521, 106528, 106542, 106803, 107031, 107088, 107160, 107168, 107171, 107190, 107513, 107816, 108097, 108326, 108330, 108347, 108431, 108825, 108828, 109062, 109153, 109304, 109306, 109729, 110136, 111101, 111417, 111472, 111494, 111584, 111917, 111918, 112037, 112168, 112179, 112263, 112269, 112444, 121973, 122169, 122170, 122779, 123928, 125743, 125846, 125884, 126022, 126245, 126472, 126754, 127340, 127608, 127886, 128272, 128282, 128534, 128663, 129747, 130471, 130552, 132496, 133135, 133586, 134489, 134709, 134718, 134925, 134931, 135600, 135614, 135630, 135689, 135777, 135871, 135877, 135955, 136015, 136018, 136347, 136707, 137265, 137268, 137268, 142117, 105378, 105789, 105797, 105879, 106237, 106522, 106771, 106925, 107034, 107091, 107158, 107164, 107406, 107528, 107813, 107906, 108093, 108180, 108815, 108816, 109061, 109717, 110138, 111103, 111493, 112171, 112180, 112264, 112272, 112274, 112351, 127631, 128159, 128407, 128408, 128946, 129939, 130402, 132437, 133588, 135999, 142410, 143134, 143818, 144861, 145232, 146069, 146136, 146233, 151669, 152463, 152630, 152767, 100990, 100992, 101071, 101072, 101074, 101086, 101171, 101175, 101289, 101291, 101292, 101293, 101313, 101428, 101468, 101470, 101573, 101574, 101576, 101580, 101581, 101591, 101593, 101831, 101834, 101838, 101839, 101869, 101874, 101875, 101878, 101880, 101882, 101883, 101950, 101951, 101952, 101954, 101960, 101965, 102020, 102022, 102089, 102090, 102092, 102096, 102097, 102127, 102129, 102283, 102397, 102398, 104335, 104344, 104349, 104496, 104498, 104499, 104504, 104585, 104586, 104589, 104595, 104596, 104598, 104664, 104666, 104669, 104671, 104675, 104678, 104679, 104748, 104751, 104756, 104758, 104764, 104765, 104767, 104768, 104831, 104832, 104838, 104841, 104844, 104845, 104848, 104850, 104919, 104920, 104921, 104924, 104925, 104927, 104931, 104932, 104934, 104935, 104937, 104938, 104939, 104940, 104941, 104942, 105012, 105013, 105015, 105017, 105018, 105019, 105020, 105021, 105022, 105024, 101408, 101829, 102485, 102537, 102541, 102547, 102627, 102630, 102632, 102634, 102652, 102655, 102759, 102764, 102767, 102771, 104195, 104196, 104199, 104200, 104201, 104203, 104284, 107529, 167858) and `id` != 193018 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 241199
        • 1: 241487
        • 2: 242486
        • 3: 160538
        • 4: 161717
        • 5: 161875
        • 6: 161939
        • 7: 162205
        • 8: 162241
        • 9: 162393
        • 10: 162397
        • 11: 162675
        • 12: 176476
        • 13: 176601
        • 14: 176793
        • 15: 176870
        • 16: 176876
        • 17: 176879
        • 18: 176883
        • 19: 176953
        • 20: 176959
        • 21: 177061
        • 22: 177070
        • 23: 178795
        • 24: 178799
        • 25: 178800
        • 26: 179139
        • 27: 179218
        • 28: 179363
        • 29: 183376
        • 30: 185047
        • 31: 191594
        • 32: 191787
        • 33: 192788
        • 34: 192797
        • 35: 192810
        • 36: 192817
        • 37: 192821
        • 38: 192931
        • 39: 192944
        • 40: 192953
        • 41: 192954
        • 42: 192956
        • 43: 192958
        • 44: 193018
        • 45: 193032
        • 46: 193093
        • 47: 196167
        • 48: 196176
        • 49: 196182
        • 50: 196363
        • 51: 196467
        • 52: 196556
        • 53: 196968
        • 54: 196969
        • 55: 202671
        • 56: 204510
        • 57: 208004
        • 58: 210742
        • 59: 210750
        • 60: 210895
        • 61: 215633
        • 62: 216435
        • 63: 216604
        • 64: 221332
        • 65: 221544
        • 66: 221567
        • 67: 221745
        • 68: 221750
        • 69: 221754
        • 70: 221755
        • 71: 221768
        • 72: 221769
        • 73: 221770
        • 74: 221771
        • 75: 221788
        • 76: 127870
        • 77: 130553
        • 78: 222517
        • 79: 222902
        • 80: 223025
        • 81: 223257
        • 82: 223909
        • 83: 224471
        • 84: 241095
        • 85: 241740
        • 86: 241742
        • 87: 242335
        • 88: 244542
        • 89: 245363
        • 90: 246653
        • 91: 246671
        • 92: 248213
        • 93: 248704
        • 94: 127876
        • 95: 178398
        • 96: 196021
        • 97: 196032
        • 98: 130012
        • 99: 130052
        • 100: 130054
        • 101: 130062
        • 102: 130793
        • 103: 160412
        • 104: 161847
        • 105: 161885
        • 106: 162660
        • 107: 176249
        • 108: 176271
        • 109: 176636
        • 110: 178580
        • 111: 219535
        • 112: 222336
        • 113: 223103
        • 114: 223825
        • 115: 223911
        • 116: 223927
        • 117: 223975
        • 118: 175368
        • 119: 175377
        • 120: 175378
        • 121: 175379
        • 122: 129920
        • 123: 107826
        • 124: 151931
        • 125: 180264
        • 126: 215426
        • 127: 221307
        • 128: 244278
        • 129: 97149
        • 130: 105027
        • 131: 107557
        • 132: 127806
        • 133: 130053
        • 134: 176989
        • 135: 177080
        • 136: 177158
        • 137: 196985
        • 138: 215428
        • 139: 244279
        • 140: 253197
        • 141: 253755
        • 142: 221763
        • 143: 221764
        • 144: 221765
        • 145: 221766
        • 146: 221767
        • 147: 89864
        • 148: 105243
        • 149: 105429
        • 150: 106535
        • 151: 107072
        • 152: 107095
        • 153: 107178
        • 154: 108088
        • 155: 108253
        • 156: 108274
        • 157: 108669
        • 158: 108818
        • 159: 109308
        • 160: 112447
        • 161: 121771
        • 162: 126753
        • 163: 127880
        • 164: 128766
        • 165: 128800
        • 166: 134254
        • 167: 142839
        • 168: 155236
        • 169: 159940
        • 170: 167562
        • 171: 176965
        • 172: 179559
        • 173: 195872
        • 174: 212093
        • 175: 212503
        • 176: 214932
        • 177: 216023
        • 178: 216027
        • 179: 216880
        • 180: 221746
        • 181: 224139
        • 182: 224405
        • 183: 224433
        • 184: 224469
        • 185: 234451
        • 186: 236778
        • 187: 240492
        • 188: 244207
        • 189: 244277
        • 190: 246456
        • 191: 246558
        • 192: 248039
        • 193: 248865
        • 194: 248946
        • 195: 249393
        • 196: 249449
        • 197: 249584
        • 198: 86571
        • 199: 86850
        • 200: 86854
        • 201: 86855
        • 202: 86910
        • 203: 86997
        • 204: 86998
        • 205: 87026
        • 206: 87027
        • 207: 87068
        • 208: 87518
        • 209: 87519
        • 210: 87576
        • 211: 87577
        • 212: 87578
        • 213: 87583
        • 214: 87584
        • 215: 87587
        • 216: 87644
        • 217: 87645
        • 218: 87646
        • 219: 87647
        • 220: 87657
        • 221: 87658
        • 222: 87889
        • 223: 88157
        • 224: 88167
        • 225: 88291
        • 226: 88295
        • 227: 88469
        • 228: 89246
        • 229: 89250
        • 230: 89297
        • 231: 89353
        • 232: 89375
        • 233: 89482
        • 234: 89484
        • 235: 89485
        • 236: 89660
        • 237: 89663
        • 238: 89674
        • 239: 89723
        • 240: 89724
        • 241: 89725
        • 242: 89856
        • 243: 89865
        • 244: 93962
        • 245: 93964
        • 246: 93966
        • 247: 94075
        • 248: 94076
        • 249: 94079
        • 250: 94080
        • 251: 94081
        • 252: 94083
        • 253: 94087
        • 254: 94155
        • 255: 94158
        • 256: 94160
        • 257: 94161
        • 258: 94163
        • 259: 105421
        • 260: 109570
        • 261: 122168
        • 262: 126248
        • 263: 128239
        • 264: 177253
        • 265: 179877
        • 266: 211914
        • 267: 234692
        • 268: 244102
        • 269: 97756
        • 270: 104204
        • 271: 104922
        • 272: 106148
        • 273: 107044
        • 274: 107067
        • 275: 107213
        • 276: 109902
        • 277: 127112
        • 278: 134916
        • 279: 155725
        • 280: 167819
        • 281: 191675
        • 282: 192592
        • 283: 206278
        • 284: 245905
        • 285: 249257
        • 286: 95705
        • 287: 104943
        • 288: 106793
        • 289: 107512
        • 290: 109058
        • 291: 109093
        • 292: 111598
        • 293: 126960
        • 294: 128606
        • 295: 130481
        • 296: 130791
        • 297: 131452
        • 298: 132984
        • 299: 134920
        • 300: 136000
        • 301: 136060
        • 302: 136297
        • 303: 136512
        • 304: 151211
        • 305: 159314
        • 306: 176018
        • 307: 176504
        • 308: 179412
        • 309: 179876
        • 310: 182780
        • 311: 184273
        • 312: 184500
        • 313: 195501
        • 314: 197375
        • 315: 210358
        • 316: 221459
        • 317: 222315
        • 318: 223666
        • 319: 251571
        • 320: 253301
        • 321: 96184
        • 322: 97156
        • 323: 97364
        • 324: 97579
        • 325: 98388
        • 326: 101073
        • 327: 104333
        • 328: 104752
        • 329: 104944
        • 330: 105097
        • 331: 106150
        • 332: 106766
        • 333: 107039
        • 334: 107050
        • 335: 107619
        • 336: 108350
        • 337: 108423
        • 338: 108705
        • 339: 109048
        • 340: 109065
        • 341: 109700
        • 342: 111470
        • 343: 111804
        • 344: 121972
        • 345: 122778
        • 346: 125972
        • 347: 126055
        • 348: 126103
        • 349: 126775
        • 350: 128711
        • 351: 128765
        • 352: 128799
        • 353: 130199
        • 354: 134444
        • 355: 135609
        • 356: 151014
        • 357: 159992
        • 358: 160288
        • 359: 160414
        • 360: 168309
        • 361: 168592
        • 362: 169925
        • 363: 176869
        • 364: 179219
        • 365: 180382
        • 366: 182564
        • 367: 182763
        • 368: 192955
        • 369: 195502
        • 370: 196471
        • 371: 196477
        • 372: 196524
        • 373: 196803
        • 374: 197088
        • 375: 197376
        • 376: 206085
        • 377: 210738
        • 378: 210749
        • 379: 212034
        • 380: 212798
        • 381: 215021
        • 382: 215638
        • 383: 215702
        • 384: 86507
        • 385: 89492
        • 386: 89659
        • 387: 89722
        • 388: 94444
        • 389: 95086
        • 390: 97058
        • 391: 97059
        • 392: 97063
        • 393: 97066
        • 394: 107212
        • 395: 136510
        • 396: 159146
        • 397: 159258
        • 398: 179361
        • 399: 179475
        • 400: 193128
        • 401: 220501
        • 402: 220981
        • 403: 253463
        • 404: 97402
        • 405: 193045
        • 406: 97407
        • 407: 152645
        • 408: 198781
        • 409: 111487
        • 410: 128607
        • 411: 168976
        • 412: 170098
        • 413: 97405
        • 414: 97415
        • 415: 93971
        • 416: 95877
        • 417: 96206
        • 418: 97663
        • 419: 97665
        • 420: 97666
        • 421: 97667
        • 422: 97760
        • 423: 97761
        • 424: 98032
        • 425: 98257
        • 426: 98495
        • 427: 98496
        • 428: 98497
        • 429: 98503
        • 430: 98607
        • 431: 100211
        • 432: 100234
        • 433: 100469
        • 434: 100490
        • 435: 100491
        • 436: 100599
        • 437: 100602
        • 438: 100712
        • 439: 101286
        • 440: 101307
        • 441: 101308
        • 442: 101419
        • 443: 101420
        • 444: 101577
        • 445: 101589
        • 446: 101592
        • 447: 102093
        • 448: 102125
        • 449: 102128
        • 450: 102482
        • 451: 102540
        • 452: 102662
        • 453: 104488
        • 454: 104936
        • 455: 105032
        • 456: 105120
        • 457: 105126
        • 458: 105235
        • 459: 105241
        • 460: 105253
        • 461: 105521
        • 462: 105620
        • 463: 105621
        • 464: 105699
        • 465: 105786
        • 466: 106219
        • 467: 106225
        • 468: 106230
        • 469: 106232
        • 470: 106486
        • 471: 106769
        • 472: 106936
        • 473: 106968
        • 474: 107189
        • 475: 107194
        • 476: 107335
        • 477: 107350
        • 478: 107424
        • 479: 107432
        • 480: 107433
        • 481: 107547
        • 482: 107640
        • 483: 107711
        • 484: 107741
        • 485: 107756
        • 486: 107829
        • 487: 107832
        • 488: 107927
        • 489: 108008
        • 490: 108100
        • 491: 108110
        • 492: 108261
        • 493: 108269
        • 494: 108332
        • 495: 108410
        • 496: 108417
        • 497: 108422
        • 498: 108435
        • 499: 108436
        • 500: 108442
        • 501: 108594
        • 502: 108603
        • 503: 108616
        • 504: 108945
        • 505: 109047
        • 506: 109238
        • 507: 109239
        • 508: 109245
        • 509: 109268
        • 510: 109401
        • 511: 109422
        • 512: 109531
        • 513: 109607
        • 514: 99146
        • 515: 106644
        • 516: 109284
        • 517: 110326
        • 518: 126256
        • 519: 135886
        • 520: 160276
        • 521: 171483
        • 522: 178669
        • 523: 179964
        • 524: 181437
        • 525: 193008
        • 526: 197032
        • 527: 212441
        • 528: 220441
        • 529: 220531
        • 530: 252892
        • 531: 97582
        • 532: 100230
        • 533: 105026
        • 534: 106956
        • 535: 112355
        • 536: 126742
        • 537: 130475
        • 538: 159998
        • 539: 171516
        • 540: 176950
        • 541: 176951
        • 542: 180415
        • 543: 195427
        • 544: 195677
        • 545: 196023
        • 546: 196263
        • 547: 197679
        • 548: 236288
        • 549: 253348
        • 550: 97661
        • 551: 97662
        • 552: 97664
        • 553: 97672
        • 554: 97673
        • 555: 97677
        • 556: 97678
        • 557: 97679
        • 558: 97680
        • 559: 97751
        • 560: 97755
        • 561: 97757
        • 562: 97933
        • 563: 98033
        • 564: 98035
        • 565: 98037
        • 566: 98038
        • 567: 98039
        • 568: 98040
        • 569: 98251
        • 570: 98252
        • 571: 98253
        • 572: 98255
        • 573: 98260
        • 574: 98262
        • 575: 98265
        • 576: 98266
        • 577: 98267
        • 578: 98268
        • 579: 98371
        • 580: 98372
        • 581: 98373
        • 582: 98374
        • 583: 98375
        • 584: 98376
        • 585: 98380
        • 586: 98381
        • 587: 98382
        • 588: 98489
        • 589: 98490
        • 590: 98493
        • 591: 98494
        • 592: 98500
        • 593: 98501
        • 594: 98502
        • 595: 98610
        • 596: 98611
        • 597: 98612
        • 598: 98613
        • 599: 98614
        • 600: 98615
        • 601: 98617
        • 602: 98618
        • 603: 99143
        • 604: 99144
        • 605: 99147
        • 606: 99148
        • 607: 99149
        • 608: 99151
        • 609: 99300
        • 610: 99302
        • 611: 99303
        • 612: 99420
        • 613: 99421
        • 614: 99422
        • 615: 99423
        • 616: 99477
        • 617: 99478
        • 618: 99479
        • 619: 99480
        • 620: 99481
        • 621: 99482
        • 622: 97394
        • 623: 97932
        • 624: 102213
        • 625: 104197
        • 626: 106141
        • 627: 108420
        • 628: 111490
        • 629: 130058
        • 630: 130785
        • 631: 132446
        • 632: 132747
        • 633: 134457
        • 634: 134914
        • 635: 135619
        • 636: 135623
        • 637: 136330
        • 638: 136334
        • 639: 136362
        • 640: 136500
        • 641: 136596
        • 642: 136901
        • 643: 136919
        • 644: 136970
        • 645: 136987
        • 646: 137071
        • 647: 160682
        • 648: 166723
        • 649: 167998
        • 650: 169996
        • 651: 177073
        • 652: 177090
        • 653: 177168
        • 654: 177345
        • 655: 191259
        • 656: 193922
        • 657: 195395
        • 658: 196298
        • 659: 196532
        • 660: 196672
        • 661: 196998
        • 662: 201497
        • 663: 212445
        • 664: 212446
        • 665: 212447
        • 666: 212448
        • 667: 212449
        • 668: 216419
        • 669: 220944
        • 670: 221810
        • 671: 223982
        • 672: 232777
        • 673: 233153
        • 674: 236258
        • 675: 239278
        • 676: 247117
        • 677: 253765
        • 678: 255501
        • 679: 104492
        • 680: 105611
        • 681: 105890
        • 682: 106233
        • 683: 107096
        • 684: 109716
        • 685: 111422
        • 686: 111798
        • 687: 112045
        • 688: 126260
        • 689: 126768
        • 690: 144112
        • 691: 151193
        • 692: 152887
        • 693: 159309
        • 694: 159813
        • 695: 160177
        • 696: 161587
        • 697: 178581
        • 698: 192702
        • 699: 194148
        • 700: 195376
        • 701: 195474
        • 702: 197317
        • 703: 207435
        • 704: 208341
        • 705: 220520
        • 706: 222811
        • 707: 242501
        • 708: 244625
        • 709: 247688
        • 710: 249256
        • 711: 249974
        • 712: 101416
        • 713: 101427
        • 714: 102633
        • 715: 107524
        • 716: 107552
        • 717: 109849
        • 718: 109885
        • 719: 109897
        • 720: 135429
        • 721: 135624
        • 722: 135881
        • 723: 193092
        • 724: 200559
        • 725: 222242
        • 726: 104763
        • 727: 136703
        • 728: 151746
        • 729: 104929
        • 730: 106939
        • 731: 111498
        • 732: 136051
        • 733: 136715
        • 734: 154423
        • 735: 179856
        • 736: 221560
        • 737: 223841
        • 738: 249842
        • 739: 251794
        • 740: 97576
        • 741: 100153
        • 742: 104277
        • 743: 104670
        • 744: 105442
        • 745: 105624
        • 746: 106944
        • 747: 107717
        • 748: 109060
        • 749: 109147
        • 750: 109415
        • 751: 109669
        • 752: 109701
        • 753: 111107
        • 754: 111425
        • 755: 111683
        • 756: 112051
        • 757: 124493
        • 758: 125120
        • 759: 125744
        • 760: 125848
        • 761: 125976
        • 762: 126250
        • 763: 126261
        • 764: 126710
        • 765: 127068
        • 766: 127225
        • 767: 127429
        • 768: 127772
        • 769: 128942
        • 770: 130783
        • 771: 132418
        • 772: 133587
        • 773: 134239
        • 774: 135998
        • 775: 137084
        • 776: 137165
        • 777: 137178
        • 778: 137180
        • 779: 142486
        • 780: 142838
        • 781: 143239
        • 782: 144918
        • 783: 146119
        • 784: 146174
        • 785: 150761
        • 786: 151668
        • 787: 151915
        • 788: 152276
        • 789: 153187
        • 790: 154412
        • 791: 155234
        • 792: 155252
        • 793: 155267
        • 794: 155273
        • 795: 95244
        • 796: 107058
        • 797: 107336
        • 798: 107443
        • 799: 109523
        • 800: 109604
        • 801: 109901
        • 802: 121033
        • 803: 123637
        • 804: 126413
        • 805: 126466
        • 806: 127239
        • 807: 132589
        • 808: 134255
        • 809: 134473
        • 810: 134492
        • 811: 135440
        • 812: 136353
        • 813: 136701
        • 814: 136836
        • 815: 142335
        • 816: 150609
        • 817: 151022
        • 818: 151352
        • 819: 151607
        • 820: 155189
        • 821: 155262
        • 822: 155376
        • 823: 159418
        • 824: 159432
        • 825: 160320
        • 826: 166807
        • 827: 168299
        • 828: 168687
        • 829: 168967
        • 830: 174843
        • 831: 179739
        • 832: 184866
        • 833: 184986
        • 834: 191592
        • 835: 192541
        • 836: 193562
        • 837: 99597
        • 838: 99598
        • 839: 99599
        • 840: 99600
        • 841: 99827
        • 842: 99828
        • 843: 99829
        • 844: 99833
        • 845: 99932
        • 846: 99933
        • 847: 99934
        • 848: 99935
        • 849: 100125
        • 850: 100155
        • 851: 100160
        • 852: 100210
        • 853: 100223
        • 854: 100225
        • 855: 100226
        • 856: 100236
        • 857: 100298
        • 858: 100302
        • 859: 100305
        • 860: 100362
        • 861: 100474
        • 862: 100475
        • 863: 100476
        • 864: 100565
        • 865: 100567
        • 866: 100573
        • 867: 100575
        • 868: 100583
        • 869: 100584
        • 870: 100586
        • 871: 100588
        • 872: 100590
        • 873: 100591
        • 874: 100601
        • 875: 100603
        • 876: 100689
        • 877: 100690
        • 878: 100703
        • 879: 100707
        • 880: 100711
        • 881: 100807
        • 882: 100808
        • 883: 100809
        • 884: 100810
        • 885: 100811
        • 886: 100910
        • 887: 100911
        • 888: 100915
        • 889: 94085
        • 890: 95068
        • 891: 95098
        • 892: 95451
        • 893: 95712
        • 894: 95718
        • 895: 95722
        • 896: 95731
        • 897: 95734
        • 898: 95813
        • 899: 95815
        • 900: 95821
        • 901: 95829
        • 902: 95834
        • 903: 95851
        • 904: 95856
        • 905: 95858
        • 906: 95863
        • 907: 96226
        • 908: 97240
        • 909: 97259
        • 910: 97376
        • 911: 97400
        • 912: 97401
        • 913: 97404
        • 914: 97406
        • 915: 97506
        • 916: 97507
        • 917: 97508
        • 918: 97513
        • 919: 97572
        • 920: 97574
        • 921: 97575
        • 922: 97577
        • 923: 97578
        • 924: 97583
        • 925: 99596
        • 926: 170930
        • 927: 192543
        • 928: 203002
        • 929: 207020
        • 930: 217137
        • 931: 220537
        • 932: 222226
        • 933: 234846
        • 934: 236355
        • 935: 236367
        • 936: 237084
        • 937: 247022
        • 938: 252536
        • 939: 255322
        • 940: 97571
        • 941: 104749
        • 942: 105101
        • 943: 105425
        • 944: 105615
        • 945: 105697
        • 946: 105791
        • 947: 105878
        • 948: 106059
        • 949: 106227
        • 950: 106280
        • 951: 106456
        • 952: 106484
        • 953: 106521
        • 954: 106528
        • 955: 106542
        • 956: 106803
        • 957: 107031
        • 958: 107088
        • 959: 107160
        • 960: 107168
        • 961: 107171
        • 962: 107190
        • 963: 107513
        • 964: 107816
        • 965: 108097
        • 966: 108326
        • 967: 108330
        • 968: 108347
        • 969: 108431
        • 970: 108825
        • 971: 108828
        • 972: 109062
        • 973: 109153
        • 974: 109304
        • 975: 109306
        • 976: 109729
        • 977: 110136
        • 978: 111101
        • 979: 111417
        • 980: 111472
        • 981: 111494
        • 982: 111584
        • 983: 111917
        • 984: 111918
        • 985: 112037
        • 986: 112168
        • 987: 112179
        • 988: 112263
        • 989: 112269
        • 990: 112444
        • 991: 121973
        • 992: 122169
        • 993: 122170
        • 994: 122779
        • 995: 123928
        • 996: 125743
        • 997: 125846
        • 998: 125884
        • 999: 126022
        • 1000: 126245
        • 1001: 126472
        • 1002: 126754
        • 1003: 127340
        • 1004: 127608
        • 1005: 127886
        • 1006: 128272
        • 1007: 128282
        • 1008: 128534
        • 1009: 128663
        • 1010: 129747
        • 1011: 130471
        • 1012: 130552
        • 1013: 132496
        • 1014: 133135
        • 1015: 133586
        • 1016: 134489
        • 1017: 134709
        • 1018: 134718
        • 1019: 134925
        • 1020: 134931
        • 1021: 135600
        • 1022: 135614
        • 1023: 135630
        • 1024: 135689
        • 1025: 135777
        • 1026: 135871
        • 1027: 135877
        • 1028: 135955
        • 1029: 136015
        • 1030: 136018
        • 1031: 136347
        • 1032: 136707
        • 1033: 137265
        • 1034: 137268
        • 1035: 137268
        • 1036: 142117
        • 1037: 105378
        • 1038: 105789
        • 1039: 105797
        • 1040: 105879
        • 1041: 106237
        • 1042: 106522
        • 1043: 106771
        • 1044: 106925
        • 1045: 107034
        • 1046: 107091
        • 1047: 107158
        • 1048: 107164
        • 1049: 107406
        • 1050: 107528
        • 1051: 107813
        • 1052: 107906
        • 1053: 108093
        • 1054: 108180
        • 1055: 108815
        • 1056: 108816
        • 1057: 109061
        • 1058: 109717
        • 1059: 110138
        • 1060: 111103
        • 1061: 111493
        • 1062: 112171
        • 1063: 112180
        • 1064: 112264
        • 1065: 112272
        • 1066: 112274
        • 1067: 112351
        • 1068: 127631
        • 1069: 128159
        • 1070: 128407
        • 1071: 128408
        • 1072: 128946
        • 1073: 129939
        • 1074: 130402
        • 1075: 132437
        • 1076: 133588
        • 1077: 135999
        • 1078: 142410
        • 1079: 143134
        • 1080: 143818
        • 1081: 144861
        • 1082: 145232
        • 1083: 146069
        • 1084: 146136
        • 1085: 146233
        • 1086: 151669
        • 1087: 152463
        • 1088: 152630
        • 1089: 152767
        • 1090: 100990
        • 1091: 100992
        • 1092: 101071
        • 1093: 101072
        • 1094: 101074
        • 1095: 101086
        • 1096: 101171
        • 1097: 101175
        • 1098: 101289
        • 1099: 101291
        • 1100: 101292
        • 1101: 101293
        • 1102: 101313
        • 1103: 101428
        • 1104: 101468
        • 1105: 101470
        • 1106: 101573
        • 1107: 101574
        • 1108: 101576
        • 1109: 101580
        • 1110: 101581
        • 1111: 101591
        • 1112: 101593
        • 1113: 101831
        • 1114: 101834
        • 1115: 101838
        • 1116: 101839
        • 1117: 101869
        • 1118: 101874
        • 1119: 101875
        • 1120: 101878
        • 1121: 101880
        • 1122: 101882
        • 1123: 101883
        • 1124: 101950
        • 1125: 101951
        • 1126: 101952
        • 1127: 101954
        • 1128: 101960
        • 1129: 101965
        • 1130: 102020
        • 1131: 102022
        • 1132: 102089
        • 1133: 102090
        • 1134: 102092
        • 1135: 102096
        • 1136: 102097
        • 1137: 102127
        • 1138: 102129
        • 1139: 102283
        • 1140: 102397
        • 1141: 102398
        • 1142: 104335
        • 1143: 104344
        • 1144: 104349
        • 1145: 104496
        • 1146: 104498
        • 1147: 104499
        • 1148: 104504
        • 1149: 104585
        • 1150: 104586
        • 1151: 104589
        • 1152: 104595
        • 1153: 104596
        • 1154: 104598
        • 1155: 104664
        • 1156: 104666
        • 1157: 104669
        • 1158: 104671
        • 1159: 104675
        • 1160: 104678
        • 1161: 104679
        • 1162: 104748
        • 1163: 104751
        • 1164: 104756
        • 1165: 104758
        • 1166: 104764
        • 1167: 104765
        • 1168: 104767
        • 1169: 104768
        • 1170: 104831
        • 1171: 104832
        • 1172: 104838
        • 1173: 104841
        • 1174: 104844
        • 1175: 104845
        • 1176: 104848
        • 1177: 104850
        • 1178: 104919
        • 1179: 104920
        • 1180: 104921
        • 1181: 104924
        • 1182: 104925
        • 1183: 104927
        • 1184: 104931
        • 1185: 104932
        • 1186: 104934
        • 1187: 104935
        • 1188: 104937
        • 1189: 104938
        • 1190: 104939
        • 1191: 104940
        • 1192: 104941
        • 1193: 104942
        • 1194: 105012
        • 1195: 105013
        • 1196: 105015
        • 1197: 105017
        • 1198: 105018
        • 1199: 105019
        • 1200: 105020
        • 1201: 105021
        • 1202: 105022
        • 1203: 105024
        • 1204: 101408
        • 1205: 101829
        • 1206: 102485
        • 1207: 102537
        • 1208: 102541
        • 1209: 102547
        • 1210: 102627
        • 1211: 102630
        • 1212: 102632
        • 1213: 102634
        • 1214: 102652
        • 1215: 102655
        • 1216: 102759
        • 1217: 102764
        • 1218: 102767
        • 1219: 102771
        • 1220: 104195
        • 1221: 104196
        • 1222: 104199
        • 1223: 104200
        • 1224: 104201
        • 1225: 104203
        • 1226: 104284
        • 1227: 107529
        • 1228: 167858
        • 1229: 193018
        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_satt270μsselect * from `question_options` where `question_options`.`question_id` in (253348, 253463, 253755, 253765, 255322, 255501) 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_satt140μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (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_satt170μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5423, 5442, 5443, 5463, 5464) 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_satt140μsselect `id`, `name` from `categories` where `categories`.`id` in (163, 165) 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_satt310μ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 (253348, 253463, 253755, 253765, 255322, 255501) 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_satt190μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (253348, 253463, 253755, 253765, 255322, 255501)
        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_satt150μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (253348, 253463, 253755, 253765, 255322, 255501) 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_satt190μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (253348, 253463, 253755, 253765, 255322, 255501) 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_satt110μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (253348, 253463, 253755, 253765, 255322, 255501) 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_satt160μsselect * from `categories` where `categories`.`id` = 112 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 112
        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_satt200μ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
      9Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      7QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Category
      3Category.php#?
      App\Models\User
      1User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          nDzZKmcsQimrxlGjMzfnmOUgsuYvdi3JJOLYxyhW
          _flash
          array:2 [ "new" => [] "old" => [] ]
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=193018%20%20%20%20%20...
          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" => "193018" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IllENmIveGRaUWx0OEJoeXBGM1J0VHc9PSIsInZhbHVlIjoiL2JodUtKdzNHdXBuMXh0Q242VG10dW5ON2tVZWN2dHVQVGNpYnlUT29sbmk4MUZwZTJ5MFR0Vy9ncDBPcG84eDZJdmxUU1llVmxaSHdwT3Fwb3dqK1ZjNGN3NUZuNHJ0OTI2UDhWMVl6dkw3Q05nejV4VmhBNzhBblpmRVc3SWsiLCJtYWMiOiI1MDdhZWM0NGUyOWI3ZDRmMjNiMzExMmFjZGVmODI0NjM4NTVhYWMyOWMwMzY5NjJmZDk2Yzc1ZmM3N2UzZDFlIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6ImlpLzJMazNQb3pWNlJHNmlCaUxwZEE9PSIsInZhbHVlIjoiWFVyRkV2dWs3alpxYnRrTjhLS0hpUVRXbzZ1SnhaSThnQUdRYXk2b2ROc2xPanZNWGZNNVJXY3RYUXdUMU5vc1ErTGJTT0JMcnVQWGRXbVRHWkVvbUFIOGI2Y1RraXkyRGY2WGtURXhTcGRaenZhRGh2bEk1WUR6a2V2bEhKY0wiLCJtYWMiOiIyYjM0Nzk5NDExZGJkZTAxYzYyNzQyNmE0MzZjZDgxNTczOGIxNWI1NDc2YzAyY2E5YjQ3ODBjOWI5YWQzZjk0IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IllENmIveGRaUWx0OEJoeXBGM1J0VHc9PSIsInZhbHVlIjoiL2JodUtKdzNHdXBuMXh0Q242VG10dW5ON2tVZWN2dHVQVGNpYnlUT29sbmk4MUZwZTJ5MFR0Vy9ncDBPcG84eDZJdmxUU" ] "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 => "3.15.194.249" ] "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 => "3.15.194.249" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "nDzZKmcsQimrxlGjMzfnmOUgsuYvdi3JJOLYxyhW" "satt_academy_session" => "uiC3JIUSG1KA4QQ9gumPS9IU5ITL1cRM4JfYo731" ]
          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 => "Fri, 14 Mar 2025 18:17:25 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijk4dEloeXlheVdpOW1PcnRSUWVyeHc9PSIsInZhbHVlIjoiT3NWQThOSmF2QW9menBpRndzS0t3eGpMNk9weEZyWm9WeWRnbm54WHMwaDJkNzNCcU12YWZRNGhoNktjeFAwS0tLclAxNURTYk9OelJBSnRuUUpISFkyOGxQYjQ3V09kWFJzWThmUGpTWmtmc3ViZmhGM1d2L0ZBYlRnTDVJbE8iLCJtYWMiOiJmOGYzOTVlZjU1ZWY4OWE5YmQzZGRlOWIxNGEzOWI0MDNkNjA2ZGVlYjVhZjAwNTU0NWI1M2EwODNiYzRmNzMyIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:25 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6Ijk4dEloeXlheVdpOW1PcnRSUWVyeHc9PSIsInZhbHVlIjoiT3NWQThOSmF2QW9menBpRndzS0t3eGpMNk9weEZyWm9WeWRnbm54WHMwaDJkNzNCcU12YWZRNGhoNktjeFAwS0tLclAxN" 1 => "satt_academy_session=eyJpdiI6ImtTTjM3MjA5dFVrRkNFKzlicEoydGc9PSIsInZhbHVlIjoiMzNWS3lrT2ZPb2RYU3E0OGxhNmZqYkgxUklFZ0NLcVpKd01ib2t2dmMvZk9GcHlPL2o5emZ4OFFEQXRoWUdPZmtFSU8zejVsTUVhMGtFcWJXcWxCaDIwUWxNaVVCRWg4TDRwcnE3WWVkMU12bkhpbWNvZVZOb25zOWFNMlAwK1AiLCJtYWMiOiI1MGViMjU4ODA2MjYyOGJkYzAwNWI4OTBlOTdhMmUyYTZjODhhZjk2YzYwNDU4MmM3MGQyZTIyMDM4YTg2NzM4IiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:25 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImtTTjM3MjA5dFVrRkNFKzlicEoydGc9PSIsInZhbHVlIjoiMzNWS3lrT2ZPb2RYU3E0OGxhNmZqYkgxUklFZ0NLcVpKd01ib2t2dmMvZk9GcHlPL2o5emZ4OFFEQXRoWUd" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijk4dEloeXlheVdpOW1PcnRSUWVyeHc9PSIsInZhbHVlIjoiT3NWQThOSmF2QW9menBpRndzS0t3eGpMNk9weEZyWm9WeWRnbm54WHMwaDJkNzNCcU12YWZRNGhoNktjeFAwS0tLclAxNURTYk9OelJBSnRuUUpISFkyOGxQYjQ3V09kWFJzWThmUGpTWmtmc3ViZmhGM1d2L0ZBYlRnTDVJbE8iLCJtYWMiOiJmOGYzOTVlZjU1ZWY4OWE5YmQzZGRlOWIxNGEzOWI0MDNkNjA2ZGVlYjVhZjAwNTU0NWI1M2EwODNiYzRmNzMyIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:25 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ijk4dEloeXlheVdpOW1PcnRSUWVyeHc9PSIsInZhbHVlIjoiT3NWQThOSmF2QW9menBpRndzS0t3eGpMNk9weEZyWm9WeWRnbm54WHMwaDJkNzNCcU12YWZRNGhoNktjeFAwS0tLclAxN" 1 => "satt_academy_session=eyJpdiI6ImtTTjM3MjA5dFVrRkNFKzlicEoydGc9PSIsInZhbHVlIjoiMzNWS3lrT2ZPb2RYU3E0OGxhNmZqYkgxUklFZ0NLcVpKd01ib2t2dmMvZk9GcHlPL2o5emZ4OFFEQXRoWUdPZmtFSU8zejVsTUVhMGtFcWJXcWxCaDIwUWxNaVVCRWg4TDRwcnE3WWVkMU12bkhpbWNvZVZOb25zOWFNMlAwK1AiLCJtYWMiOiI1MGViMjU4ODA2MjYyOGJkYzAwNWI4OTBlOTdhMmUyYTZjODhhZjk2YzYwNDU4MmM3MGQyZTIyMDM4YTg2NzM4IiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:25 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImtTTjM3MjA5dFVrRkNFKzlicEoydGc9PSIsInZhbHVlIjoiMzNWS3lrT2ZPb2RYU3E0OGxhNmZqYkgxUklFZ0NLcVpKd01ib2t2dmMvZk9GcHlPL2o5emZ4OFFEQXRoWUd" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "nDzZKmcsQimrxlGjMzfnmOUgsuYvdi3JJOLYxyhW" "_flash" => array:2 [ "new" => [] "old" => [] ] "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=193018%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-15 00:17:25GET/admission/single-question?ques_id=193018++++++++++++++++++++++++++++332739