‘We shall not see his like again.’ The word like is used as---.

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 Version66.56msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (37.31ms)time
    • Application (29.25ms)time
    • 1 x Booting (56.05%)
      37.31ms
      1 x Application (43.94%)
      29.25ms
      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 executed7.96ms
      • QuestionController.php#150debugerror_satt220μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '193019' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 193019
        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_satt360μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 193019
        Bindings
        • 0: 193019
        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` = '193019' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 193019
        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`, `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 (193019) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt150μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (0) and `passages`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_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_satt120μ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_satt170μ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_satt170μ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 (193019) 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 (193019)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt270μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (193019) 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_satt250μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (193019) 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_satt190μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (193019) 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_satt170μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (193019) 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_satt890μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (14971)
        Bindings
        • 0: App\Models\Question
        • 1: 14971
        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_satt2.03msselect `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 (86051, 86109, 86121, 87083, 150482, 170581, 170582, 179273, 86266, 86506, 87300, 87308, 87356, 87509, 87254, 88887, 89547, 89560, 94249, 94251, 94253, 88472, 89852, 95330, 95395, 95727, 95830, 95833, 95903, 96011, 96045, 96191, 97163, 97252, 97374, 97668, 100316, 101190, 101469, 102534, 102542, 109812, 109843, 109896, 110316, 112057, 112163, 126376, 128536, 136916, 142232, 142283, 142454, 142478, 143042, 143043, 143250, 143354, 143357, 144847, 144869, 144894, 145089, 145090, 145091, 145092, 145381, 145383, 146065, 146109, 146110, 146137, 146158, 150767, 151739, 151860, 151937, 154160, 155407, 158468, 159131, 159192, 159265, 159431, 159654, 159690, 159694, 161583, 161625, 161631, 161805, 161819, 162401, 168489, 174975, 176016, 176017, 176029, 176113, 176139, 176140, 176485, 176505, 176608, 176819, 176888, 176892, 176898, 176982, 176984, 178978, 179744, 182083, 184668, 191595, 192803, 193024, 193127, 193184, 193245, 193315, 193768, 196225, 196503, 198403, 200386, 205788, 206087, 207023, 207381, 207415, 208003, 208356, 212095, 212418, 212885, 213619, 215289, 216580, 218802, 222248, 222535, 223016, 223835, 224137, 232903, 234270, 234272, 213539, 236705, 243098, 244550, 244839, 244919, 246366, 246564, 247765, 247929, 248276, 248614, 252878, 253499, 258187, 97417, 142233, 142332, 155209, 207892, 222510, 252684, 252688, 152266, 151284, 170933, 181919, 193583, 207168, 216602, 246454, 247926, 97669, 98488, 97253, 97254, 97255, 97580, 97581, 97675, 97676, 97750, 97936, 98383, 98384, 98486, 98487, 100370, 100921, 101180, 101835, 101876, 102539, 109728, 109775, 109834, 123684, 123927, 126548, 133087, 133550, 134924, 142234, 142281, 142429, 143151, 143252, 143253, 146055, 146154, 146225, 146252, 150620, 150949, 151599, 152346, 152879, 152938, 152992, 154003, 154092, 154773, 155175, 155281, 155837, 158650, 158904, 159571, 159692, 159999, 160453, 160768, 160770, 160870, 161440, 162760, 167604, 168232, 168371, 168960, 176822, 183429, 192755, 101957, 102639, 109848, 111345, 112566, 125812, 126296, 126689, 127412, 128160, 128412, 129861, 132422, 132507, 132866, 134335, 135521, 136029, 136932, 136973, 136989, 142469, 144804, 144806, 145550, 146144, 146145, 151006, 154694, 155052, 155298, 155495, 159157, 161103, 161619, 161852, 161879, 162107, 168586, 168961, 169131, 169172, 170465, 171067, 171207, 171314, 171400, 171461, 192542, 193019, 193252, 193269, 193463, 193560, 193570, 193670, 193678, 194146, 195580, 196166, 196606, 197108, 197727, 198782, 200549, 203132, 207267, 207935, 208033, 210004, 210512, 210539, 215040, 217452, 217458, 217506, 217530, 218516, 220873, 220931, 221154, 221554, 223242, 223250, 223259, 223468, 223469, 224025, 224031, 232443, 239142, 239377, 240540, 241638, 241731, 241738, 193822, 213192, 222635, 223243) and `id` != 193019 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 86051
        • 1: 86109
        • 2: 86121
        • 3: 87083
        • 4: 150482
        • 5: 170581
        • 6: 170582
        • 7: 179273
        • 8: 86266
        • 9: 86506
        • 10: 87300
        • 11: 87308
        • 12: 87356
        • 13: 87509
        • 14: 87254
        • 15: 88887
        • 16: 89547
        • 17: 89560
        • 18: 94249
        • 19: 94251
        • 20: 94253
        • 21: 88472
        • 22: 89852
        • 23: 95330
        • 24: 95395
        • 25: 95727
        • 26: 95830
        • 27: 95833
        • 28: 95903
        • 29: 96011
        • 30: 96045
        • 31: 96191
        • 32: 97163
        • 33: 97252
        • 34: 97374
        • 35: 97668
        • 36: 100316
        • 37: 101190
        • 38: 101469
        • 39: 102534
        • 40: 102542
        • 41: 109812
        • 42: 109843
        • 43: 109896
        • 44: 110316
        • 45: 112057
        • 46: 112163
        • 47: 126376
        • 48: 128536
        • 49: 136916
        • 50: 142232
        • 51: 142283
        • 52: 142454
        • 53: 142478
        • 54: 143042
        • 55: 143043
        • 56: 143250
        • 57: 143354
        • 58: 143357
        • 59: 144847
        • 60: 144869
        • 61: 144894
        • 62: 145089
        • 63: 145090
        • 64: 145091
        • 65: 145092
        • 66: 145381
        • 67: 145383
        • 68: 146065
        • 69: 146109
        • 70: 146110
        • 71: 146137
        • 72: 146158
        • 73: 150767
        • 74: 151739
        • 75: 151860
        • 76: 151937
        • 77: 154160
        • 78: 155407
        • 79: 158468
        • 80: 159131
        • 81: 159192
        • 82: 159265
        • 83: 159431
        • 84: 159654
        • 85: 159690
        • 86: 159694
        • 87: 161583
        • 88: 161625
        • 89: 161631
        • 90: 161805
        • 91: 161819
        • 92: 162401
        • 93: 168489
        • 94: 174975
        • 95: 176016
        • 96: 176017
        • 97: 176029
        • 98: 176113
        • 99: 176139
        • 100: 176140
        • 101: 176485
        • 102: 176505
        • 103: 176608
        • 104: 176819
        • 105: 176888
        • 106: 176892
        • 107: 176898
        • 108: 176982
        • 109: 176984
        • 110: 178978
        • 111: 179744
        • 112: 182083
        • 113: 184668
        • 114: 191595
        • 115: 192803
        • 116: 193024
        • 117: 193127
        • 118: 193184
        • 119: 193245
        • 120: 193315
        • 121: 193768
        • 122: 196225
        • 123: 196503
        • 124: 198403
        • 125: 200386
        • 126: 205788
        • 127: 206087
        • 128: 207023
        • 129: 207381
        • 130: 207415
        • 131: 208003
        • 132: 208356
        • 133: 212095
        • 134: 212418
        • 135: 212885
        • 136: 213619
        • 137: 215289
        • 138: 216580
        • 139: 218802
        • 140: 222248
        • 141: 222535
        • 142: 223016
        • 143: 223835
        • 144: 224137
        • 145: 232903
        • 146: 234270
        • 147: 234272
        • 148: 213539
        • 149: 236705
        • 150: 243098
        • 151: 244550
        • 152: 244839
        • 153: 244919
        • 154: 246366
        • 155: 246564
        • 156: 247765
        • 157: 247929
        • 158: 248276
        • 159: 248614
        • 160: 252878
        • 161: 253499
        • 162: 258187
        • 163: 97417
        • 164: 142233
        • 165: 142332
        • 166: 155209
        • 167: 207892
        • 168: 222510
        • 169: 252684
        • 170: 252688
        • 171: 152266
        • 172: 151284
        • 173: 170933
        • 174: 181919
        • 175: 193583
        • 176: 207168
        • 177: 216602
        • 178: 246454
        • 179: 247926
        • 180: 97669
        • 181: 98488
        • 182: 97253
        • 183: 97254
        • 184: 97255
        • 185: 97580
        • 186: 97581
        • 187: 97675
        • 188: 97676
        • 189: 97750
        • 190: 97936
        • 191: 98383
        • 192: 98384
        • 193: 98486
        • 194: 98487
        • 195: 100370
        • 196: 100921
        • 197: 101180
        • 198: 101835
        • 199: 101876
        • 200: 102539
        • 201: 109728
        • 202: 109775
        • 203: 109834
        • 204: 123684
        • 205: 123927
        • 206: 126548
        • 207: 133087
        • 208: 133550
        • 209: 134924
        • 210: 142234
        • 211: 142281
        • 212: 142429
        • 213: 143151
        • 214: 143252
        • 215: 143253
        • 216: 146055
        • 217: 146154
        • 218: 146225
        • 219: 146252
        • 220: 150620
        • 221: 150949
        • 222: 151599
        • 223: 152346
        • 224: 152879
        • 225: 152938
        • 226: 152992
        • 227: 154003
        • 228: 154092
        • 229: 154773
        • 230: 155175
        • 231: 155281
        • 232: 155837
        • 233: 158650
        • 234: 158904
        • 235: 159571
        • 236: 159692
        • 237: 159999
        • 238: 160453
        • 239: 160768
        • 240: 160770
        • 241: 160870
        • 242: 161440
        • 243: 162760
        • 244: 167604
        • 245: 168232
        • 246: 168371
        • 247: 168960
        • 248: 176822
        • 249: 183429
        • 250: 192755
        • 251: 101957
        • 252: 102639
        • 253: 109848
        • 254: 111345
        • 255: 112566
        • 256: 125812
        • 257: 126296
        • 258: 126689
        • 259: 127412
        • 260: 128160
        • 261: 128412
        • 262: 129861
        • 263: 132422
        • 264: 132507
        • 265: 132866
        • 266: 134335
        • 267: 135521
        • 268: 136029
        • 269: 136932
        • 270: 136973
        • 271: 136989
        • 272: 142469
        • 273: 144804
        • 274: 144806
        • 275: 145550
        • 276: 146144
        • 277: 146145
        • 278: 151006
        • 279: 154694
        • 280: 155052
        • 281: 155298
        • 282: 155495
        • 283: 159157
        • 284: 161103
        • 285: 161619
        • 286: 161852
        • 287: 161879
        • 288: 162107
        • 289: 168586
        • 290: 168961
        • 291: 169131
        • 292: 169172
        • 293: 170465
        • 294: 171067
        • 295: 171207
        • 296: 171314
        • 297: 171400
        • 298: 171461
        • 299: 192542
        • 300: 193019
        • 301: 193252
        • 302: 193269
        • 303: 193463
        • 304: 193560
        • 305: 193570
        • 306: 193670
        • 307: 193678
        • 308: 194146
        • 309: 195580
        • 310: 196166
        • 311: 196606
        • 312: 197108
        • 313: 197727
        • 314: 198782
        • 315: 200549
        • 316: 203132
        • 317: 207267
        • 318: 207935
        • 319: 208033
        • 320: 210004
        • 321: 210512
        • 322: 210539
        • 323: 215040
        • 324: 217452
        • 325: 217458
        • 326: 217506
        • 327: 217530
        • 328: 218516
        • 329: 220873
        • 330: 220931
        • 331: 221154
        • 332: 221554
        • 333: 223242
        • 334: 223250
        • 335: 223259
        • 336: 223468
        • 337: 223469
        • 338: 224025
        • 339: 224031
        • 340: 232443
        • 341: 239142
        • 342: 239377
        • 343: 240540
        • 344: 241638
        • 345: 241731
        • 346: 241738
        • 347: 193822
        • 348: 213192
        • 349: 222635
        • 350: 223243
        • 351: 193019
        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_satt260μsselect * from `question_options` where `question_options`.`question_id` in (248614, 252684, 252688, 252878, 253499, 258187) 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_satt110μ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_satt160μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5344, 5415, 5439, 5442, 5499) 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_satt230μsselect `id`, `name` from `categories` where `categories`.`id` in (97, 163) and `categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_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 (248614, 252684, 252688, 252878, 253499, 258187) 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_satt180μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (248614, 252684, 252688, 252878, 253499, 258187)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (248614, 252684, 252688, 252878, 253499, 258187) 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_satt110μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (248614, 252684, 252688, 252878, 253499, 258187) 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_satt100μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (248614, 252684, 252688, 252878, 253499, 258187) 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_satt190μ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_satt250μ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=193019%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" => "193019" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjNrdW1mMW1McXJUTVpqSmhvUUxNeGc9PSIsInZhbHVlIjoic1Zna1lpNGRCSDFVWVhwaURLcWlyWlAvRXJIdjZTNlR0N28rNDduYkhGbUc4M24xZkRVcXdmOGp2M2N3enJoUGhITS9rOHJGalE3RTBuSFJIMWFmSVNjYWJtR0NaSjA3U1BsdzhKSGRtaVlob2VOeDV3bm1HQXV4U1BnTlliRTciLCJtYWMiOiJmN2Q1YmYzY2ZjN2I0M2FlYzBhZmQxMmFkYzA5YzFiNGI2ZDRkNmNmMDdhNTU2MmE0YTc5ODVlOGZjY2NjOWQxIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6ImU0SmVzbi9JdngxeHhCczEyS1AwTVE9PSIsInZhbHVlIjoiaENCbEE5QXVZMFVOT2NLSVlyTC9zSUM5VW9vOHlGZVJNTStRSFRoK2piVHQ1WHE1RnBoS3hRL1ZnUGVuU0RCaDFWamhmak5zU2VFSFg1VkRxYUlzNHdOUnBPU0kySTZVUDc4WlE1Nm1TWTVmcnlZMkI0a2RXVXNkblNhM255ZmoiLCJtYWMiOiI1NDhjYWVhNmMxZmViOWIwNTA2OTRmOTNmMmQ1MTA0MzYxMWNhZTQ1OTIyY2I1MjRkZTNmNjMzZWYyNGU0YjUwIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjNrdW1mMW1McXJUTVpqSmhvUUxNeGc9PSIsInZhbHVlIjoic1Zna1lpNGRCSDFVWVhwaURLcWlyWlAvRXJIdjZTNlR0N28rNDduYkhGbUc4M24xZkRVcXdmOGp2M2N3enJoUGhITS9rO" ] "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:21 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "27" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJVaFVxR1dIYmRrSzZoaE1IUU5tNWc9PSIsInZhbHVlIjoieDVUd0p5U1prV0cvOE1oNnhEOFJHQkdXNHIrZ2dQeDRQeU9BRmxseXpHRkFIeEtWYkZQQTlvcW92MWJwbWkzdGRJNlhjNGdSYnoxdzV3SUpOdmZVNE9sRlE2d1Y4K0hOa0hLMEs0UWVOV05rTmdQVEt3c0J0UGZqTVF4Q3QycEEiLCJtYWMiOiI0ZmI5YjU0NTFiM2RhMTlkOWVhN2RiY2YxNWIzZTA3Zjc1NzUyNTQxN2QyZmEyZDBiMzI3YTEwYTVhNjAxYTQ1IiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:21 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IlJVaFVxR1dIYmRrSzZoaE1IUU5tNWc9PSIsInZhbHVlIjoieDVUd0p5U1prV0cvOE1oNnhEOFJHQkdXNHIrZ2dQeDRQeU9BRmxseXpHRkFIeEtWYkZQQTlvcW92MWJwbWkzdGRJNlhjN" 1 => "satt_academy_session=eyJpdiI6ImtXWUl2bml4U09BaHJON09RUXVtV2c9PSIsInZhbHVlIjoidWlkOFNOYmVPejVSQ3lHQ09tUFAwaHdVRlJzNEhCWGFSL2pMKzhyR0Jqa1BnZWZEK1Y0RmNhZHdiaDV4ejRiSmZKd2J5RG5FQ0ZkazB3aG93dW5MdTYreTYyZlFodFQxRHRWdjVWN1AxYXphTnpiUWp0ZlF3UmR1NGNtQkNDWUwiLCJtYWMiOiIzYzNlNGZlY2Q3YWI2MjdhOTljNzI2NDlmZmExY2VjZDk1MjU5ZGNmMGFiZGE1NTA2Zjc1ODgwNzZkOWNkZDhiIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:21 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImtXWUl2bml4U09BaHJON09RUXVtV2c9PSIsInZhbHVlIjoidWlkOFNOYmVPejVSQ3lHQ09tUFAwaHdVRlJzNEhCWGFSL2pMKzhyR0Jqa1BnZWZEK1Y0RmNhZHdiaDV4ejR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJVaFVxR1dIYmRrSzZoaE1IUU5tNWc9PSIsInZhbHVlIjoieDVUd0p5U1prV0cvOE1oNnhEOFJHQkdXNHIrZ2dQeDRQeU9BRmxseXpHRkFIeEtWYkZQQTlvcW92MWJwbWkzdGRJNlhjNGdSYnoxdzV3SUpOdmZVNE9sRlE2d1Y4K0hOa0hLMEs0UWVOV05rTmdQVEt3c0J0UGZqTVF4Q3QycEEiLCJtYWMiOiI0ZmI5YjU0NTFiM2RhMTlkOWVhN2RiY2YxNWIzZTA3Zjc1NzUyNTQxN2QyZmEyZDBiMzI3YTEwYTVhNjAxYTQ1IiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:21 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlJVaFVxR1dIYmRrSzZoaE1IUU5tNWc9PSIsInZhbHVlIjoieDVUd0p5U1prV0cvOE1oNnhEOFJHQkdXNHIrZ2dQeDRQeU9BRmxseXpHRkFIeEtWYkZQQTlvcW92MWJwbWkzdGRJNlhjN" 1 => "satt_academy_session=eyJpdiI6ImtXWUl2bml4U09BaHJON09RUXVtV2c9PSIsInZhbHVlIjoidWlkOFNOYmVPejVSQ3lHQ09tUFAwaHdVRlJzNEhCWGFSL2pMKzhyR0Jqa1BnZWZEK1Y0RmNhZHdiaDV4ejRiSmZKd2J5RG5FQ0ZkazB3aG93dW5MdTYreTYyZlFodFQxRHRWdjVWN1AxYXphTnpiUWp0ZlF3UmR1NGNtQkNDWUwiLCJtYWMiOiIzYzNlNGZlY2Q3YWI2MjdhOTljNzI2NDlmZmExY2VjZDk1MjU5ZGNmMGFiZGE1NTA2Zjc1ODgwNzZkOWNkZDhiIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:21 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImtXWUl2bml4U09BaHJON09RUXVtV2c9PSIsInZhbHVlIjoidWlkOFNOYmVPejVSQ3lHQ09tUFAwaHdVRlJzNEhCWGFSL2pMKzhyR0Jqa1BnZWZEK1Y0RmNhZHdiaDV4ejR" ] ]
          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=193019%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:21GET/admission/single-question?ques_id=193019++++++++++++++++++++++++++++332839