Processing math: 0%

Your green  will ruin you one day. The correct meaning of the underlined phrase is---.

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 Version61.36msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (30.94ms)time
    • Application (30.41ms)time
    • 1 x Booting (50.43%)
      30.94ms
      1 x Application (49.56%)
      30.41ms
      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 executed6.74ms
      • QuestionController.php#150debugerror_satt340μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '193016' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 193016
        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_satt450μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 193016
        Bindings
        • 0: 193016
        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_satt250μ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` = '193016' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 193016
        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`, `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 (193016) 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_satt160μ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_satt110μ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_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_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_satt250μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (193016) 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_satt160μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (193016)
        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 * from `descriptions` where `descriptions`.`descriptionable_id` in (193016) 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_satt160μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (193016) 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_satt150μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (193016) 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_satt130μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (193016) 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_satt580μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (15111)
        Bindings
        • 0: App\Models\Question
        • 1: 15111
        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.55msselect `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 (135953, 151285, 152079, 181453, 195549, 197020, 202969, 203073, 207896, 210759, 211755, 214846, 214847, 214848, 223501, 223502, 248160, 85787, 86190, 86663, 86734, 86914, 88378, 88462, 88673, 88734, 89308, 89370, 89562, 95250, 97359, 97360, 97361, 97395, 98256, 100087, 100130, 100208, 100224, 100235, 101064, 101069, 101076, 101728, 104506, 105114, 105237, 105474, 106943, 106955, 107750, 107758, 108251, 108335, 108953, 109104, 109761, 111420, 111497, 111945, 112339, 112438, 120965, 120979, 121028, 123818, 123967, 124035, 124242, 124370, 124396, 124405, 124411, 124503, 124999, 125024, 126420, 126460, 127635, 129858, 129882, 130407, 132416, 132540, 132758, 132772, 132980, 134256, 134465, 134472, 134877, 134881, 134913, 135884, 135960, 135964, 136028, 136162, 136907, 136921, 136982, 137085, 137177, 137274, 142475, 144736, 146087, 150258, 150451, 150569, 151115, 151336, 151487, 151671, 151754, 151807, 151919, 151999, 153359, 154156, 155048, 155178, 155271, 155305, 155841, 159132, 159134, 159144, 159171, 159256, 159316, 159986, 160059, 160788, 160792, 161436, 161595, 161626, 162147, 162232, 162750, 166666, 166736, 166781, 166863, 167707, 168118, 168860, 168973, 168981, 170678, 171209, 171341, 171407, 171420, 171428, 171452, 174838, 174921, 176068, 178328, 179861, 179862, 180097, 180265, 180425, 180556, 180559, 180711, 180775, 181340, 181585, 181721, 181722, 182144, 185110, 185210, 191257, 191379, 191981, 192459, 192540, 192933, 193016, 193030, 193039, 193131, 193448, 195533, 195632, 195633, 196054, 196105, 196526, 196543, 196544, 196958, 196959, 196962, 197688, 198228, 198401, 198509, 198681, 198683, 198776, 200082, 200083, 200084, 200086, 200287, 200297, 200397, 200398, 200399, 200404, 200557, 200558, 200633, 201855, 201981, 202118, 202320, 202324, 202337, 202344, 203418, 204640, 206536, 206537, 206538, 206670, 207429, 207986, 207993, 208002, 208012, 208018, 208034, 208362, 210353, 212031, 212032, 212033, 212039, 212059, 212106, 213307, 213318, 213764, 213765, 213766, 213767, 213768, 213844, 213845, 213846, 213847, 213848, 213924, 213925, 213926, 213927, 213928, 213929, 213930, 213931, 213932, 213933, 214767, 214768, 214769, 214855, 215381, 215383, 215385, 215386, 215390, 215393, 215400, 215429, 215432, 215511, 215639, 216296, 217113, 217468, 218786, 218797, 218801, 219391, 220929, 221407, 221408, 221409, 221410, 221411, 221412, 221413, 221414, 221416, 221439, 221441, 221781, 222030, 222231, 222241, 222295, 222298, 222733, 222855, 223590, 223653, 223899, 224122, 224216, 224248, 224254, 224258, 232250, 232904, 234844, 234849, 235579, 236775, 236839, 236937, 236942, 239370, 240532, 242140, 242157, 242478, 242481, 242499, 242809, 242811, 242815, 242889, 244275, 245029, 245653, 246459, 246463, 246559, 246562, 246569, 246864, 246941, 247149, 247156, 247157, 247383, 247605, 247821, 248036, 248137, 248358, 248878, 249454, 249577, 249993, 251803, 253461, 109429, 109667, 219377, 151015, 151750, 155714, 155774, 159928, 160331, 160857, 193118, 193271, 193572, 199735, 212792, 213196, 213442, 222707, 248059) and `id` != 193016 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 135953
        • 1: 151285
        • 2: 152079
        • 3: 181453
        • 4: 195549
        • 5: 197020
        • 6: 202969
        • 7: 203073
        • 8: 207896
        • 9: 210759
        • 10: 211755
        • 11: 214846
        • 12: 214847
        • 13: 214848
        • 14: 223501
        • 15: 223502
        • 16: 248160
        • 17: 85787
        • 18: 86190
        • 19: 86663
        • 20: 86734
        • 21: 86914
        • 22: 88378
        • 23: 88462
        • 24: 88673
        • 25: 88734
        • 26: 89308
        • 27: 89370
        • 28: 89562
        • 29: 95250
        • 30: 97359
        • 31: 97360
        • 32: 97361
        • 33: 97395
        • 34: 98256
        • 35: 100087
        • 36: 100130
        • 37: 100208
        • 38: 100224
        • 39: 100235
        • 40: 101064
        • 41: 101069
        • 42: 101076
        • 43: 101728
        • 44: 104506
        • 45: 105114
        • 46: 105237
        • 47: 105474
        • 48: 106943
        • 49: 106955
        • 50: 107750
        • 51: 107758
        • 52: 108251
        • 53: 108335
        • 54: 108953
        • 55: 109104
        • 56: 109761
        • 57: 111420
        • 58: 111497
        • 59: 111945
        • 60: 112339
        • 61: 112438
        • 62: 120965
        • 63: 120979
        • 64: 121028
        • 65: 123818
        • 66: 123967
        • 67: 124035
        • 68: 124242
        • 69: 124370
        • 70: 124396
        • 71: 124405
        • 72: 124411
        • 73: 124503
        • 74: 124999
        • 75: 125024
        • 76: 126420
        • 77: 126460
        • 78: 127635
        • 79: 129858
        • 80: 129882
        • 81: 130407
        • 82: 132416
        • 83: 132540
        • 84: 132758
        • 85: 132772
        • 86: 132980
        • 87: 134256
        • 88: 134465
        • 89: 134472
        • 90: 134877
        • 91: 134881
        • 92: 134913
        • 93: 135884
        • 94: 135960
        • 95: 135964
        • 96: 136028
        • 97: 136162
        • 98: 136907
        • 99: 136921
        • 100: 136982
        • 101: 137085
        • 102: 137177
        • 103: 137274
        • 104: 142475
        • 105: 144736
        • 106: 146087
        • 107: 150258
        • 108: 150451
        • 109: 150569
        • 110: 151115
        • 111: 151336
        • 112: 151487
        • 113: 151671
        • 114: 151754
        • 115: 151807
        • 116: 151919
        • 117: 151999
        • 118: 153359
        • 119: 154156
        • 120: 155048
        • 121: 155178
        • 122: 155271
        • 123: 155305
        • 124: 155841
        • 125: 159132
        • 126: 159134
        • 127: 159144
        • 128: 159171
        • 129: 159256
        • 130: 159316
        • 131: 159986
        • 132: 160059
        • 133: 160788
        • 134: 160792
        • 135: 161436
        • 136: 161595
        • 137: 161626
        • 138: 162147
        • 139: 162232
        • 140: 162750
        • 141: 166666
        • 142: 166736
        • 143: 166781
        • 144: 166863
        • 145: 167707
        • 146: 168118
        • 147: 168860
        • 148: 168973
        • 149: 168981
        • 150: 170678
        • 151: 171209
        • 152: 171341
        • 153: 171407
        • 154: 171420
        • 155: 171428
        • 156: 171452
        • 157: 174838
        • 158: 174921
        • 159: 176068
        • 160: 178328
        • 161: 179861
        • 162: 179862
        • 163: 180097
        • 164: 180265
        • 165: 180425
        • 166: 180556
        • 167: 180559
        • 168: 180711
        • 169: 180775
        • 170: 181340
        • 171: 181585
        • 172: 181721
        • 173: 181722
        • 174: 182144
        • 175: 185110
        • 176: 185210
        • 177: 191257
        • 178: 191379
        • 179: 191981
        • 180: 192459
        • 181: 192540
        • 182: 192933
        • 183: 193016
        • 184: 193030
        • 185: 193039
        • 186: 193131
        • 187: 193448
        • 188: 195533
        • 189: 195632
        • 190: 195633
        • 191: 196054
        • 192: 196105
        • 193: 196526
        • 194: 196543
        • 195: 196544
        • 196: 196958
        • 197: 196959
        • 198: 196962
        • 199: 197688
        • 200: 198228
        • 201: 198401
        • 202: 198509
        • 203: 198681
        • 204: 198683
        • 205: 198776
        • 206: 200082
        • 207: 200083
        • 208: 200084
        • 209: 200086
        • 210: 200287
        • 211: 200297
        • 212: 200397
        • 213: 200398
        • 214: 200399
        • 215: 200404
        • 216: 200557
        • 217: 200558
        • 218: 200633
        • 219: 201855
        • 220: 201981
        • 221: 202118
        • 222: 202320
        • 223: 202324
        • 224: 202337
        • 225: 202344
        • 226: 203418
        • 227: 204640
        • 228: 206536
        • 229: 206537
        • 230: 206538
        • 231: 206670
        • 232: 207429
        • 233: 207986
        • 234: 207993
        • 235: 208002
        • 236: 208012
        • 237: 208018
        • 238: 208034
        • 239: 208362
        • 240: 210353
        • 241: 212031
        • 242: 212032
        • 243: 212033
        • 244: 212039
        • 245: 212059
        • 246: 212106
        • 247: 213307
        • 248: 213318
        • 249: 213764
        • 250: 213765
        • 251: 213766
        • 252: 213767
        • 253: 213768
        • 254: 213844
        • 255: 213845
        • 256: 213846
        • 257: 213847
        • 258: 213848
        • 259: 213924
        • 260: 213925
        • 261: 213926
        • 262: 213927
        • 263: 213928
        • 264: 213929
        • 265: 213930
        • 266: 213931
        • 267: 213932
        • 268: 213933
        • 269: 214767
        • 270: 214768
        • 271: 214769
        • 272: 214855
        • 273: 215381
        • 274: 215383
        • 275: 215385
        • 276: 215386
        • 277: 215390
        • 278: 215393
        • 279: 215400
        • 280: 215429
        • 281: 215432
        • 282: 215511
        • 283: 215639
        • 284: 216296
        • 285: 217113
        • 286: 217468
        • 287: 218786
        • 288: 218797
        • 289: 218801
        • 290: 219391
        • 291: 220929
        • 292: 221407
        • 293: 221408
        • 294: 221409
        • 295: 221410
        • 296: 221411
        • 297: 221412
        • 298: 221413
        • 299: 221414
        • 300: 221416
        • 301: 221439
        • 302: 221441
        • 303: 221781
        • 304: 222030
        • 305: 222231
        • 306: 222241
        • 307: 222295
        • 308: 222298
        • 309: 222733
        • 310: 222855
        • 311: 223590
        • 312: 223653
        • 313: 223899
        • 314: 224122
        • 315: 224216
        • 316: 224248
        • 317: 224254
        • 318: 224258
        • 319: 232250
        • 320: 232904
        • 321: 234844
        • 322: 234849
        • 323: 235579
        • 324: 236775
        • 325: 236839
        • 326: 236937
        • 327: 236942
        • 328: 239370
        • 329: 240532
        • 330: 242140
        • 331: 242157
        • 332: 242478
        • 333: 242481
        • 334: 242499
        • 335: 242809
        • 336: 242811
        • 337: 242815
        • 338: 242889
        • 339: 244275
        • 340: 245029
        • 341: 245653
        • 342: 246459
        • 343: 246463
        • 344: 246559
        • 345: 246562
        • 346: 246569
        • 347: 246864
        • 348: 246941
        • 349: 247149
        • 350: 247156
        • 351: 247157
        • 352: 247383
        • 353: 247605
        • 354: 247821
        • 355: 248036
        • 356: 248137
        • 357: 248358
        • 358: 248878
        • 359: 249454
        • 360: 249577
        • 361: 249993
        • 362: 251803
        • 363: 253461
        • 364: 109429
        • 365: 109667
        • 366: 219377
        • 367: 151015
        • 368: 151750
        • 369: 155714
        • 370: 155774
        • 371: 159928
        • 372: 160331
        • 373: 160857
        • 374: 193118
        • 375: 193271
        • 376: 193572
        • 377: 199735
        • 378: 212792
        • 379: 213196
        • 380: 213442
        • 381: 222707
        • 382: 248059
        • 383: 193016
        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_satt210μsselect * from `question_options` where `question_options`.`question_id` in (248878, 249454, 249577, 249993, 251803, 253461) 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_satt140μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5359, 5365, 5369, 5371, 5432, 5442) 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_satt190μsselect `id`, `name` from `categories` where `categories`.`id` in (96, 99, 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_satt210μ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 (248878, 249454, 249577, 249993, 251803, 253461) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (248878, 249454, 249577, 249993, 251803, 253461)
        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 (248878, 249454, 249577, 249993, 251803, 253461) 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_satt100μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (248878, 249454, 249577, 249993, 251803, 253461) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (248878, 249454, 249577, 249993, 251803, 253461) 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_satt160μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      9Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      7QuestionOption.php#?
      App\Models\SubCategory
      7SubCategory.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=193016%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" => "193016" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVodGdtWk1DdmFjMTN2L29hc1lJaXc9PSIsInZhbHVlIjoiUFc1Mkx4VE5nN285dEhJZDQ4eVVnNnhtTmlSQk01aXVvbTlzME1tYmFza0FocFg0T05sdWRzR3I1eGFOM3UvckQyWmJlVFJaM0VwYmdVTXZqUlIxc2Z5WTl3TDVFUGxzWlEwYXc3WVZZY29LMWZrQ3Q5aW9HNDlKemhmbENHQ2kiLCJtYWMiOiIwOTk0MzZjOWJlMGRhMjJkNDJlZTQwOGJhYmFhN2U4MGY2MmFiY2Y1N2I3MjQ2OWM1OWRjZDJhN2MzYmFhMjFhIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6ImhDSHh2NzJwbGp6QWMxSy83MUtSYVE9PSIsInZhbHVlIjoiak03cll2LzJUNCtRYmhoT0h6N0NvZFNHdVFWZENWTGJMQUhNZ0VCem9tTW1QYnVEZEdOejVwTVdJSEZjS0c4OWlCeWhoeFZRN05PeExPRzFLZ1V3R09vTDVxMkpYVWM3RkEvUmlRQW8wSm1hRjlOYzQxa2pYWU9iLythU2Y3T2giLCJtYWMiOiJkYWFkMDUyOWJmMDk2OTNlMDUwZWRmZDhlN2Q3NjYyNDVlNzNiZjQyOTMzMmZkOTBhYjY0NjIzNTYxNzcxNjgzIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjVodGdtWk1DdmFjMTN2L29hc1lJaXc9PSIsInZhbHVlIjoiUFc1Mkx4VE5nN285dEhJZDQ4eVVnNnhtTmlSQk01aXVvbTlzME1tYmFza0FocFg0T05sdWRzR3I1eGFOM3UvckQyWmJlV" ] "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:24 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "19" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhRZk9ZMm1wNDNmWlQrVlVqZ0pReXc9PSIsInZhbHVlIjoiMGdMWVJTWGlUVG0yTEF4c2hoM2N1RC90NU5YNDBlMG5rRDNSZnhmTFNabDhDNTVQZ3pzQlpGWVI3dDRzZmo5dThsZEJRZDk3Qm9Qc1ZKRkIvVGd6RTNrdCtWVWs5b0R6U2paS2s2bHVWM3VEQnE4dVFsWWlGUE5GbHpvY3p6M1EiLCJtYWMiOiI3NTE2ODlkNmYzYmFjOWVjZTk5ZmY2YWQ1YjFhNTU0ODVmZWJlMWUyMDIyOTA0YThkMTJmODdhZDBkODQ3OGVhIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:24 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IkhRZk9ZMm1wNDNmWlQrVlVqZ0pReXc9PSIsInZhbHVlIjoiMGdMWVJTWGlUVG0yTEF4c2hoM2N1RC90NU5YNDBlMG5rRDNSZnhmTFNabDhDNTVQZ3pzQlpGWVI3dDRzZmo5dThsZEJRZ" 1 => "satt_academy_session=eyJpdiI6IlhMSG80L0JZSmp3Y21iblpQQVhPK0E9PSIsInZhbHVlIjoiOTB3Qk9VQXJxTWRvejFLQzAvZzFxeXExRm5pUElpM0F4ZzE5ZytBYlpySkNyU0RhTTc2aWF2RFVpeStJelZNdHFlWXBydTY2aUp2ZnVNQVRSY1Zhd1ZldFVPQ1BKQWowc0lNdFBpSmdRL2JUU05JNUhWNXNmUStOSDBTaXYrZkoiLCJtYWMiOiJkNGNkNDI5YjJjZTI1ZjNmMTk4NDI1NWQyZWNmZThmYzA3ZDMxMDEzNTk0ODkxOGQxZTIyYzk0MjM1MDY1OWFmIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:24 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlhMSG80L0JZSmp3Y21iblpQQVhPK0E9PSIsInZhbHVlIjoiOTB3Qk9VQXJxTWRvejFLQzAvZzFxeXExRm5pUElpM0F4ZzE5ZytBYlpySkNyU0RhTTc2aWF2RFVpeStJelZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhRZk9ZMm1wNDNmWlQrVlVqZ0pReXc9PSIsInZhbHVlIjoiMGdMWVJTWGlUVG0yTEF4c2hoM2N1RC90NU5YNDBlMG5rRDNSZnhmTFNabDhDNTVQZ3pzQlpGWVI3dDRzZmo5dThsZEJRZDk3Qm9Qc1ZKRkIvVGd6RTNrdCtWVWs5b0R6U2paS2s2bHVWM3VEQnE4dVFsWWlGUE5GbHpvY3p6M1EiLCJtYWMiOiI3NTE2ODlkNmYzYmFjOWVjZTk5ZmY2YWQ1YjFhNTU0ODVmZWJlMWUyMDIyOTA0YThkMTJmODdhZDBkODQ3OGVhIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:24 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkhRZk9ZMm1wNDNmWlQrVlVqZ0pReXc9PSIsInZhbHVlIjoiMGdMWVJTWGlUVG0yTEF4c2hoM2N1RC90NU5YNDBlMG5rRDNSZnhmTFNabDhDNTVQZ3pzQlpGWVI3dDRzZmo5dThsZEJRZ" 1 => "satt_academy_session=eyJpdiI6IlhMSG80L0JZSmp3Y21iblpQQVhPK0E9PSIsInZhbHVlIjoiOTB3Qk9VQXJxTWRvejFLQzAvZzFxeXExRm5pUElpM0F4ZzE5ZytBYlpySkNyU0RhTTc2aWF2RFVpeStJelZNdHFlWXBydTY2aUp2ZnVNQVRSY1Zhd1ZldFVPQ1BKQWowc0lNdFBpSmdRL2JUU05JNUhWNXNmUStOSDBTaXYrZkoiLCJtYWMiOiJkNGNkNDI5YjJjZTI1ZjNmMTk4NDI1NWQyZWNmZThmYzA3ZDMxMDEzNTk0ODkxOGQxZTIyYzk0MjM1MDY1OWFmIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:24 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlhMSG80L0JZSmp3Y21iblpQQVhPK0E9PSIsInZhbHVlIjoiOTB3Qk9VQXJxTWRvejFLQzAvZzFxeXExRm5pUElpM0F4ZzE5ZytBYlpySkNyU0RhTTc2aWF2RFVpeStJelZ" ] ]
          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=193016%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:24GET/admission/single-question?ques_id=193016++++++++++++++++++++++++++++332841