This paper---- twice weekly. Fill in the gap using right form of verb.

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 Version57.49msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (29.74ms)time
    • Application (27.74ms)time
    • 1 x Booting (51.73%)
      29.74ms
      1 x Application (48.26%)
      27.74ms
      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
      28 statements were executed5.97ms
      • QuestionController.php#150debugerror_satt190μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '193012' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 193012
        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_satt470μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 193012
        Bindings
        • 0: 193012
        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_satt230μ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` = '193012' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 193012
        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 (193012) 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_satt140μ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 (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_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_satt150μ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_satt140μ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_satt220μ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 (193012) 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_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (193012)
        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 (193012) 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_satt100μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (193012) 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_satt80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (193012) 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 (193012) 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_satt680μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (14999)
        Bindings
        • 0: App\Models\Question
        • 1: 14999
        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_satt1.35msselect `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 (85779, 85853, 86114, 86182, 86290, 86318, 86528, 86529, 86562, 86657, 86728, 86851, 87014, 87197, 87198, 87206, 87207, 87208, 87211, 87212, 87213, 87319, 87483, 87928, 88228, 88389, 88554, 88667, 88731, 88899, 89153, 89363, 89366, 89379, 89554, 89665, 94261, 95883, 97148, 97258, 97502, 100134, 100150, 100152, 100297, 100363, 100924, 101422, 101967, 102012, 102018, 102765, 106541, 107309, 107629, 107822, 107898, 108677, 108679, 109522, 109811, 109847, 109855, 109886, 109892, 109898, 109903, 109905, 109924, 110133, 111595, 120687, 120865, 120959, 120961, 121035, 121189, 121194, 122077, 124308, 124755, 124770, 124801, 124813, 124869, 124986, 125016, 125804, 125982, 126019, 126814, 127228, 127823, 129744, 129937, 132796, 133589, 134449, 134878, 135140, 135316, 135320, 135321, 135418, 135648, 136613, 136702, 142107, 142285, 142430, 142441, 142476, 142527, 142997, 143045, 143254, 143345, 144117, 144749, 144897, 145096, 145097, 145442, 145551, 145623, 146084, 146085, 146217, 146253, 150406, 150407, 150699, 151276, 151293, 151483, 151536, 151677, 151755, 151799, 151854, 151858, 151924, 151935, 152000, 152189, 152190, 152274, 152354, 152425, 152426, 152639, 152650, 152748, 152999, 153032, 153081, 153084, 153370, 153603, 153675, 153748, 153828, 154011, 154100, 154299, 154663, 154697, 155177, 155181, 155191, 155201, 155295, 155489, 158459, 158647, 159136, 159137, 159155, 159156, 159160, 159161, 159177, 159184, 159185, 159186, 159257, 159268, 159283, 159311, 159312, 159350, 159653, 159689, 159968, 160058, 160061, 160140, 160294, 160304, 160643, 160886, 161343, 161578, 161580, 161612, 161615, 161628, 161810, 162192, 166780, 166817, 167586, 168488, 168698, 168959, 168979, 168987, 169887, 170172, 170675, 170680, 170721, 170849, 170937, 171208, 171297, 171301, 174842, 174961, 175692, 177342, 177501, 177976, 178218, 178498, 179752, 182249, 182411, 184926, 185046, 191295, 191912, 192757, 192943, 193012, 193025, 193027, 193041, 193100, 193116, 193119, 193253, 193561, 194046, 195306, 195307, 195308, 195309, 195310, 195560, 195592, 196081, 196178, 196302, 196337, 196492, 196674, 196710, 196713, 196721, 196835, 197105, 197241, 197814, 198208, 198209, 198210, 198232, 198412, 198413, 198414, 198588, 198679, 198680, 199461, 199512, 199526, 199758, 199778, 199881, 199983, 200190, 200192, 200204, 200208, 200293, 200302, 200467, 200622, 200628, 200641, 201560, 202008, 202144, 202197, 202254, 202512, 202589, 202624, 203377, 203498, 204468, 204469, 204470, 205552, 206541, 206542, 206678, 207412, 207998, 208007, 208016, 208344, 208371, 210348, 210516, 211919, 212096, 212099, 212110, 212114, 212897, 213439, 213632, 215507, 215508, 216286, 216571, 216577, 216607, 216702, 216707, 217121, 217133, 217203, 217376, 217381, 217473, 217489, 217501, 217516, 217754, 218512, 219274, 219385, 219768, 219778, 220303, 220457, 220498, 220511, 220872, 220936, 220977, 220978, 220979, 221427, 221557, 222240, 222338, 222368, 222430, 222431, 222439, 222519, 222528, 222620, 222639, 222645, 222716, 222736, 222904, 222915, 223249, 223340, 223403, 223679, 223838, 224133, 224136, 231362, 231443, 231504, 231583, 231599, 231649, 232227, 232232, 232898, 233048, 233149, 233246, 234449, 234895, 235293, 235299, 235303, 235442, 235578, 236317, 236321, 236322, 236469, 237054, 237082, 240911, 241318, 242144, 243104, 244553, 244557, 244562, 244619, 245770, 246375, 246560, 246589, 246851, 246946, 247014, 247122, 247184, 247197, 247680, 248064, 248158, 248209, 248357, 249204, 249263, 252073, 252496, 252500, 252537, 253028, 253102, 253114, 253462, 253491, 253808, 253886, 255309, 255320, 254063, 244620, 85785, 85960) and `id` != 193012 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 85779
        • 1: 85853
        • 2: 86114
        • 3: 86182
        • 4: 86290
        • 5: 86318
        • 6: 86528
        • 7: 86529
        • 8: 86562
        • 9: 86657
        • 10: 86728
        • 11: 86851
        • 12: 87014
        • 13: 87197
        • 14: 87198
        • 15: 87206
        • 16: 87207
        • 17: 87208
        • 18: 87211
        • 19: 87212
        • 20: 87213
        • 21: 87319
        • 22: 87483
        • 23: 87928
        • 24: 88228
        • 25: 88389
        • 26: 88554
        • 27: 88667
        • 28: 88731
        • 29: 88899
        • 30: 89153
        • 31: 89363
        • 32: 89366
        • 33: 89379
        • 34: 89554
        • 35: 89665
        • 36: 94261
        • 37: 95883
        • 38: 97148
        • 39: 97258
        • 40: 97502
        • 41: 100134
        • 42: 100150
        • 43: 100152
        • 44: 100297
        • 45: 100363
        • 46: 100924
        • 47: 101422
        • 48: 101967
        • 49: 102012
        • 50: 102018
        • 51: 102765
        • 52: 106541
        • 53: 107309
        • 54: 107629
        • 55: 107822
        • 56: 107898
        • 57: 108677
        • 58: 108679
        • 59: 109522
        • 60: 109811
        • 61: 109847
        • 62: 109855
        • 63: 109886
        • 64: 109892
        • 65: 109898
        • 66: 109903
        • 67: 109905
        • 68: 109924
        • 69: 110133
        • 70: 111595
        • 71: 120687
        • 72: 120865
        • 73: 120959
        • 74: 120961
        • 75: 121035
        • 76: 121189
        • 77: 121194
        • 78: 122077
        • 79: 124308
        • 80: 124755
        • 81: 124770
        • 82: 124801
        • 83: 124813
        • 84: 124869
        • 85: 124986
        • 86: 125016
        • 87: 125804
        • 88: 125982
        • 89: 126019
        • 90: 126814
        • 91: 127228
        • 92: 127823
        • 93: 129744
        • 94: 129937
        • 95: 132796
        • 96: 133589
        • 97: 134449
        • 98: 134878
        • 99: 135140
        • 100: 135316
        • 101: 135320
        • 102: 135321
        • 103: 135418
        • 104: 135648
        • 105: 136613
        • 106: 136702
        • 107: 142107
        • 108: 142285
        • 109: 142430
        • 110: 142441
        • 111: 142476
        • 112: 142527
        • 113: 142997
        • 114: 143045
        • 115: 143254
        • 116: 143345
        • 117: 144117
        • 118: 144749
        • 119: 144897
        • 120: 145096
        • 121: 145097
        • 122: 145442
        • 123: 145551
        • 124: 145623
        • 125: 146084
        • 126: 146085
        • 127: 146217
        • 128: 146253
        • 129: 150406
        • 130: 150407
        • 131: 150699
        • 132: 151276
        • 133: 151293
        • 134: 151483
        • 135: 151536
        • 136: 151677
        • 137: 151755
        • 138: 151799
        • 139: 151854
        • 140: 151858
        • 141: 151924
        • 142: 151935
        • 143: 152000
        • 144: 152189
        • 145: 152190
        • 146: 152274
        • 147: 152354
        • 148: 152425
        • 149: 152426
        • 150: 152639
        • 151: 152650
        • 152: 152748
        • 153: 152999
        • 154: 153032
        • 155: 153081
        • 156: 153084
        • 157: 153370
        • 158: 153603
        • 159: 153675
        • 160: 153748
        • 161: 153828
        • 162: 154011
        • 163: 154100
        • 164: 154299
        • 165: 154663
        • 166: 154697
        • 167: 155177
        • 168: 155181
        • 169: 155191
        • 170: 155201
        • 171: 155295
        • 172: 155489
        • 173: 158459
        • 174: 158647
        • 175: 159136
        • 176: 159137
        • 177: 159155
        • 178: 159156
        • 179: 159160
        • 180: 159161
        • 181: 159177
        • 182: 159184
        • 183: 159185
        • 184: 159186
        • 185: 159257
        • 186: 159268
        • 187: 159283
        • 188: 159311
        • 189: 159312
        • 190: 159350
        • 191: 159653
        • 192: 159689
        • 193: 159968
        • 194: 160058
        • 195: 160061
        • 196: 160140
        • 197: 160294
        • 198: 160304
        • 199: 160643
        • 200: 160886
        • 201: 161343
        • 202: 161578
        • 203: 161580
        • 204: 161612
        • 205: 161615
        • 206: 161628
        • 207: 161810
        • 208: 162192
        • 209: 166780
        • 210: 166817
        • 211: 167586
        • 212: 168488
        • 213: 168698
        • 214: 168959
        • 215: 168979
        • 216: 168987
        • 217: 169887
        • 218: 170172
        • 219: 170675
        • 220: 170680
        • 221: 170721
        • 222: 170849
        • 223: 170937
        • 224: 171208
        • 225: 171297
        • 226: 171301
        • 227: 174842
        • 228: 174961
        • 229: 175692
        • 230: 177342
        • 231: 177501
        • 232: 177976
        • 233: 178218
        • 234: 178498
        • 235: 179752
        • 236: 182249
        • 237: 182411
        • 238: 184926
        • 239: 185046
        • 240: 191295
        • 241: 191912
        • 242: 192757
        • 243: 192943
        • 244: 193012
        • 245: 193025
        • 246: 193027
        • 247: 193041
        • 248: 193100
        • 249: 193116
        • 250: 193119
        • 251: 193253
        • 252: 193561
        • 253: 194046
        • 254: 195306
        • 255: 195307
        • 256: 195308
        • 257: 195309
        • 258: 195310
        • 259: 195560
        • 260: 195592
        • 261: 196081
        • 262: 196178
        • 263: 196302
        • 264: 196337
        • 265: 196492
        • 266: 196674
        • 267: 196710
        • 268: 196713
        • 269: 196721
        • 270: 196835
        • 271: 197105
        • 272: 197241
        • 273: 197814
        • 274: 198208
        • 275: 198209
        • 276: 198210
        • 277: 198232
        • 278: 198412
        • 279: 198413
        • 280: 198414
        • 281: 198588
        • 282: 198679
        • 283: 198680
        • 284: 199461
        • 285: 199512
        • 286: 199526
        • 287: 199758
        • 288: 199778
        • 289: 199881
        • 290: 199983
        • 291: 200190
        • 292: 200192
        • 293: 200204
        • 294: 200208
        • 295: 200293
        • 296: 200302
        • 297: 200467
        • 298: 200622
        • 299: 200628
        • 300: 200641
        • 301: 201560
        • 302: 202008
        • 303: 202144
        • 304: 202197
        • 305: 202254
        • 306: 202512
        • 307: 202589
        • 308: 202624
        • 309: 203377
        • 310: 203498
        • 311: 204468
        • 312: 204469
        • 313: 204470
        • 314: 205552
        • 315: 206541
        • 316: 206542
        • 317: 206678
        • 318: 207412
        • 319: 207998
        • 320: 208007
        • 321: 208016
        • 322: 208344
        • 323: 208371
        • 324: 210348
        • 325: 210516
        • 326: 211919
        • 327: 212096
        • 328: 212099
        • 329: 212110
        • 330: 212114
        • 331: 212897
        • 332: 213439
        • 333: 213632
        • 334: 215507
        • 335: 215508
        • 336: 216286
        • 337: 216571
        • 338: 216577
        • 339: 216607
        • 340: 216702
        • 341: 216707
        • 342: 217121
        • 343: 217133
        • 344: 217203
        • 345: 217376
        • 346: 217381
        • 347: 217473
        • 348: 217489
        • 349: 217501
        • 350: 217516
        • 351: 217754
        • 352: 218512
        • 353: 219274
        • 354: 219385
        • 355: 219768
        • 356: 219778
        • 357: 220303
        • 358: 220457
        • 359: 220498
        • 360: 220511
        • 361: 220872
        • 362: 220936
        • 363: 220977
        • 364: 220978
        • 365: 220979
        • 366: 221427
        • 367: 221557
        • 368: 222240
        • 369: 222338
        • 370: 222368
        • 371: 222430
        • 372: 222431
        • 373: 222439
        • 374: 222519
        • 375: 222528
        • 376: 222620
        • 377: 222639
        • 378: 222645
        • 379: 222716
        • 380: 222736
        • 381: 222904
        • 382: 222915
        • 383: 223249
        • 384: 223340
        • 385: 223403
        • 386: 223679
        • 387: 223838
        • 388: 224133
        • 389: 224136
        • 390: 231362
        • 391: 231443
        • 392: 231504
        • 393: 231583
        • 394: 231599
        • 395: 231649
        • 396: 232227
        • 397: 232232
        • 398: 232898
        • 399: 233048
        • 400: 233149
        • 401: 233246
        • 402: 234449
        • 403: 234895
        • 404: 235293
        • 405: 235299
        • 406: 235303
        • 407: 235442
        • 408: 235578
        • 409: 236317
        • 410: 236321
        • 411: 236322
        • 412: 236469
        • 413: 237054
        • 414: 237082
        • 415: 240911
        • 416: 241318
        • 417: 242144
        • 418: 243104
        • 419: 244553
        • 420: 244557
        • 421: 244562
        • 422: 244619
        • 423: 245770
        • 424: 246375
        • 425: 246560
        • 426: 246589
        • 427: 246851
        • 428: 246946
        • 429: 247014
        • 430: 247122
        • 431: 247184
        • 432: 247197
        • 433: 247680
        • 434: 248064
        • 435: 248158
        • 436: 248209
        • 437: 248357
        • 438: 249204
        • 439: 249263
        • 440: 252073
        • 441: 252496
        • 442: 252500
        • 443: 252537
        • 444: 253028
        • 445: 253102
        • 446: 253114
        • 447: 253462
        • 448: 253491
        • 449: 253808
        • 450: 253886
        • 451: 255309
        • 452: 255320
        • 453: 254063
        • 454: 244620
        • 455: 85785
        • 456: 85960
        • 457: 193012
        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_satt180μsselect * from `question_options` where `question_options`.`question_id` in (253491, 253808, 253886, 254063, 255309, 255320) 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_satt100μ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_satt120μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5424, 5442, 5454, 5463) 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 (122, 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_satt200μ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 (253491, 253808, 253886, 254063, 255309, 255320) 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_satt120μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (253491, 253808, 253886, 254063, 255309, 255320)
        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_satt80μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (253491, 253808, 253886, 254063, 255309, 255320) 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_satt80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (253491, 253808, 253886, 254063, 255309, 255320) 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_satt80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (253491, 253808, 253886, 254063, 255309, 255320) 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_satt130μ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_satt130μ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
      5SubCategory.php#?
      App\Models\Category
      4Category.php#?
      App\Models\PackagePlan
      4PackagePlan.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=193012%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" => "193012" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjdGUnowbmF3TUxuM1p3cDVkMXlVWEE9PSIsInZhbHVlIjoiR0QzV3ZOc3V5eTl5dXFENVNVOXNXdlZCek1UMk8vSEtoQ3N4U0J6c3FQc1hlNlQwMW84QU5Hdk5VamFEYWM4dThSdzRRUmdLZzU1a3ZhL2s3a2MycmpwTFNhZVZ6bUhQNS9HQlRQYmFWY2xSV3c3RjVCSHBuTWtMOFBiN2dGcnciLCJtYWMiOiI0NjAzM2ZmYTVmNmI0YWVjYzRhNWRiZDQ5MWQ2NTRmNGU0YmY3OTQ5ZjNmNGI1OTU1YzU1MjA4MTA3OTI5MzgwIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6Im5jeXNKMFJVZ3dnVENxOWp2a2VVRHc9PSIsInZhbHVlIjoiczA0SUJlSnRvaGJZUGd5QlM1WkJoWkZ2N0w5NiswNldrQlRMcHJ4NittQzdDSS9oRHpsYWtGeHpDRVVYL3hRY2JsWU9nc2luc0NlaDQ0VFRCTW1BV053L1czL3JSS0x6RVMvQWpDUWt5bFBpM1d0czlhWlUwajFUZ1J6Y0lRMksiLCJtYWMiOiJlZDkwZDFkYTYxMDdhZTczYTY5YWNmNjE4MjliZjJlZWVlZDAzOTQ3MTEzMWExYjQ0MDZmMDQwZjIxMjc2N2Q3IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjdGUnowbmF3TUxuM1p3cDVkMXlVWEE9PSIsInZhbHVlIjoiR0QzV3ZOc3V5eTl5dXFENVNVOXNXdlZCek1UMk8vSEtoQ3N4U0J6c3FQc1hlNlQwMW84QU5Hdk5VamFEYWM4dThSdzRRU" ] "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:27 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "2" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJYNmtTcWwyOEp4Zm9uSmtkb3JrMHc9PSIsInZhbHVlIjoiWVo1YStRL0IxNXNuTUJQZEF2R3pmUEZjQjg4bkUxOUhHa08zRlh5MGFUaU1KcDN6a1NQc0ZPckd1d0FTMDdKcmRLRVQvdk9xVzJ4VlpEbFBXY0RnK0w1RHB2UVluWVVsRXBZdWdQQUNJQUE2OW5BSWdLdExHdnhUY0lCY25HTkYiLCJtYWMiOiIyYjQ1YzkyN2Y0MjRlMjEyZGI5ODZmNWE4M2E0OTc0YTgzN2ZiZjkwYjYxMzU0YjA1ZDljMzZjN2QyZTVhZmRkIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:27 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImJYNmtTcWwyOEp4Zm9uSmtkb3JrMHc9PSIsInZhbHVlIjoiWVo1YStRL0IxNXNuTUJQZEF2R3pmUEZjQjg4bkUxOUhHa08zRlh5MGFUaU1KcDN6a1NQc0ZPckd1d0FTMDdKcmRLRVQvd" 1 => "satt_academy_session=eyJpdiI6Iko4bXpOQklROEdVUkkyZUwrKzBrQ0E9PSIsInZhbHVlIjoicHFIZmJJeGM0TFFRODZPSVM2MU9BalI3aDJ5bmlURG9hY1hkMDdjMGhwQU1nbHRKV05BOU54Nm83TkdhZTVVY2xiUHF2UU9mdnlYSnMzZzFuNGRGb1FoWjJ1eG55TlBrbk4xS29KOUJwQ0x3K05WMEx2Y3QxdmtZQ1BadWkwTkUiLCJtYWMiOiI1MmU2ZTQ0ZGQ4MzEwNWQ4NzNmMzNiZjJjMmQ1NDRmMjkyM2Y2N2NmMmNiZDQxODJjODAyNTJlZjNkOTllOWViIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:27 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6Iko4bXpOQklROEdVUkkyZUwrKzBrQ0E9PSIsInZhbHVlIjoicHFIZmJJeGM0TFFRODZPSVM2MU9BalI3aDJ5bmlURG9hY1hkMDdjMGhwQU1nbHRKV05BOU54Nm83TkdhZTV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJYNmtTcWwyOEp4Zm9uSmtkb3JrMHc9PSIsInZhbHVlIjoiWVo1YStRL0IxNXNuTUJQZEF2R3pmUEZjQjg4bkUxOUhHa08zRlh5MGFUaU1KcDN6a1NQc0ZPckd1d0FTMDdKcmRLRVQvdk9xVzJ4VlpEbFBXY0RnK0w1RHB2UVluWVVsRXBZdWdQQUNJQUE2OW5BSWdLdExHdnhUY0lCY25HTkYiLCJtYWMiOiIyYjQ1YzkyN2Y0MjRlMjEyZGI5ODZmNWE4M2E0OTc0YTgzN2ZiZjkwYjYxMzU0YjA1ZDljMzZjN2QyZTVhZmRkIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:27 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImJYNmtTcWwyOEp4Zm9uSmtkb3JrMHc9PSIsInZhbHVlIjoiWVo1YStRL0IxNXNuTUJQZEF2R3pmUEZjQjg4bkUxOUhHa08zRlh5MGFUaU1KcDN6a1NQc0ZPckd1d0FTMDdKcmRLRVQvd" 1 => "satt_academy_session=eyJpdiI6Iko4bXpOQklROEdVUkkyZUwrKzBrQ0E9PSIsInZhbHVlIjoicHFIZmJJeGM0TFFRODZPSVM2MU9BalI3aDJ5bmlURG9hY1hkMDdjMGhwQU1nbHRKV05BOU54Nm83TkdhZTVVY2xiUHF2UU9mdnlYSnMzZzFuNGRGb1FoWjJ1eG55TlBrbk4xS29KOUJwQ0x3K05WMEx2Y3QxdmtZQ1BadWkwTkUiLCJtYWMiOiI1MmU2ZTQ0ZGQ4MzEwNWQ4NzNmMzNiZjJjMmQ1NDRmMjkyM2Y2N2NmMmNiZDQxODJjODAyNTJlZjNkOTllOWViIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:27 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6Iko4bXpOQklROEdVUkkyZUwrKzBrQ0E9PSIsInZhbHVlIjoicHFIZmJJeGM0TFFRODZPSVM2MU9BalI3aDJ5bmlURG9hY1hkMDdjMGhwQU1nbHRKV05BOU54Nm83TkdhZTV" ] ]
          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=193012%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:27GET/admission/single-question?ques_id=193012++++++++++++++++++++++++++++332839