My friend is a couch potato, What does the idiom/ phrase 'Couch potato' means?

Created: 5 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version62.67msRequest Duration9MBMemory UsageGET job-solution/single-questionRoute
    • Booting (27.92ms)time
    • Application (34.75ms)time
    • 1 x Application (55.45%)
      34.75ms
      1 x Booting (44.55%)
      27.92ms
      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 job-solution/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      job.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      30 statements were executed7.03ms
      • QuestionController.php#150debugerror_satt200μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '69403' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 69403
        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#150debugerror_satt140μsselect * from `question_options` where `question_options`.`question_id` in (69403) and `question_options`.`deleted_at` is null
        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_satt620μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 69403
        Bindings
        • 0: 69403
        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_satt200μ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` = '69403' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 69403
        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`, `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 (69403) 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_satt120μ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 (870) 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 (2) 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`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (2) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt220μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (69403) 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_satt170μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (69403)
        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_satt210μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (69403) 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_satt140μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (1) 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_satt120μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (69403) 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_satt120μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (69403) 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_satt110μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (69403) 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_satt820μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (656)
        Bindings
        • 0: App\Models\Question
        • 1: 656
        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.53msselect `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 (9672, 10462, 26048, 238527, 81880, 81100, 79816, 78299, 75339, 75429, 75043, 75427, 75262, 77386, 237923, 19002, 70558, 35371, 44171, 44170, 42791, 248849, 74150, 70, 72, 76, 90, 257, 441, 442, 491, 493, 605, 606, 720, 1019, 1020, 1448, 1449, 1450, 1451, 1452, 1468, 1646, 1683, 1684, 1685, 1686, 1687, 2819, 3092, 3108, 3109, 3569, 4630, 5574, 5673, 5674, 5677, 5697, 6329, 6383, 6620, 6627, 6632, 6635, 6917, 7674, 7681, 7951, 7984, 8062, 8063, 9506, 9507, 9863, 9878, 10023, 10063, 10066, 11040, 12156, 12204, 12848, 13069, 13544, 13932, 14559, 14703, 14708, 15005, 15284, 15392, 15486, 15578, 16946, 18547, 18548, 18584, 18585, 18620, 18621, 18877, 18878, 19044, 19045, 19095, 20285, 20355, 20761, 21032, 21033, 21048, 21081, 21082, 21095, 21407, 21439, 21444, 21821, 21967, 21975, 21977, 22418, 22948, 23133, 23134, 23135, 23136, 23137, 23138, 23139, 23140, 23141, 23142, 23153, 23154, 23155, 23156, 23409, 23937, 24230, 25531, 28273, 28274, 28275, 28276, 28277, 28278, 28279, 28280, 28281, 28282, 30578, 31181, 31182, 31183, 31184, 31185, 31186, 31187, 31188, 31189, 31190, 31209, 31210, 31211, 31212, 31213, 31439, 31543, 32175, 32176, 32177, 32526, 32527, 32528, 32529, 32530, 32700, 32701, 32702, 32704, 32723, 32724, 32725, 32726, 32727, 32840, 32841, 32842, 32843, 33002, 33003, 33004, 33005, 33006, 33138, 33140, 33141, 33142, 34132, 34133, 34134, 34135, 34136, 34420, 34422, 34423, 34424, 34425, 34426, 34427, 34428, 34429, 34430, 34431, 34432, 34974, 34975, 34976, 34977, 34978, 34979, 34980, 34981, 34982, 34983, 34984, 34985, 34986, 34987, 34988, 34989, 35068, 35069, 35070, 35071, 35072, 36148, 36149, 36150, 36151, 36152, 36308, 36893, 36894, 36895, 36896, 36897, 36898, 36899, 36900, 36901, 36902, 37226, 37227, 37228, 37230, 37231, 37232, 37233, 38095, 38096, 38097, 38098, 38099, 38114, 38458, 38459, 38460, 38461, 38462, 38463, 38464, 38465, 38480, 38481, 38482, 38483, 38484, 38485, 38486, 38487, 38488, 38489, 38743, 38798, 38799, 38800, 38801, 38802, 39403, 39404, 39405, 39406, 40562, 40781, 40782, 40783, 40784, 40785, 41158, 41159, 41160, 42365, 42780, 43191, 43331, 43332, 43333, 43334, 43335, 43336, 43337, 43338, 43339, 43340, 43403, 43414, 43415, 43416, 43417, 43418, 43419, 43420, 43421, 43422, 43423, 43469, 43470, 43471, 43472, 43473, 43566, 43606, 43607, 43608, 43609, 43610, 43616, 43617, 43618, 43619, 43620, 43621, 43622, 43623, 43624, 43625, 44077, 44078, 44079, 44080, 44081, 44196, 44342, 44343, 44344, 44345, 44346, 44347, 44348, 44349, 44350, 44351, 44352, 44353, 44354, 44355, 44356, 44363, 44364, 44365, 44366, 44367, 44368, 44724, 44725, 44726, 44727, 44728, 44739, 44740, 44741, 44742, 44743, 45059, 45081, 45082, 45083, 45084, 45085, 45149, 45331, 45332, 45333, 45334, 45335, 45589, 45888, 46366, 46367, 46368, 46369, 46370, 46845, 46983, 46984, 46985, 46986, 46987, 47602, 47603, 47604, 47605, 47606, 48003, 48004, 48005, 48006, 48007, 48172, 48173, 48174, 48175, 48176, 48229, 48338, 48339, 48340, 48341, 48342, 48343, 48344, 48345, 48346, 48347, 48535, 48536, 48537, 48538, 48539, 48540, 48541, 48542, 48543, 48544, 48545, 48546, 48547, 48548, 48549, 48995, 48996, 48997, 48998, 48999, 49000, 49545, 49546, 49547, 49548, 49549, 49551, 49557, 49558, 49559, 49565, 49566, 49567, 49568, 49569, 50336, 51676, 51825, 52287, 52357, 54371, 54373, 54987, 55461, 55462, 55463, 55464, 55465, 55838, 55843, 56043, 56189, 57371, 57971, 58935, 59154, 59279, 59455, 59506, 59519, 59746, 60276, 60549, 60874, 61763, 61764, 61765, 61766, 61767, 62392, 62501, 63374, 63393, 63508, 63649, 63660, 64672, 64678, 64955, 65971, 67635, 67641, 67994, 68458, 68584, 68978, 69259, 69403, 71550, 72548, 73060, 73865, 74428, 74446, 74853, 75167, 75332, 75669, 76616, 76819, 76820, 76869, 77057, 77112, 77143, 77400, 77475, 77491, 77914, 78066, 79439, 82454, 83092, 83401, 237922, 238213, 79113, 10825, 15828) and `id` != 69403 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 9672
        • 1: 10462
        • 2: 26048
        • 3: 238527
        • 4: 81880
        • 5: 81100
        • 6: 79816
        • 7: 78299
        • 8: 75339
        • 9: 75429
        • 10: 75043
        • 11: 75427
        • 12: 75262
        • 13: 77386
        • 14: 237923
        • 15: 19002
        • 16: 70558
        • 17: 35371
        • 18: 44171
        • 19: 44170
        • 20: 42791
        • 21: 248849
        • 22: 74150
        • 23: 70
        • 24: 72
        • 25: 76
        • 26: 90
        • 27: 257
        • 28: 441
        • 29: 442
        • 30: 491
        • 31: 493
        • 32: 605
        • 33: 606
        • 34: 720
        • 35: 1019
        • 36: 1020
        • 37: 1448
        • 38: 1449
        • 39: 1450
        • 40: 1451
        • 41: 1452
        • 42: 1468
        • 43: 1646
        • 44: 1683
        • 45: 1684
        • 46: 1685
        • 47: 1686
        • 48: 1687
        • 49: 2819
        • 50: 3092
        • 51: 3108
        • 52: 3109
        • 53: 3569
        • 54: 4630
        • 55: 5574
        • 56: 5673
        • 57: 5674
        • 58: 5677
        • 59: 5697
        • 60: 6329
        • 61: 6383
        • 62: 6620
        • 63: 6627
        • 64: 6632
        • 65: 6635
        • 66: 6917
        • 67: 7674
        • 68: 7681
        • 69: 7951
        • 70: 7984
        • 71: 8062
        • 72: 8063
        • 73: 9506
        • 74: 9507
        • 75: 9863
        • 76: 9878
        • 77: 10023
        • 78: 10063
        • 79: 10066
        • 80: 11040
        • 81: 12156
        • 82: 12204
        • 83: 12848
        • 84: 13069
        • 85: 13544
        • 86: 13932
        • 87: 14559
        • 88: 14703
        • 89: 14708
        • 90: 15005
        • 91: 15284
        • 92: 15392
        • 93: 15486
        • 94: 15578
        • 95: 16946
        • 96: 18547
        • 97: 18548
        • 98: 18584
        • 99: 18585
        • 100: 18620
        • 101: 18621
        • 102: 18877
        • 103: 18878
        • 104: 19044
        • 105: 19045
        • 106: 19095
        • 107: 20285
        • 108: 20355
        • 109: 20761
        • 110: 21032
        • 111: 21033
        • 112: 21048
        • 113: 21081
        • 114: 21082
        • 115: 21095
        • 116: 21407
        • 117: 21439
        • 118: 21444
        • 119: 21821
        • 120: 21967
        • 121: 21975
        • 122: 21977
        • 123: 22418
        • 124: 22948
        • 125: 23133
        • 126: 23134
        • 127: 23135
        • 128: 23136
        • 129: 23137
        • 130: 23138
        • 131: 23139
        • 132: 23140
        • 133: 23141
        • 134: 23142
        • 135: 23153
        • 136: 23154
        • 137: 23155
        • 138: 23156
        • 139: 23409
        • 140: 23937
        • 141: 24230
        • 142: 25531
        • 143: 28273
        • 144: 28274
        • 145: 28275
        • 146: 28276
        • 147: 28277
        • 148: 28278
        • 149: 28279
        • 150: 28280
        • 151: 28281
        • 152: 28282
        • 153: 30578
        • 154: 31181
        • 155: 31182
        • 156: 31183
        • 157: 31184
        • 158: 31185
        • 159: 31186
        • 160: 31187
        • 161: 31188
        • 162: 31189
        • 163: 31190
        • 164: 31209
        • 165: 31210
        • 166: 31211
        • 167: 31212
        • 168: 31213
        • 169: 31439
        • 170: 31543
        • 171: 32175
        • 172: 32176
        • 173: 32177
        • 174: 32526
        • 175: 32527
        • 176: 32528
        • 177: 32529
        • 178: 32530
        • 179: 32700
        • 180: 32701
        • 181: 32702
        • 182: 32704
        • 183: 32723
        • 184: 32724
        • 185: 32725
        • 186: 32726
        • 187: 32727
        • 188: 32840
        • 189: 32841
        • 190: 32842
        • 191: 32843
        • 192: 33002
        • 193: 33003
        • 194: 33004
        • 195: 33005
        • 196: 33006
        • 197: 33138
        • 198: 33140
        • 199: 33141
        • 200: 33142
        • 201: 34132
        • 202: 34133
        • 203: 34134
        • 204: 34135
        • 205: 34136
        • 206: 34420
        • 207: 34422
        • 208: 34423
        • 209: 34424
        • 210: 34425
        • 211: 34426
        • 212: 34427
        • 213: 34428
        • 214: 34429
        • 215: 34430
        • 216: 34431
        • 217: 34432
        • 218: 34974
        • 219: 34975
        • 220: 34976
        • 221: 34977
        • 222: 34978
        • 223: 34979
        • 224: 34980
        • 225: 34981
        • 226: 34982
        • 227: 34983
        • 228: 34984
        • 229: 34985
        • 230: 34986
        • 231: 34987
        • 232: 34988
        • 233: 34989
        • 234: 35068
        • 235: 35069
        • 236: 35070
        • 237: 35071
        • 238: 35072
        • 239: 36148
        • 240: 36149
        • 241: 36150
        • 242: 36151
        • 243: 36152
        • 244: 36308
        • 245: 36893
        • 246: 36894
        • 247: 36895
        • 248: 36896
        • 249: 36897
        • 250: 36898
        • 251: 36899
        • 252: 36900
        • 253: 36901
        • 254: 36902
        • 255: 37226
        • 256: 37227
        • 257: 37228
        • 258: 37230
        • 259: 37231
        • 260: 37232
        • 261: 37233
        • 262: 38095
        • 263: 38096
        • 264: 38097
        • 265: 38098
        • 266: 38099
        • 267: 38114
        • 268: 38458
        • 269: 38459
        • 270: 38460
        • 271: 38461
        • 272: 38462
        • 273: 38463
        • 274: 38464
        • 275: 38465
        • 276: 38480
        • 277: 38481
        • 278: 38482
        • 279: 38483
        • 280: 38484
        • 281: 38485
        • 282: 38486
        • 283: 38487
        • 284: 38488
        • 285: 38489
        • 286: 38743
        • 287: 38798
        • 288: 38799
        • 289: 38800
        • 290: 38801
        • 291: 38802
        • 292: 39403
        • 293: 39404
        • 294: 39405
        • 295: 39406
        • 296: 40562
        • 297: 40781
        • 298: 40782
        • 299: 40783
        • 300: 40784
        • 301: 40785
        • 302: 41158
        • 303: 41159
        • 304: 41160
        • 305: 42365
        • 306: 42780
        • 307: 43191
        • 308: 43331
        • 309: 43332
        • 310: 43333
        • 311: 43334
        • 312: 43335
        • 313: 43336
        • 314: 43337
        • 315: 43338
        • 316: 43339
        • 317: 43340
        • 318: 43403
        • 319: 43414
        • 320: 43415
        • 321: 43416
        • 322: 43417
        • 323: 43418
        • 324: 43419
        • 325: 43420
        • 326: 43421
        • 327: 43422
        • 328: 43423
        • 329: 43469
        • 330: 43470
        • 331: 43471
        • 332: 43472
        • 333: 43473
        • 334: 43566
        • 335: 43606
        • 336: 43607
        • 337: 43608
        • 338: 43609
        • 339: 43610
        • 340: 43616
        • 341: 43617
        • 342: 43618
        • 343: 43619
        • 344: 43620
        • 345: 43621
        • 346: 43622
        • 347: 43623
        • 348: 43624
        • 349: 43625
        • 350: 44077
        • 351: 44078
        • 352: 44079
        • 353: 44080
        • 354: 44081
        • 355: 44196
        • 356: 44342
        • 357: 44343
        • 358: 44344
        • 359: 44345
        • 360: 44346
        • 361: 44347
        • 362: 44348
        • 363: 44349
        • 364: 44350
        • 365: 44351
        • 366: 44352
        • 367: 44353
        • 368: 44354
        • 369: 44355
        • 370: 44356
        • 371: 44363
        • 372: 44364
        • 373: 44365
        • 374: 44366
        • 375: 44367
        • 376: 44368
        • 377: 44724
        • 378: 44725
        • 379: 44726
        • 380: 44727
        • 381: 44728
        • 382: 44739
        • 383: 44740
        • 384: 44741
        • 385: 44742
        • 386: 44743
        • 387: 45059
        • 388: 45081
        • 389: 45082
        • 390: 45083
        • 391: 45084
        • 392: 45085
        • 393: 45149
        • 394: 45331
        • 395: 45332
        • 396: 45333
        • 397: 45334
        • 398: 45335
        • 399: 45589
        • 400: 45888
        • 401: 46366
        • 402: 46367
        • 403: 46368
        • 404: 46369
        • 405: 46370
        • 406: 46845
        • 407: 46983
        • 408: 46984
        • 409: 46985
        • 410: 46986
        • 411: 46987
        • 412: 47602
        • 413: 47603
        • 414: 47604
        • 415: 47605
        • 416: 47606
        • 417: 48003
        • 418: 48004
        • 419: 48005
        • 420: 48006
        • 421: 48007
        • 422: 48172
        • 423: 48173
        • 424: 48174
        • 425: 48175
        • 426: 48176
        • 427: 48229
        • 428: 48338
        • 429: 48339
        • 430: 48340
        • 431: 48341
        • 432: 48342
        • 433: 48343
        • 434: 48344
        • 435: 48345
        • 436: 48346
        • 437: 48347
        • 438: 48535
        • 439: 48536
        • 440: 48537
        • 441: 48538
        • 442: 48539
        • 443: 48540
        • 444: 48541
        • 445: 48542
        • 446: 48543
        • 447: 48544
        • 448: 48545
        • 449: 48546
        • 450: 48547
        • 451: 48548
        • 452: 48549
        • 453: 48995
        • 454: 48996
        • 455: 48997
        • 456: 48998
        • 457: 48999
        • 458: 49000
        • 459: 49545
        • 460: 49546
        • 461: 49547
        • 462: 49548
        • 463: 49549
        • 464: 49551
        • 465: 49557
        • 466: 49558
        • 467: 49559
        • 468: 49565
        • 469: 49566
        • 470: 49567
        • 471: 49568
        • 472: 49569
        • 473: 50336
        • 474: 51676
        • 475: 51825
        • 476: 52287
        • 477: 52357
        • 478: 54371
        • 479: 54373
        • 480: 54987
        • 481: 55461
        • 482: 55462
        • 483: 55463
        • 484: 55464
        • 485: 55465
        • 486: 55838
        • 487: 55843
        • 488: 56043
        • 489: 56189
        • 490: 57371
        • 491: 57971
        • 492: 58935
        • 493: 59154
        • 494: 59279
        • 495: 59455
        • 496: 59506
        • 497: 59519
        • 498: 59746
        • 499: 60276
        • 500: 60549
        • 501: 60874
        • 502: 61763
        • 503: 61764
        • 504: 61765
        • 505: 61766
        • 506: 61767
        • 507: 62392
        • 508: 62501
        • 509: 63374
        • 510: 63393
        • 511: 63508
        • 512: 63649
        • 513: 63660
        • 514: 64672
        • 515: 64678
        • 516: 64955
        • 517: 65971
        • 518: 67635
        • 519: 67641
        • 520: 67994
        • 521: 68458
        • 522: 68584
        • 523: 68978
        • 524: 69259
        • 525: 69403
        • 526: 71550
        • 527: 72548
        • 528: 73060
        • 529: 73865
        • 530: 74428
        • 531: 74446
        • 532: 74853
        • 533: 75167
        • 534: 75332
        • 535: 75669
        • 536: 76616
        • 537: 76819
        • 538: 76820
        • 539: 76869
        • 540: 77057
        • 541: 77112
        • 542: 77143
        • 543: 77400
        • 544: 77475
        • 545: 77491
        • 546: 77914
        • 547: 78066
        • 548: 79439
        • 549: 82454
        • 550: 83092
        • 551: 83401
        • 552: 237922
        • 553: 238213
        • 554: 79113
        • 555: 10825
        • 556: 15828
        • 557: 69403
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt200μsselect * from `question_options` where `question_options`.`question_id` in (83401, 237922, 237923, 238213, 238527, 248849) 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_satt160μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (2) 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 (1090, 4889, 4890, 4935, 5345) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt140μsselect `id`, `name` from `categories` where `categories`.`id` in (8, 15) 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_satt240μ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 (83401, 237922, 237923, 238213, 238527, 248849) 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_satt150μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (83401, 237922, 237923, 238213, 238527, 248849)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (83401, 237922, 237923, 238213, 238527, 248849) 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 (83401, 237922, 237923, 238213, 238527, 248849) 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 (83401, 237922, 237923, 238213, 238527, 248849) 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_satt180μsselect * from `categories` where `categories`.`id` = 8 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 8
        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
      • single_question.blade.php#633debugerror_satt110μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 69403) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 69403
        Backtrace
        • view::questions.mcq.single_question:633
        • 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
      8QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Category
      3Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
      App\Models\User
      1User.php#?
          _token
          pM4VdunnkUZcAumGuAF5S6BzwFxGLgvwiqMvMmcl
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=69403%20%20%20%20%...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /job-solution/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" => "69403" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlRuc24yUzJ2U0lyb083eENZUmlHVHc9PSIsInZhbHVlIjoiWEFhT0RXWGt6aUtPNnZqaFhTYjc0V3lGeFNJSUN3SzdETk9hd0g2NjVTK2NMT0o4WjYrT1NZMDdDR2lLanFKRUNETnUyS3BON2Z5ZHVld2UzemkyNGM4R09jZU45QWRRRDJQdENkRW1weUEvS1BPb1g0cG8zV1IreEdzV2Rid1giLCJtYWMiOiI1NmYyYThjOTYxYTc3ZDQ2MGY2Mjg2ZTgxYjI4YTRmNDRlYWIyYmE5MWRkNGJmOGZkNjY3NjUwZWEwMzMxZjlkIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6ImNGT2JrMVM4NlVRRUg2b3pCL2tOQmc9PSIsInZhbHVlIjoiOTFRRXN6WEVhdWc5eWNPOXJETURMQzlXY0tSTUFHbVVVMWplUGp1MTVzTHhlSEN5SWNWNS9DTzNOTW5HNkUrRUJMYTUwYjFpZTVvc3JBekVyK0NJVXVITjMyRTFvODlHdG1FK3pHYkRPNVc5VzRITU1HRU1GaCtXc3c0M1k0VmsiLCJtYWMiOiI1ZWNkZDJkYjkyMDg5ZWZlY2Q1YzQ1MmM1YWUwMjI3MDY1Mjk4ZTIxZjcyZDI5ZjVlYjk5YjRhZjIzYWJhZjNkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlRuc24yUzJ2U0lyb083eENZUmlHVHc9PSIsInZhbHVlIjoiWEFhT0RXWGt6aUtPNnZqaFhTYjc0V3lGeFNJSUN3SzdETk9hd0g2NjVTK2NMT0o4WjYrT1NZMDdDR2lLanFKRUNETnUyS" ] "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.19.67.91" ] "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.19.67.91" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "pM4VdunnkUZcAumGuAF5S6BzwFxGLgvwiqMvMmcl" "satt_academy_session" => "brjbfKEpuQngl6k037o040lYqozU3PspR6Cc1Yp9" ]
          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 => "Sun, 16 Mar 2025 20:45:39 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "46" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhBSHZ6YTBUK043QVNDWHQ0QjJFNHc9PSIsInZhbHVlIjoiUHZja1htUzZvSlp6OVUvcmNOWVJwdDlCMUxlV05PQXdBbnpzb09rREZrZWZQUXFXZm9mYzY1eU1TaXdwbmJLTFVkVHhab1VXNTJjclQrOERlZ0RxQWZYTXlGZ2daTDNoMzI3R1IvYTg1UzlUNWVMYzhUTUowMUZDNFZOZHlqYm4iLCJtYWMiOiI0OGRlODM3NTY3NjgxYmJmNWZmZjU0NzcyNWIwYTRhZWVkZjMyMDJiODFjNWZiOTIwYTA3NjI0NTU5MGEyZTE5IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:45:39 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IkhBSHZ6YTBUK043QVNDWHQ0QjJFNHc9PSIsInZhbHVlIjoiUHZja1htUzZvSlp6OVUvcmNOWVJwdDlCMUxlV05PQXdBbnpzb09rREZrZWZQUXFXZm9mYzY1eU1TaXdwbmJLTFVkVHhab" 1 => "satt_academy_session=eyJpdiI6IlFDNm5zWW91cmlxbDFydVhNNHRjcWc9PSIsInZhbHVlIjoickVBUkNUUzZjb1J4MFRBUzNlVHBrbGs0Z2lBVTFBaXQ1dEFUQmNPcndnem00azBOTHk3YVRLaGVtOTFJQTltam9VK2EydWFZV0VHbnVseThKcStMam82ZW9xSHJpdG95T0pleDJSTHpsOXk5QnVTaHVmbHRsMXRUaTNEL283clciLCJtYWMiOiI5MTA1NWQzZTQ2Y2VmYzhkOGNjOWY3ZDNjYzRkNGM3Yjc1OGVkZmNkODRmYzYyZTRmMDEyOWZjYzM3NDc2MzFlIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:45:39 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlFDNm5zWW91cmlxbDFydVhNNHRjcWc9PSIsInZhbHVlIjoickVBUkNUUzZjb1J4MFRBUzNlVHBrbGs0Z2lBVTFBaXQ1dEFUQmNPcndnem00azBOTHk3YVRLaGVtOTFJQTl" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhBSHZ6YTBUK043QVNDWHQ0QjJFNHc9PSIsInZhbHVlIjoiUHZja1htUzZvSlp6OVUvcmNOWVJwdDlCMUxlV05PQXdBbnpzb09rREZrZWZQUXFXZm9mYzY1eU1TaXdwbmJLTFVkVHhab1VXNTJjclQrOERlZ0RxQWZYTXlGZ2daTDNoMzI3R1IvYTg1UzlUNWVMYzhUTUowMUZDNFZOZHlqYm4iLCJtYWMiOiI0OGRlODM3NTY3NjgxYmJmNWZmZjU0NzcyNWIwYTRhZWVkZjMyMDJiODFjNWZiOTIwYTA3NjI0NTU5MGEyZTE5IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:45:39 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkhBSHZ6YTBUK043QVNDWHQ0QjJFNHc9PSIsInZhbHVlIjoiUHZja1htUzZvSlp6OVUvcmNOWVJwdDlCMUxlV05PQXdBbnpzb09rREZrZWZQUXFXZm9mYzY1eU1TaXdwbmJLTFVkVHhab" 1 => "satt_academy_session=eyJpdiI6IlFDNm5zWW91cmlxbDFydVhNNHRjcWc9PSIsInZhbHVlIjoickVBUkNUUzZjb1J4MFRBUzNlVHBrbGs0Z2lBVTFBaXQ1dEFUQmNPcndnem00azBOTHk3YVRLaGVtOTFJQTltam9VK2EydWFZV0VHbnVseThKcStMam82ZW9xSHJpdG95T0pleDJSTHpsOXk5QnVTaHVmbHRsMXRUaTNEL283clciLCJtYWMiOiI5MTA1NWQzZTQ2Y2VmYzhkOGNjOWY3ZDNjYzRkNGM3Yjc1OGVkZmNkODRmYzYyZTRmMDEyOWZjYzM3NDc2MzFlIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:45:39 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlFDNm5zWW91cmlxbDFydVhNNHRjcWc9PSIsInZhbHVlIjoickVBUkNUUzZjb1J4MFRBUzNlVHBrbGs0Z2lBVTFBaXQ1dEFUQmNPcndnem00azBOTHk3YVRLaGVtOTFJQTl" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "pM4VdunnkUZcAumGuAF5S6BzwFxGLgvwiqMvMmcl" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=69403%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" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-17 02:45:39GET/job-solution/single-question?ques_id=69403++++++++++++++++++++++++++++333041