Which one of the following phrases is correct in case of preposition use?

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.8msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (28.72ms)time
    • Application (29.07ms)time
    • 1 x Application (50.3%)
      29.07ms
      1 x Booting (49.69%)
      28.72ms
      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.6ms
      • QuestionController.php#150debugerror_satt150μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '193014' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 193014
        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_satt310μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 193014
        Bindings
        • 0: 193014
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:190
        • vendor/laravel/framework/src/Illuminate/Cache/Lock.php:95
        • app/Http/Controllers/Academy/QuestionController.php:187
        • app/Http/Controllers/Academy/QuestionController.php:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • QuestionController.php#256debugerror_satt240μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `meta_og_image`, `meta_og_title`, `meta_keyword`, `created_at`, `updated_at`, exists(select * from `review_contents` where `questions`.`id` = `review_contents`.`reviewable_id` and `review_contents`.`reviewable_type` = 'App\\Models\\Question') as `review_content_exists` from `questions` where `id` = '193014' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 193014
        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 (193014) 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_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_satt110μ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_satt130μ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 (193014) 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 (193014)
        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 * from `descriptions` where `descriptions`.`descriptionable_id` in (193014) 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_satt150μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (193014) 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_satt140μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (193014) 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 (193014) 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_satt1.08msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (15002)
        Bindings
        • 0: App\Models\Question
        • 1: 15002
        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.52msselect `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 (85789, 86619, 87005, 87209, 87210, 87502, 87503, 87504, 87505, 87506, 87507, 88235, 88236, 88382, 88662, 88892, 89357, 89564, 95243, 95274, 97045, 97375, 100589, 101425, 101579, 102095, 108461, 109817, 109836, 109846, 109883, 120627, 120689, 120866, 120958, 121032, 121188, 123722, 123797, 123860, 123866, 123872, 123955, 124129, 124234, 124382, 124439, 124455, 124663, 124782, 124824, 125062, 125150, 125186, 126412, 127299, 132751, 133122, 133123, 133241, 133806, 133816, 135220, 136598, 136603, 136700, 136831, 142444, 142466, 150408, 150409, 150450, 150682, 150743, 150744, 150821, 150829, 150883, 150927, 151271, 151537, 151543, 151591, 151606, 151742, 151760, 151846, 151855, 151998, 152078, 152191, 152192, 152275, 152355, 152817, 152877, 152936, 152990, 153017, 153361, 153411, 153486, 153545, 153930, 154101, 154660, 155041, 155176, 155190, 155197, 155290, 155303, 155840, 159133, 159140, 159163, 159188, 159284, 159307, 159310, 159313, 159331, 159425, 159426, 159429, 159430, 160147, 161222, 161342, 161344, 162252, 166709, 166745, 166770, 166787, 166868, 167556, 167622, 168303, 168631, 168851, 170175, 170936, 171293, 171295, 171311, 176067, 177245, 177314, 177315, 177644, 177975, 178219, 178494, 181829, 182410, 182541, 183403, 183424, 183495, 183496, 183571, 184867, 184931, 184987, 191591, 191980, 193011, 193014, 193250, 193558, 195311, 195312, 195313, 195314, 195315, 195534, 196080, 196097, 196414, 197628, 197730, 197807, 197821, 197822, 197823, 197951, 198264, 198409, 198507, 199449, 199523, 199525, 199754, 199766, 199775, 199869, 199874, 199997, 200186, 200562, 201454, 201532, 202019, 202059, 202106, 202151, 202212, 202306, 202430, 202480, 202539, 202595, 202686, 202691, 202696, 202833, 202838, 202843, 202881, 202890, 202898, 203378, 203455, 203605, 203708, 204429, 204543, 205979, 206535, 207425, 208538, 212092, 212108, 214772, 214773, 214774, 215399, 215509, 215525, 215526, 215713, 215718, 216576, 217136, 217373, 217746, 218796, 219275, 219386, 219773, 219780, 220102, 220107, 220479, 220524, 220875, 221758, 221759, 221760, 221761, 221762, 222227, 222232, 222429, 222440, 222441, 222618, 222636, 222714, 222732, 224201, 232586, 233247, 233349, 234573, 235300, 236318, 236324, 236358, 236361, 236366, 236369, 236416, 236468, 236772, 237136, 240895, 240912, 241828, 242134, 242601, 242698, 242705, 246561, 247137, 247179, 247180, 248354, 248429, 248432, 248437, 248439, 248441, 248505, 248508, 248615, 252534, 252563, 253466, 89677, 126101, 126508, 130547, 168691, 208515, 216024, 224434, 241722, 245024, 167939, 180604, 107516, 112268, 124214, 183406, 246362, 252788, 259134, 102488, 105125, 106432, 106297, 106642, 107045, 107720, 107628, 107620, 107436, 107172, 107167, 107905, 107818, 108668, 108607, 108604, 108590, 108333, 105701, 105616, 105610, 105534, 105522, 109408, 109341, 109148, 109145, 109144, 112170, 254083, 255312, 255492, 255493, 255964, 258200, 253202, 253204, 253213, 253270, 253338, 253498, 253757, 254058, 254082, 253329, 252343, 252355, 252363, 252506, 252507, 252533, 252559, 252693, 252694, 252793, 252888, 252889, 252890, 252891, 253045, 253046, 253027, 143136, 246664, 246665, 246666, 246667, 246672, 246779, 246853, 246860, 246940, 247026, 247388, 252054, 121971, 122366, 122367, 122479, 122538, 122677, 122680, 122782, 123700, 125723, 125735, 125850, 125979, 126054, 126102, 126188, 126190, 126191, 126251, 126422, 126427, 126428, 126477, 126505, 126690, 126699, 126702, 108183, 108094, 106946, 246372, 245791, 245790, 245496, 109714, 109731, 109698, 109890, 109762, 111110, 111799, 111807, 111922, 121080, 121081, 121085, 121675, 121778, 125980, 158467, 166659, 236291, 176131, 179971, 236292, 130564, 135685, 146181, 177157, 126725, 127237, 215814, 220934, 175366, 152344, 142360, 168983, 152343, 243170, 133094, 130223, 130194, 130006, 128406, 134697, 134698, 150524, 150526, 150566, 150590, 151128, 151201, 151863, 151941, 152080, 152127, 152263, 152264, 152421, 152540, 152633, 152743, 153068, 153420, 153421, 153673, 153739, 153820, 154005, 154009, 154089, 154090, 154228, 154230, 154233, 154294, 154361, 154524, 154525, 154781, 155270, 155285, 155308, 155380, 155399, 155404, 155479, 155491, 155789, 158645, 158656, 158658, 158662, 159261, 159677, 159875, 159876, 159918, 159920, 159921, 161082, 159993, 216431, 184803, 217370, 160312, 161202, 161224, 161333, 161716, 162113, 162254, 162297, 176652, 179141, 179405, 180413, 181339, 182146, 184744, 192932, 193824, 196228, 196265, 196826, 196896, 197250, 197372, 197491, 197631, 198217, 198223, 198225, 206792, 206995, 207135, 210754, 210757, 210896, 196231, 217752, 221801, 222299, 224330, 224331, 240829, 242895, 161097, 195679, 176967, 177072, 177244, 177327, 177446, 177473, 177499, 177745, 177769, 178572, 178573, 178672, 195839, 196031, 196033, 196262, 197085, 215637, 218677, 222537, 222897, 222899, 223732, 223831, 224458, 224460, 242326, 247840, 248201, 236955, 237202, 237203, 237204, 239160, 240081, 240083, 240483, 240486, 240489, 240529, 240530, 240749, 240750, 241092, 241311, 241404, 241500, 241735, 242310, 242605, 175095, 185209, 111653, 126254, 126257, 126258, 126962, 127064, 127116, 127117, 127118, 127295, 127306, 127803, 127812, 128162, 128539, 128609, 128662, 128664, 128666, 128667, 128687, 128690, 128691, 128709, 130850, 130851, 130852, 130853, 132519, 132554, 132555, 133130, 133319, 133321, 134259, 134922, 134927, 134935, 85851, 85988, 85962, 85974, 86018, 86668, 86667, 86666, 87073, 87649, 86737, 86738, 86084, 86270, 88284, 88479, 89245, 96213, 98369, 101715, 104282, 105970, 107176, 86119, 86124, 86183, 86184, 86238, 86239, 86240, 86504, 86508, 86847, 86902, 86905, 87060, 87063, 87075, 87100, 87104, 87574, 87575, 87585, 87651, 87653, 87654, 88575, 88676, 88677, 88678, 89021, 89036, 89037, 89129, 89151, 89254, 89258, 89267, 89296, 89299, 89372, 89373, 89374, 89481, 89666, 89709, 89710, 89711, 89712, 89854, 93968, 93972, 94074, 166682, 167923, 222335, 87897, 95071) and `id` != 193014 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 85789
        • 1: 86619
        • 2: 87005
        • 3: 87209
        • 4: 87210
        • 5: 87502
        • 6: 87503
        • 7: 87504
        • 8: 87505
        • 9: 87506
        • 10: 87507
        • 11: 88235
        • 12: 88236
        • 13: 88382
        • 14: 88662
        • 15: 88892
        • 16: 89357
        • 17: 89564
        • 18: 95243
        • 19: 95274
        • 20: 97045
        • 21: 97375
        • 22: 100589
        • 23: 101425
        • 24: 101579
        • 25: 102095
        • 26: 108461
        • 27: 109817
        • 28: 109836
        • 29: 109846
        • 30: 109883
        • 31: 120627
        • 32: 120689
        • 33: 120866
        • 34: 120958
        • 35: 121032
        • 36: 121188
        • 37: 123722
        • 38: 123797
        • 39: 123860
        • 40: 123866
        • 41: 123872
        • 42: 123955
        • 43: 124129
        • 44: 124234
        • 45: 124382
        • 46: 124439
        • 47: 124455
        • 48: 124663
        • 49: 124782
        • 50: 124824
        • 51: 125062
        • 52: 125150
        • 53: 125186
        • 54: 126412
        • 55: 127299
        • 56: 132751
        • 57: 133122
        • 58: 133123
        • 59: 133241
        • 60: 133806
        • 61: 133816
        • 62: 135220
        • 63: 136598
        • 64: 136603
        • 65: 136700
        • 66: 136831
        • 67: 142444
        • 68: 142466
        • 69: 150408
        • 70: 150409
        • 71: 150450
        • 72: 150682
        • 73: 150743
        • 74: 150744
        • 75: 150821
        • 76: 150829
        • 77: 150883
        • 78: 150927
        • 79: 151271
        • 80: 151537
        • 81: 151543
        • 82: 151591
        • 83: 151606
        • 84: 151742
        • 85: 151760
        • 86: 151846
        • 87: 151855
        • 88: 151998
        • 89: 152078
        • 90: 152191
        • 91: 152192
        • 92: 152275
        • 93: 152355
        • 94: 152817
        • 95: 152877
        • 96: 152936
        • 97: 152990
        • 98: 153017
        • 99: 153361
        • 100: 153411
        • 101: 153486
        • 102: 153545
        • 103: 153930
        • 104: 154101
        • 105: 154660
        • 106: 155041
        • 107: 155176
        • 108: 155190
        • 109: 155197
        • 110: 155290
        • 111: 155303
        • 112: 155840
        • 113: 159133
        • 114: 159140
        • 115: 159163
        • 116: 159188
        • 117: 159284
        • 118: 159307
        • 119: 159310
        • 120: 159313
        • 121: 159331
        • 122: 159425
        • 123: 159426
        • 124: 159429
        • 125: 159430
        • 126: 160147
        • 127: 161222
        • 128: 161342
        • 129: 161344
        • 130: 162252
        • 131: 166709
        • 132: 166745
        • 133: 166770
        • 134: 166787
        • 135: 166868
        • 136: 167556
        • 137: 167622
        • 138: 168303
        • 139: 168631
        • 140: 168851
        • 141: 170175
        • 142: 170936
        • 143: 171293
        • 144: 171295
        • 145: 171311
        • 146: 176067
        • 147: 177245
        • 148: 177314
        • 149: 177315
        • 150: 177644
        • 151: 177975
        • 152: 178219
        • 153: 178494
        • 154: 181829
        • 155: 182410
        • 156: 182541
        • 157: 183403
        • 158: 183424
        • 159: 183495
        • 160: 183496
        • 161: 183571
        • 162: 184867
        • 163: 184931
        • 164: 184987
        • 165: 191591
        • 166: 191980
        • 167: 193011
        • 168: 193014
        • 169: 193250
        • 170: 193558
        • 171: 195311
        • 172: 195312
        • 173: 195313
        • 174: 195314
        • 175: 195315
        • 176: 195534
        • 177: 196080
        • 178: 196097
        • 179: 196414
        • 180: 197628
        • 181: 197730
        • 182: 197807
        • 183: 197821
        • 184: 197822
        • 185: 197823
        • 186: 197951
        • 187: 198264
        • 188: 198409
        • 189: 198507
        • 190: 199449
        • 191: 199523
        • 192: 199525
        • 193: 199754
        • 194: 199766
        • 195: 199775
        • 196: 199869
        • 197: 199874
        • 198: 199997
        • 199: 200186
        • 200: 200562
        • 201: 201454
        • 202: 201532
        • 203: 202019
        • 204: 202059
        • 205: 202106
        • 206: 202151
        • 207: 202212
        • 208: 202306
        • 209: 202430
        • 210: 202480
        • 211: 202539
        • 212: 202595
        • 213: 202686
        • 214: 202691
        • 215: 202696
        • 216: 202833
        • 217: 202838
        • 218: 202843
        • 219: 202881
        • 220: 202890
        • 221: 202898
        • 222: 203378
        • 223: 203455
        • 224: 203605
        • 225: 203708
        • 226: 204429
        • 227: 204543
        • 228: 205979
        • 229: 206535
        • 230: 207425
        • 231: 208538
        • 232: 212092
        • 233: 212108
        • 234: 214772
        • 235: 214773
        • 236: 214774
        • 237: 215399
        • 238: 215509
        • 239: 215525
        • 240: 215526
        • 241: 215713
        • 242: 215718
        • 243: 216576
        • 244: 217136
        • 245: 217373
        • 246: 217746
        • 247: 218796
        • 248: 219275
        • 249: 219386
        • 250: 219773
        • 251: 219780
        • 252: 220102
        • 253: 220107
        • 254: 220479
        • 255: 220524
        • 256: 220875
        • 257: 221758
        • 258: 221759
        • 259: 221760
        • 260: 221761
        • 261: 221762
        • 262: 222227
        • 263: 222232
        • 264: 222429
        • 265: 222440
        • 266: 222441
        • 267: 222618
        • 268: 222636
        • 269: 222714
        • 270: 222732
        • 271: 224201
        • 272: 232586
        • 273: 233247
        • 274: 233349
        • 275: 234573
        • 276: 235300
        • 277: 236318
        • 278: 236324
        • 279: 236358
        • 280: 236361
        • 281: 236366
        • 282: 236369
        • 283: 236416
        • 284: 236468
        • 285: 236772
        • 286: 237136
        • 287: 240895
        • 288: 240912
        • 289: 241828
        • 290: 242134
        • 291: 242601
        • 292: 242698
        • 293: 242705
        • 294: 246561
        • 295: 247137
        • 296: 247179
        • 297: 247180
        • 298: 248354
        • 299: 248429
        • 300: 248432
        • 301: 248437
        • 302: 248439
        • 303: 248441
        • 304: 248505
        • 305: 248508
        • 306: 248615
        • 307: 252534
        • 308: 252563
        • 309: 253466
        • 310: 89677
        • 311: 126101
        • 312: 126508
        • 313: 130547
        • 314: 168691
        • 315: 208515
        • 316: 216024
        • 317: 224434
        • 318: 241722
        • 319: 245024
        • 320: 167939
        • 321: 180604
        • 322: 107516
        • 323: 112268
        • 324: 124214
        • 325: 183406
        • 326: 246362
        • 327: 252788
        • 328: 259134
        • 329: 102488
        • 330: 105125
        • 331: 106432
        • 332: 106297
        • 333: 106642
        • 334: 107045
        • 335: 107720
        • 336: 107628
        • 337: 107620
        • 338: 107436
        • 339: 107172
        • 340: 107167
        • 341: 107905
        • 342: 107818
        • 343: 108668
        • 344: 108607
        • 345: 108604
        • 346: 108590
        • 347: 108333
        • 348: 105701
        • 349: 105616
        • 350: 105610
        • 351: 105534
        • 352: 105522
        • 353: 109408
        • 354: 109341
        • 355: 109148
        • 356: 109145
        • 357: 109144
        • 358: 112170
        • 359: 254083
        • 360: 255312
        • 361: 255492
        • 362: 255493
        • 363: 255964
        • 364: 258200
        • 365: 253202
        • 366: 253204
        • 367: 253213
        • 368: 253270
        • 369: 253338
        • 370: 253498
        • 371: 253757
        • 372: 254058
        • 373: 254082
        • 374: 253329
        • 375: 252343
        • 376: 252355
        • 377: 252363
        • 378: 252506
        • 379: 252507
        • 380: 252533
        • 381: 252559
        • 382: 252693
        • 383: 252694
        • 384: 252793
        • 385: 252888
        • 386: 252889
        • 387: 252890
        • 388: 252891
        • 389: 253045
        • 390: 253046
        • 391: 253027
        • 392: 143136
        • 393: 246664
        • 394: 246665
        • 395: 246666
        • 396: 246667
        • 397: 246672
        • 398: 246779
        • 399: 246853
        • 400: 246860
        • 401: 246940
        • 402: 247026
        • 403: 247388
        • 404: 252054
        • 405: 121971
        • 406: 122366
        • 407: 122367
        • 408: 122479
        • 409: 122538
        • 410: 122677
        • 411: 122680
        • 412: 122782
        • 413: 123700
        • 414: 125723
        • 415: 125735
        • 416: 125850
        • 417: 125979
        • 418: 126054
        • 419: 126102
        • 420: 126188
        • 421: 126190
        • 422: 126191
        • 423: 126251
        • 424: 126422
        • 425: 126427
        • 426: 126428
        • 427: 126477
        • 428: 126505
        • 429: 126690
        • 430: 126699
        • 431: 126702
        • 432: 108183
        • 433: 108094
        • 434: 106946
        • 435: 246372
        • 436: 245791
        • 437: 245790
        • 438: 245496
        • 439: 109714
        • 440: 109731
        • 441: 109698
        • 442: 109890
        • 443: 109762
        • 444: 111110
        • 445: 111799
        • 446: 111807
        • 447: 111922
        • 448: 121080
        • 449: 121081
        • 450: 121085
        • 451: 121675
        • 452: 121778
        • 453: 125980
        • 454: 158467
        • 455: 166659
        • 456: 236291
        • 457: 176131
        • 458: 179971
        • 459: 236292
        • 460: 130564
        • 461: 135685
        • 462: 146181
        • 463: 177157
        • 464: 126725
        • 465: 127237
        • 466: 215814
        • 467: 220934
        • 468: 175366
        • 469: 152344
        • 470: 142360
        • 471: 168983
        • 472: 152343
        • 473: 243170
        • 474: 133094
        • 475: 130223
        • 476: 130194
        • 477: 130006
        • 478: 128406
        • 479: 134697
        • 480: 134698
        • 481: 150524
        • 482: 150526
        • 483: 150566
        • 484: 150590
        • 485: 151128
        • 486: 151201
        • 487: 151863
        • 488: 151941
        • 489: 152080
        • 490: 152127
        • 491: 152263
        • 492: 152264
        • 493: 152421
        • 494: 152540
        • 495: 152633
        • 496: 152743
        • 497: 153068
        • 498: 153420
        • 499: 153421
        • 500: 153673
        • 501: 153739
        • 502: 153820
        • 503: 154005
        • 504: 154009
        • 505: 154089
        • 506: 154090
        • 507: 154228
        • 508: 154230
        • 509: 154233
        • 510: 154294
        • 511: 154361
        • 512: 154524
        • 513: 154525
        • 514: 154781
        • 515: 155270
        • 516: 155285
        • 517: 155308
        • 518: 155380
        • 519: 155399
        • 520: 155404
        • 521: 155479
        • 522: 155491
        • 523: 155789
        • 524: 158645
        • 525: 158656
        • 526: 158658
        • 527: 158662
        • 528: 159261
        • 529: 159677
        • 530: 159875
        • 531: 159876
        • 532: 159918
        • 533: 159920
        • 534: 159921
        • 535: 161082
        • 536: 159993
        • 537: 216431
        • 538: 184803
        • 539: 217370
        • 540: 160312
        • 541: 161202
        • 542: 161224
        • 543: 161333
        • 544: 161716
        • 545: 162113
        • 546: 162254
        • 547: 162297
        • 548: 176652
        • 549: 179141
        • 550: 179405
        • 551: 180413
        • 552: 181339
        • 553: 182146
        • 554: 184744
        • 555: 192932
        • 556: 193824
        • 557: 196228
        • 558: 196265
        • 559: 196826
        • 560: 196896
        • 561: 197250
        • 562: 197372
        • 563: 197491
        • 564: 197631
        • 565: 198217
        • 566: 198223
        • 567: 198225
        • 568: 206792
        • 569: 206995
        • 570: 207135
        • 571: 210754
        • 572: 210757
        • 573: 210896
        • 574: 196231
        • 575: 217752
        • 576: 221801
        • 577: 222299
        • 578: 224330
        • 579: 224331
        • 580: 240829
        • 581: 242895
        • 582: 161097
        • 583: 195679
        • 584: 176967
        • 585: 177072
        • 586: 177244
        • 587: 177327
        • 588: 177446
        • 589: 177473
        • 590: 177499
        • 591: 177745
        • 592: 177769
        • 593: 178572
        • 594: 178573
        • 595: 178672
        • 596: 195839
        • 597: 196031
        • 598: 196033
        • 599: 196262
        • 600: 197085
        • 601: 215637
        • 602: 218677
        • 603: 222537
        • 604: 222897
        • 605: 222899
        • 606: 223732
        • 607: 223831
        • 608: 224458
        • 609: 224460
        • 610: 242326
        • 611: 247840
        • 612: 248201
        • 613: 236955
        • 614: 237202
        • 615: 237203
        • 616: 237204
        • 617: 239160
        • 618: 240081
        • 619: 240083
        • 620: 240483
        • 621: 240486
        • 622: 240489
        • 623: 240529
        • 624: 240530
        • 625: 240749
        • 626: 240750
        • 627: 241092
        • 628: 241311
        • 629: 241404
        • 630: 241500
        • 631: 241735
        • 632: 242310
        • 633: 242605
        • 634: 175095
        • 635: 185209
        • 636: 111653
        • 637: 126254
        • 638: 126257
        • 639: 126258
        • 640: 126962
        • 641: 127064
        • 642: 127116
        • 643: 127117
        • 644: 127118
        • 645: 127295
        • 646: 127306
        • 647: 127803
        • 648: 127812
        • 649: 128162
        • 650: 128539
        • 651: 128609
        • 652: 128662
        • 653: 128664
        • 654: 128666
        • 655: 128667
        • 656: 128687
        • 657: 128690
        • 658: 128691
        • 659: 128709
        • 660: 130850
        • 661: 130851
        • 662: 130852
        • 663: 130853
        • 664: 132519
        • 665: 132554
        • 666: 132555
        • 667: 133130
        • 668: 133319
        • 669: 133321
        • 670: 134259
        • 671: 134922
        • 672: 134927
        • 673: 134935
        • 674: 85851
        • 675: 85988
        • 676: 85962
        • 677: 85974
        • 678: 86018
        • 679: 86668
        • 680: 86667
        • 681: 86666
        • 682: 87073
        • 683: 87649
        • 684: 86737
        • 685: 86738
        • 686: 86084
        • 687: 86270
        • 688: 88284
        • 689: 88479
        • 690: 89245
        • 691: 96213
        • 692: 98369
        • 693: 101715
        • 694: 104282
        • 695: 105970
        • 696: 107176
        • 697: 86119
        • 698: 86124
        • 699: 86183
        • 700: 86184
        • 701: 86238
        • 702: 86239
        • 703: 86240
        • 704: 86504
        • 705: 86508
        • 706: 86847
        • 707: 86902
        • 708: 86905
        • 709: 87060
        • 710: 87063
        • 711: 87075
        • 712: 87100
        • 713: 87104
        • 714: 87574
        • 715: 87575
        • 716: 87585
        • 717: 87651
        • 718: 87653
        • 719: 87654
        • 720: 88575
        • 721: 88676
        • 722: 88677
        • 723: 88678
        • 724: 89021
        • 725: 89036
        • 726: 89037
        • 727: 89129
        • 728: 89151
        • 729: 89254
        • 730: 89258
        • 731: 89267
        • 732: 89296
        • 733: 89299
        • 734: 89372
        • 735: 89373
        • 736: 89374
        • 737: 89481
        • 738: 89666
        • 739: 89709
        • 740: 89710
        • 741: 89711
        • 742: 89712
        • 743: 89854
        • 744: 93968
        • 745: 93972
        • 746: 94074
        • 747: 166682
        • 748: 167923
        • 749: 222335
        • 750: 87897
        • 751: 95071
        • 752: 193014
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt190μsselect * from `question_options` where `question_options`.`question_id` in (255312, 255492, 255493, 255964, 258200, 259134) 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_satt130μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5417, 5463, 5464, 5499, 5535) 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_satt160μsselect `id`, `name` from `categories` where `categories`.`id` in (163, 165, 166) 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 (255312, 255492, 255493, 255964, 258200, 259134) 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_satt160μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (255312, 255492, 255493, 255964, 258200, 259134)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt90μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (255312, 255492, 255493, 255964, 258200, 259134) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt70μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (255312, 255492, 255493, 255964, 258200, 259134) 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_satt60μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (255312, 255492, 255493, 255964, 258200, 259134) 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_satt120μ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
      10Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      7QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.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=193014%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" => "193014" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhFYTlHbmo0UktYV1lLK2g4WDNpRHc9PSIsInZhbHVlIjoiWSttSVpiYTFZVXRYYmdTQlUyaUFzNTFzUTA1dldNMW1GVmZwa1Nsa1Z6M2hFZWVmWi9uUDdBd1BydDUyUnY1NzI2V3R5L2NZeEJuU2xlQmRhWTBMK0tQT2FQRkU2TUdrUkN5a0p1Z2szUGVINFV2QlJ1QzJJUXU5Q0xKZFhsK1MiLCJtYWMiOiI0ZjRiZjFjYjA5ZjEzZTNlZDZhZmI4NTg5M2E1Yzk4NjNlYzY4MjQ5YTgxNzg3N2M0Y2UyMmE3MWJjNzE4NzVlIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6IjBhSnJEQno2VnpLZm1HN2Z0NXhSVHc9PSIsInZhbHVlIjoicmJIbjNyL0VCMjhDN2FvSnZWeVJLSXdlbmw1RlBwUG84WVE5T0pkRHJ6NndPSHBpLzdFS3ZwUDJ2N3p3aWUyY2FDb0cwdFRTUWUybXhDMWFNY2pjQ2dvWnhONG53VklzZ25BTi90K2dBOU9lYTlkejg4MzhSM2YxVzVIS0xjWTciLCJtYWMiOiI2MzVlNTcwYzJjMjFlZWI4MzJlZmY4NWZlZGE1NjgzYTc1NzkxODM5ZDhiOTFhMzIxNTQyM2UxOWFmZjMxYWRlIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjhFYTlHbmo0UktYV1lLK2g4WDNpRHc9PSIsInZhbHVlIjoiWSttSVpiYTFZVXRYYmdTQlUyaUFzNTFzUTA1dldNMW1GVmZwa1Nsa1Z6M2hFZWVmWi9uUDdBd1BydDUyUnY1NzI2V3R5L" ] "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 => "29" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjNrdW1mMW1McXJUTVpqSmhvUUxNeGc9PSIsInZhbHVlIjoic1Zna1lpNGRCSDFVWVhwaURLcWlyWlAvRXJIdjZTNlR0N28rNDduYkhGbUc4M24xZkRVcXdmOGp2M2N3enJoUGhITS9rOHJGalE3RTBuSFJIMWFmSVNjYWJtR0NaSjA3U1BsdzhKSGRtaVlob2VOeDV3bm1HQXV4U1BnTlliRTciLCJtYWMiOiJmN2Q1YmYzY2ZjN2I0M2FlYzBhZmQxMmFkYzA5YzFiNGI2ZDRkNmNmMDdhNTU2MmE0YTc5ODVlOGZjY2NjOWQxIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:21 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IjNrdW1mMW1McXJUTVpqSmhvUUxNeGc9PSIsInZhbHVlIjoic1Zna1lpNGRCSDFVWVhwaURLcWlyWlAvRXJIdjZTNlR0N28rNDduYkhGbUc4M24xZkRVcXdmOGp2M2N3enJoUGhITS9rO" 1 => "satt_academy_session=eyJpdiI6ImU0SmVzbi9JdngxeHhCczEyS1AwTVE9PSIsInZhbHVlIjoiaENCbEE5QXVZMFVOT2NLSVlyTC9zSUM5VW9vOHlGZVJNTStRSFRoK2piVHQ1WHE1RnBoS3hRL1ZnUGVuU0RCaDFWamhmak5zU2VFSFg1VkRxYUlzNHdOUnBPU0kySTZVUDc4WlE1Nm1TWTVmcnlZMkI0a2RXVXNkblNhM255ZmoiLCJtYWMiOiI1NDhjYWVhNmMxZmViOWIwNTA2OTRmOTNmMmQ1MTA0MzYxMWNhZTQ1OTIyY2I1MjRkZTNmNjMzZWYyNGU0YjUwIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 18:17:21 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImU0SmVzbi9JdngxeHhCczEyS1AwTVE9PSIsInZhbHVlIjoiaENCbEE5QXVZMFVOT2NLSVlyTC9zSUM5VW9vOHlGZVJNTStRSFRoK2piVHQ1WHE1RnBoS3hRL1ZnUGVuU0R" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjNrdW1mMW1McXJUTVpqSmhvUUxNeGc9PSIsInZhbHVlIjoic1Zna1lpNGRCSDFVWVhwaURLcWlyWlAvRXJIdjZTNlR0N28rNDduYkhGbUc4M24xZkRVcXdmOGp2M2N3enJoUGhITS9rOHJGalE3RTBuSFJIMWFmSVNjYWJtR0NaSjA3U1BsdzhKSGRtaVlob2VOeDV3bm1HQXV4U1BnTlliRTciLCJtYWMiOiJmN2Q1YmYzY2ZjN2I0M2FlYzBhZmQxMmFkYzA5YzFiNGI2ZDRkNmNmMDdhNTU2MmE0YTc5ODVlOGZjY2NjOWQxIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:21 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjNrdW1mMW1McXJUTVpqSmhvUUxNeGc9PSIsInZhbHVlIjoic1Zna1lpNGRCSDFVWVhwaURLcWlyWlAvRXJIdjZTNlR0N28rNDduYkhGbUc4M24xZkRVcXdmOGp2M2N3enJoUGhITS9rO" 1 => "satt_academy_session=eyJpdiI6ImU0SmVzbi9JdngxeHhCczEyS1AwTVE9PSIsInZhbHVlIjoiaENCbEE5QXVZMFVOT2NLSVlyTC9zSUM5VW9vOHlGZVJNTStRSFRoK2piVHQ1WHE1RnBoS3hRL1ZnUGVuU0RCaDFWamhmak5zU2VFSFg1VkRxYUlzNHdOUnBPU0kySTZVUDc4WlE1Nm1TWTVmcnlZMkI0a2RXVXNkblNhM255ZmoiLCJtYWMiOiI1NDhjYWVhNmMxZmViOWIwNTA2OTRmOTNmMmQ1MTA0MzYxMWNhZTQ1OTIyY2I1MjRkZTNmNjMzZWYyNGU0YjUwIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 18:17:21 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImU0SmVzbi9JdngxeHhCczEyS1AwTVE9PSIsInZhbHVlIjoiaENCbEE5QXVZMFVOT2NLSVlyTC9zSUM5VW9vOHlGZVJNTStRSFRoK2piVHQ1WHE1RnBoS3hRL1ZnUGVuU0R" ] ]
          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=193014%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=193014++++++++++++++++++++++++++++332841