নিচের কোন বানানটি সঠিক নয়?

Created: 2 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version75.18msRequest Duration10MBMemory UsageGET job-solution/single-questionRoute
    • Booting (31.88ms)time
    • Application (43.3ms)time
    • 1 x Application (57.59%)
      43.30ms
      1 x Booting (42.4%)
      31.88ms
      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 executed9.84ms
      • QuestionController.php#150debugerror_satt230μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '240193' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 240193
        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_satt520μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 240193
        Bindings
        • 0: 240193
        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_satt330μ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` = '240193' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 240193
        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 `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 (240193) 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_satt190μ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_satt220μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (5276) 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_satt180μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (1) 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_satt200μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (1) 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_satt260μ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 (240193) 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_satt180μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (240193)
        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_satt310μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (240193) 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_satt220μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (40531, 70032) 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_satt160μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (240193) 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 (240193) 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 (240193) 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.25msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (1363)
        Bindings
        • 0: App\Models\Question
        • 1: 1363
        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.97msselect `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 (81694, 306275, 345366, 795, 846, 905, 906, 1082, 1180, 1216, 1351, 1394, 1454, 1459, 1759, 1762, 1767, 1770, 1774, 1779, 1872, 2006, 2060, 2122, 2213, 2219, 2292, 2293, 2294, 2295, 2485, 2489, 2492, 2493, 2500, 2559, 2771, 2797, 2800, 2834, 2969, 3066, 3067, 3068, 3197, 3202, 3254, 72889, 73638, 73639, 73247, 73248, 75307, 12331, 47680, 49246, 60518, 27284, 6058, 29389, 7151, 9974, 9975, 9976, 9977, 9978, 44984, 11914, 49115, 28563, 9536, 46287, 21469, 75563, 69193, 42340, 44750, 43328, 75736, 75735, 75737, 76456, 10699, 7889, 237317, 10002, 16402, 75030, 72221, 58142, 64287, 36642, 33061, 13868, 13874, 22322, 51512, 43843, 39495, 74324, 50772, 32864, 39524, 48485, 50795, 82542, 38777, 13180, 80509, 50045, 78466, 29058, 65157, 25991, 47753, 49041, 49042, 67734, 74910, 237729, 17834, 39085, 10416, 50101, 12726, 79034, 23231, 17856, 78786, 66757, 81093, 52679, 10700, 10707, 64726, 39147, 9196, 39148, 13805, 63469, 57840, 5618, 82426, 79869, 16381, 18442, 57942, 15745, 17313, 3533, 44762, 52732, 72149, 60882, 60926, 17444, 24483, 43269, 20010, 75564, 12129, 77163, 46998, 43455, 7580, 14361, 37988, 18925, 7156, 21607, 15259, 19180, 13990, 42544, 64196, 20483, 60853, 51640, 51542, 62104, 50198, 56586, 36518, 28722, 28566, 24314, 65965, 27322, 237641, 27328, 50532, 59741, 64288, 29480, 71861, 65738, 74249, 23182, 60298, 69309, 44462, 66347, 80394, 40513, 77786, 58648, 51287, 31422, 41430, 16622, 47108, 65802, 36123, 35103, 44069, 4903, 11571, 64822, 23353, 79951, 50000, 72276, 75861, 65385, 50034, 25754, 72353, 72354, 72355, 72356, 22694, 22696, 20649, 71352, 59321, 65210, 65211, 35005, 59069, 22734, 23005, 17886, 45022, 57569, 57573, 66535, 67818, 13802, 4333, 50925, 17904, 57328, 77561, 20221, 29693, 39583, 39265, 49412, 49413, 14344, 61704, 65289, 63768, 39231, 49478, 8273, 65373, 66149, 65662, 60300, 8341, 29864, 44472, 16599, 61659, 8159, 65505, 11751, 6908, 23020, 15881, 22539, 65292, 63777, 37689, 44973, 38847, 80341, 65506, 65291, 65212, 27288, 5607, 78465, 43884, 28828, 11060, 7714, 57831, 78346, 76793, 21248, 65603, 44022, 54810, 51854, 17451, 77378, 73194, 17307, 7873, 24621, 22185, 4616, 28717, 54663, 23451, 78002, 59423, 51193, 56939, 73940, 57684, 3584, 23296, 37381, 18950, 37382, 50440, 13326, 81426, 82195, 72216, 37144, 24601, 12827, 68894, 82976, 72995, 14629, 23333, 60711, 17960, 3625, 74793, 25130, 25131, 19500, 19501, 68654, 19502, 3641, 3642, 9786, 9787, 9788, 11324, 9789, 38973, 9790, 13888, 13889, 7234, 237383, 36429, 13646, 36430, 36431, 24912, 36432, 24913, 36433, 24152, 29275, 20060, 23900, 35934, 14943, 35935, 14944, 35936, 35937, 33378, 35938, 8036, 33380, 8037, 16749, 73839, 20337, 19577, 19579, 19837, 13951, 73088, 12933, 7563, 4496, 9367, 64921, 11931, 40864, 25766, 9388, 9389, 79790, 19118, 19119, 19120, 21687, 3775, 3776, 22977, 82378, 20682, 3275, 20683, 16080, 48083, 24788, 24789, 8407, 10455, 71650, 71651, 20196, 20197, 20198, 69104, 76272, 21232, 12529, 18161, 47863, 13308, 49661, 10324, 72998, 65031, 27169, 66352, 16689, 5968, 54366, 64633, 52363, 45461, 39318, 45462, 69042, 12478, 12223, 51135, 12499, 80349, 58077, 13286, 13287, 76553, 77046, 49683, 71540, 68725, 25733, 74909, 74248, 14597, 37914, 82020, 7959, 66356, 73786, 58739, 19656, 75500, 77789, 51046, 17955, 44881, 75638, 81014, 3483, 13343, 3370, 80517, 6546, 29626, 10429, 83172, 55038, 5912, 14930, 56976, 8160, 8168, 23297, 18183, 16904, 18184, 22537, 57609, 74506, 237579, 4622, 10512, 52240, 67601, 57617, 10514, 17686, 44823, 49175, 14360, 24600, 72473, 16921, 6682, 12826, 6683, 21277, 74785, 72994, 17186, 40489, 6442, 12330, 67883, 55345, 6452, 80949, 11576, 14908, 73534, 29758, 38974, 7233, 14663, 20808, 20809, 21066, 13645, 29007, 32339, 46421, 24151, 26968, 5721, 10585, 57177, 20058, 74587, 20059, 23899, 11101, 11872, 37473, 12131, 72805, 24941, 83054, 57455, 72816, 20336, 7537, 23922, 38773, 79990, 38774, 38775, 38776, 32377, 67962, 19578, 66427, 66941, 20605, 19838, 19839, 40319, 20608, 20611, 3460, 3461, 12934, 37768, 42634, 15502, 49038, 27026, 49043, 68245, 7063, 38039, 42904, 17049, 42905, 42906, 11935, 74147, 19364, 13991, 16295, 15785, 9387, 36013, 80821, 14518, 21688, 6587, 237499, 22975, 50623, 21952, 81346, 46789, 81351, 43719, 3534, 72657, 48849, 74194, 59350, 16350, 57823, 26080, 28897, 22498, 26342, 11240, 19179, 21231, 57074, 237555, 57075, 13047, 13048, 49662, 5129, 72557, 4610, 74787, 71779, 57214, 7560, 7892, 18180, 18182, 57612, 14628, 6445, 237638, 21848, 17001, 50282, 64640, 64641, 39812, 56196, 56197, 56198, 60049, 51106, 83628, 27566, 33984, 6849, 80065, 6851, 24776, 24778, 5325, 57073, 33714, 57176, 15875, 48389, 72226, 74429, 78628, 46423, 54932, 43270, 47001, 43451, 12046, 52139, 46528, 52632, 3492, 78723, 54310, 56975, 21394, 32216, 5389, 39521, 22024, 79623, 50047, 64286, 44460, 64289, 44182, 76367, 81355, 68362, 61478, 60576, 63776, 78204, 68577, 55776, 57174, 57175, 67609, 59046, 69243, 69252, 5632, 6077, 6750, 7247, 7248, 7575, 11913, 13006, 17344, 21641, 21650, 22192, 22489, 25758, 25774, 27025, 28081, 28432, 29056, 29629, 29986, 32754, 35006, 40652, 41468, 43284, 45027, 49177, 49796, 49807, 51339, 51700, 55042, 56587, 57470, 57846, 61108, 64186, 66959, 67884, 72957, 73933, 74106, 74195, 77520, 77993, 79014, 81955, 237479, 237557, 31414, 51192, 238044, 238045, 238164, 237968, 238165, 238175, 238442, 66972, 67013, 67047, 67085, 67187, 67265, 67354, 67356, 67414, 67422, 67423, 67462, 67467, 67481, 67550, 67583, 67591, 80683, 237876, 238851, 239646, 239707, 239726, 239846, 239866, 239911, 239913, 240193, 240226, 82170, 82744, 82796, 83213, 83311, 315876) and `id` != 240193 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 81694
        • 1: 306275
        • 2: 345366
        • 3: 795
        • 4: 846
        • 5: 905
        • 6: 906
        • 7: 1082
        • 8: 1180
        • 9: 1216
        • 10: 1351
        • 11: 1394
        • 12: 1454
        • 13: 1459
        • 14: 1759
        • 15: 1762
        • 16: 1767
        • 17: 1770
        • 18: 1774
        • 19: 1779
        • 20: 1872
        • 21: 2006
        • 22: 2060
        • 23: 2122
        • 24: 2213
        • 25: 2219
        • 26: 2292
        • 27: 2293
        • 28: 2294
        • 29: 2295
        • 30: 2485
        • 31: 2489
        • 32: 2492
        • 33: 2493
        • 34: 2500
        • 35: 2559
        • 36: 2771
        • 37: 2797
        • 38: 2800
        • 39: 2834
        • 40: 2969
        • 41: 3066
        • 42: 3067
        • 43: 3068
        • 44: 3197
        • 45: 3202
        • 46: 3254
        • 47: 72889
        • 48: 73638
        • 49: 73639
        • 50: 73247
        • 51: 73248
        • 52: 75307
        • 53: 12331
        • 54: 47680
        • 55: 49246
        • 56: 60518
        • 57: 27284
        • 58: 6058
        • 59: 29389
        • 60: 7151
        • 61: 9974
        • 62: 9975
        • 63: 9976
        • 64: 9977
        • 65: 9978
        • 66: 44984
        • 67: 11914
        • 68: 49115
        • 69: 28563
        • 70: 9536
        • 71: 46287
        • 72: 21469
        • 73: 75563
        • 74: 69193
        • 75: 42340
        • 76: 44750
        • 77: 43328
        • 78: 75736
        • 79: 75735
        • 80: 75737
        • 81: 76456
        • 82: 10699
        • 83: 7889
        • 84: 237317
        • 85: 10002
        • 86: 16402
        • 87: 75030
        • 88: 72221
        • 89: 58142
        • 90: 64287
        • 91: 36642
        • 92: 33061
        • 93: 13868
        • 94: 13874
        • 95: 22322
        • 96: 51512
        • 97: 43843
        • 98: 39495
        • 99: 74324
        • 100: 50772
        • 101: 32864
        • 102: 39524
        • 103: 48485
        • 104: 50795
        • 105: 82542
        • 106: 38777
        • 107: 13180
        • 108: 80509
        • 109: 50045
        • 110: 78466
        • 111: 29058
        • 112: 65157
        • 113: 25991
        • 114: 47753
        • 115: 49041
        • 116: 49042
        • 117: 67734
        • 118: 74910
        • 119: 237729
        • 120: 17834
        • 121: 39085
        • 122: 10416
        • 123: 50101
        • 124: 12726
        • 125: 79034
        • 126: 23231
        • 127: 17856
        • 128: 78786
        • 129: 66757
        • 130: 81093
        • 131: 52679
        • 132: 10700
        • 133: 10707
        • 134: 64726
        • 135: 39147
        • 136: 9196
        • 137: 39148
        • 138: 13805
        • 139: 63469
        • 140: 57840
        • 141: 5618
        • 142: 82426
        • 143: 79869
        • 144: 16381
        • 145: 18442
        • 146: 57942
        • 147: 15745
        • 148: 17313
        • 149: 3533
        • 150: 44762
        • 151: 52732
        • 152: 72149
        • 153: 60882
        • 154: 60926
        • 155: 17444
        • 156: 24483
        • 157: 43269
        • 158: 20010
        • 159: 75564
        • 160: 12129
        • 161: 77163
        • 162: 46998
        • 163: 43455
        • 164: 7580
        • 165: 14361
        • 166: 37988
        • 167: 18925
        • 168: 7156
        • 169: 21607
        • 170: 15259
        • 171: 19180
        • 172: 13990
        • 173: 42544
        • 174: 64196
        • 175: 20483
        • 176: 60853
        • 177: 51640
        • 178: 51542
        • 179: 62104
        • 180: 50198
        • 181: 56586
        • 182: 36518
        • 183: 28722
        • 184: 28566
        • 185: 24314
        • 186: 65965
        • 187: 27322
        • 188: 237641
        • 189: 27328
        • 190: 50532
        • 191: 59741
        • 192: 64288
        • 193: 29480
        • 194: 71861
        • 195: 65738
        • 196: 74249
        • 197: 23182
        • 198: 60298
        • 199: 69309
        • 200: 44462
        • 201: 66347
        • 202: 80394
        • 203: 40513
        • 204: 77786
        • 205: 58648
        • 206: 51287
        • 207: 31422
        • 208: 41430
        • 209: 16622
        • 210: 47108
        • 211: 65802
        • 212: 36123
        • 213: 35103
        • 214: 44069
        • 215: 4903
        • 216: 11571
        • 217: 64822
        • 218: 23353
        • 219: 79951
        • 220: 50000
        • 221: 72276
        • 222: 75861
        • 223: 65385
        • 224: 50034
        • 225: 25754
        • 226: 72353
        • 227: 72354
        • 228: 72355
        • 229: 72356
        • 230: 22694
        • 231: 22696
        • 232: 20649
        • 233: 71352
        • 234: 59321
        • 235: 65210
        • 236: 65211
        • 237: 35005
        • 238: 59069
        • 239: 22734
        • 240: 23005
        • 241: 17886
        • 242: 45022
        • 243: 57569
        • 244: 57573
        • 245: 66535
        • 246: 67818
        • 247: 13802
        • 248: 4333
        • 249: 50925
        • 250: 17904
        • 251: 57328
        • 252: 77561
        • 253: 20221
        • 254: 29693
        • 255: 39583
        • 256: 39265
        • 257: 49412
        • 258: 49413
        • 259: 14344
        • 260: 61704
        • 261: 65289
        • 262: 63768
        • 263: 39231
        • 264: 49478
        • 265: 8273
        • 266: 65373
        • 267: 66149
        • 268: 65662
        • 269: 60300
        • 270: 8341
        • 271: 29864
        • 272: 44472
        • 273: 16599
        • 274: 61659
        • 275: 8159
        • 276: 65505
        • 277: 11751
        • 278: 6908
        • 279: 23020
        • 280: 15881
        • 281: 22539
        • 282: 65292
        • 283: 63777
        • 284: 37689
        • 285: 44973
        • 286: 38847
        • 287: 80341
        • 288: 65506
        • 289: 65291
        • 290: 65212
        • 291: 27288
        • 292: 5607
        • 293: 78465
        • 294: 43884
        • 295: 28828
        • 296: 11060
        • 297: 7714
        • 298: 57831
        • 299: 78346
        • 300: 76793
        • 301: 21248
        • 302: 65603
        • 303: 44022
        • 304: 54810
        • 305: 51854
        • 306: 17451
        • 307: 77378
        • 308: 73194
        • 309: 17307
        • 310: 7873
        • 311: 24621
        • 312: 22185
        • 313: 4616
        • 314: 28717
        • 315: 54663
        • 316: 23451
        • 317: 78002
        • 318: 59423
        • 319: 51193
        • 320: 56939
        • 321: 73940
        • 322: 57684
        • 323: 3584
        • 324: 23296
        • 325: 37381
        • 326: 18950
        • 327: 37382
        • 328: 50440
        • 329: 13326
        • 330: 81426
        • 331: 82195
        • 332: 72216
        • 333: 37144
        • 334: 24601
        • 335: 12827
        • 336: 68894
        • 337: 82976
        • 338: 72995
        • 339: 14629
        • 340: 23333
        • 341: 60711
        • 342: 17960
        • 343: 3625
        • 344: 74793
        • 345: 25130
        • 346: 25131
        • 347: 19500
        • 348: 19501
        • 349: 68654
        • 350: 19502
        • 351: 3641
        • 352: 3642
        • 353: 9786
        • 354: 9787
        • 355: 9788
        • 356: 11324
        • 357: 9789
        • 358: 38973
        • 359: 9790
        • 360: 13888
        • 361: 13889
        • 362: 7234
        • 363: 237383
        • 364: 36429
        • 365: 13646
        • 366: 36430
        • 367: 36431
        • 368: 24912
        • 369: 36432
        • 370: 24913
        • 371: 36433
        • 372: 24152
        • 373: 29275
        • 374: 20060
        • 375: 23900
        • 376: 35934
        • 377: 14943
        • 378: 35935
        • 379: 14944
        • 380: 35936
        • 381: 35937
        • 382: 33378
        • 383: 35938
        • 384: 8036
        • 385: 33380
        • 386: 8037
        • 387: 16749
        • 388: 73839
        • 389: 20337
        • 390: 19577
        • 391: 19579
        • 392: 19837
        • 393: 13951
        • 394: 73088
        • 395: 12933
        • 396: 7563
        • 397: 4496
        • 398: 9367
        • 399: 64921
        • 400: 11931
        • 401: 40864
        • 402: 25766
        • 403: 9388
        • 404: 9389
        • 405: 79790
        • 406: 19118
        • 407: 19119
        • 408: 19120
        • 409: 21687
        • 410: 3775
        • 411: 3776
        • 412: 22977
        • 413: 82378
        • 414: 20682
        • 415: 3275
        • 416: 20683
        • 417: 16080
        • 418: 48083
        • 419: 24788
        • 420: 24789
        • 421: 8407
        • 422: 10455
        • 423: 71650
        • 424: 71651
        • 425: 20196
        • 426: 20197
        • 427: 20198
        • 428: 69104
        • 429: 76272
        • 430: 21232
        • 431: 12529
        • 432: 18161
        • 433: 47863
        • 434: 13308
        • 435: 49661
        • 436: 10324
        • 437: 72998
        • 438: 65031
        • 439: 27169
        • 440: 66352
        • 441: 16689
        • 442: 5968
        • 443: 54366
        • 444: 64633
        • 445: 52363
        • 446: 45461
        • 447: 39318
        • 448: 45462
        • 449: 69042
        • 450: 12478
        • 451: 12223
        • 452: 51135
        • 453: 12499
        • 454: 80349
        • 455: 58077
        • 456: 13286
        • 457: 13287
        • 458: 76553
        • 459: 77046
        • 460: 49683
        • 461: 71540
        • 462: 68725
        • 463: 25733
        • 464: 74909
        • 465: 74248
        • 466: 14597
        • 467: 37914
        • 468: 82020
        • 469: 7959
        • 470: 66356
        • 471: 73786
        • 472: 58739
        • 473: 19656
        • 474: 75500
        • 475: 77789
        • 476: 51046
        • 477: 17955
        • 478: 44881
        • 479: 75638
        • 480: 81014
        • 481: 3483
        • 482: 13343
        • 483: 3370
        • 484: 80517
        • 485: 6546
        • 486: 29626
        • 487: 10429
        • 488: 83172
        • 489: 55038
        • 490: 5912
        • 491: 14930
        • 492: 56976
        • 493: 8160
        • 494: 8168
        • 495: 23297
        • 496: 18183
        • 497: 16904
        • 498: 18184
        • 499: 22537
        • 500: 57609
        • 501: 74506
        • 502: 237579
        • 503: 4622
        • 504: 10512
        • 505: 52240
        • 506: 67601
        • 507: 57617
        • 508: 10514
        • 509: 17686
        • 510: 44823
        • 511: 49175
        • 512: 14360
        • 513: 24600
        • 514: 72473
        • 515: 16921
        • 516: 6682
        • 517: 12826
        • 518: 6683
        • 519: 21277
        • 520: 74785
        • 521: 72994
        • 522: 17186
        • 523: 40489
        • 524: 6442
        • 525: 12330
        • 526: 67883
        • 527: 55345
        • 528: 6452
        • 529: 80949
        • 530: 11576
        • 531: 14908
        • 532: 73534
        • 533: 29758
        • 534: 38974
        • 535: 7233
        • 536: 14663
        • 537: 20808
        • 538: 20809
        • 539: 21066
        • 540: 13645
        • 541: 29007
        • 542: 32339
        • 543: 46421
        • 544: 24151
        • 545: 26968
        • 546: 5721
        • 547: 10585
        • 548: 57177
        • 549: 20058
        • 550: 74587
        • 551: 20059
        • 552: 23899
        • 553: 11101
        • 554: 11872
        • 555: 37473
        • 556: 12131
        • 557: 72805
        • 558: 24941
        • 559: 83054
        • 560: 57455
        • 561: 72816
        • 562: 20336
        • 563: 7537
        • 564: 23922
        • 565: 38773
        • 566: 79990
        • 567: 38774
        • 568: 38775
        • 569: 38776
        • 570: 32377
        • 571: 67962
        • 572: 19578
        • 573: 66427
        • 574: 66941
        • 575: 20605
        • 576: 19838
        • 577: 19839
        • 578: 40319
        • 579: 20608
        • 580: 20611
        • 581: 3460
        • 582: 3461
        • 583: 12934
        • 584: 37768
        • 585: 42634
        • 586: 15502
        • 587: 49038
        • 588: 27026
        • 589: 49043
        • 590: 68245
        • 591: 7063
        • 592: 38039
        • 593: 42904
        • 594: 17049
        • 595: 42905
        • 596: 42906
        • 597: 11935
        • 598: 74147
        • 599: 19364
        • 600: 13991
        • 601: 16295
        • 602: 15785
        • 603: 9387
        • 604: 36013
        • 605: 80821
        • 606: 14518
        • 607: 21688
        • 608: 6587
        • 609: 237499
        • 610: 22975
        • 611: 50623
        • 612: 21952
        • 613: 81346
        • 614: 46789
        • 615: 81351
        • 616: 43719
        • 617: 3534
        • 618: 72657
        • 619: 48849
        • 620: 74194
        • 621: 59350
        • 622: 16350
        • 623: 57823
        • 624: 26080
        • 625: 28897
        • 626: 22498
        • 627: 26342
        • 628: 11240
        • 629: 19179
        • 630: 21231
        • 631: 57074
        • 632: 237555
        • 633: 57075
        • 634: 13047
        • 635: 13048
        • 636: 49662
        • 637: 5129
        • 638: 72557
        • 639: 4610
        • 640: 74787
        • 641: 71779
        • 642: 57214
        • 643: 7560
        • 644: 7892
        • 645: 18180
        • 646: 18182
        • 647: 57612
        • 648: 14628
        • 649: 6445
        • 650: 237638
        • 651: 21848
        • 652: 17001
        • 653: 50282
        • 654: 64640
        • 655: 64641
        • 656: 39812
        • 657: 56196
        • 658: 56197
        • 659: 56198
        • 660: 60049
        • 661: 51106
        • 662: 83628
        • 663: 27566
        • 664: 33984
        • 665: 6849
        • 666: 80065
        • 667: 6851
        • 668: 24776
        • 669: 24778
        • 670: 5325
        • 671: 57073
        • 672: 33714
        • 673: 57176
        • 674: 15875
        • 675: 48389
        • 676: 72226
        • 677: 74429
        • 678: 78628
        • 679: 46423
        • 680: 54932
        • 681: 43270
        • 682: 47001
        • 683: 43451
        • 684: 12046
        • 685: 52139
        • 686: 46528
        • 687: 52632
        • 688: 3492
        • 689: 78723
        • 690: 54310
        • 691: 56975
        • 692: 21394
        • 693: 32216
        • 694: 5389
        • 695: 39521
        • 696: 22024
        • 697: 79623
        • 698: 50047
        • 699: 64286
        • 700: 44460
        • 701: 64289
        • 702: 44182
        • 703: 76367
        • 704: 81355
        • 705: 68362
        • 706: 61478
        • 707: 60576
        • 708: 63776
        • 709: 78204
        • 710: 68577
        • 711: 55776
        • 712: 57174
        • 713: 57175
        • 714: 67609
        • 715: 59046
        • 716: 69243
        • 717: 69252
        • 718: 5632
        • 719: 6077
        • 720: 6750
        • 721: 7247
        • 722: 7248
        • 723: 7575
        • 724: 11913
        • 725: 13006
        • 726: 17344
        • 727: 21641
        • 728: 21650
        • 729: 22192
        • 730: 22489
        • 731: 25758
        • 732: 25774
        • 733: 27025
        • 734: 28081
        • 735: 28432
        • 736: 29056
        • 737: 29629
        • 738: 29986
        • 739: 32754
        • 740: 35006
        • 741: 40652
        • 742: 41468
        • 743: 43284
        • 744: 45027
        • 745: 49177
        • 746: 49796
        • 747: 49807
        • 748: 51339
        • 749: 51700
        • 750: 55042
        • 751: 56587
        • 752: 57470
        • 753: 57846
        • 754: 61108
        • 755: 64186
        • 756: 66959
        • 757: 67884
        • 758: 72957
        • 759: 73933
        • 760: 74106
        • 761: 74195
        • 762: 77520
        • 763: 77993
        • 764: 79014
        • 765: 81955
        • 766: 237479
        • 767: 237557
        • 768: 31414
        • 769: 51192
        • 770: 238044
        • 771: 238045
        • 772: 238164
        • 773: 237968
        • 774: 238165
        • 775: 238175
        • 776: 238442
        • 777: 66972
        • 778: 67013
        • 779: 67047
        • 780: 67085
        • 781: 67187
        • 782: 67265
        • 783: 67354
        • 784: 67356
        • 785: 67414
        • 786: 67422
        • 787: 67423
        • 788: 67462
        • 789: 67467
        • 790: 67481
        • 791: 67550
        • 792: 67583
        • 793: 67591
        • 794: 80683
        • 795: 237876
        • 796: 238851
        • 797: 239646
        • 798: 239707
        • 799: 239726
        • 800: 239846
        • 801: 239866
        • 802: 239911
        • 803: 239913
        • 804: 240193
        • 805: 240226
        • 806: 82170
        • 807: 82744
        • 808: 82796
        • 809: 83213
        • 810: 83311
        • 811: 315876
        • 812: 240193
        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_satt250μsselect * from `question_options` where `question_options`.`question_id` in (239911, 239913, 240226, 306275, 315876, 345366) 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 (1) 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_satt150μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5261, 5263, 5903, 5920, 5953) 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_satt240μsselect `id`, `name` from `categories` where `categories`.`id` in (5, 6, 8) 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_satt320μ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 (239911, 239913, 240226, 306275, 315876, 345366) 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_satt140μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (239911, 239913, 240226, 306275, 315876, 345366)
        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 (239911, 239913, 240226, 306275, 315876, 345366) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (239911, 239913, 240226, 306275, 315876, 345366) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (239911, 239913, 240226, 306275, 315876, 345366) 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_satt200μ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_satt140μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 83563) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 83563
        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
      • single_question.blade.php#633debugerror_satt120μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 139554) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 139554
        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_satt220μ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
      16Subject.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\Description
      2Description.php#?
      App\Models\User
      2User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          mzTjzixVp7butf9323HakSUggHMBaYSsmIHoe0sK
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=240193" ]
          _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" => "240193" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "x-https" => array:1 [ 0 => "1" ] "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 => "18.221.158.39" ] "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 => "18.221.158.39" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          []
          
          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 => "Tue, 11 Mar 2025 13:45:52 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpIQUFObWtCLzBPM2szUzR3d1dLa1E9PSIsInZhbHVlIjoiNjdpVSt6Y21OeW4zWThweHBGS01ZdWg4TTdaWHMyc0dhWThZSTVtbFgvZlpWWi9HNloxRm5uUVVyWkhBZjFvN0x3UzJ0RXVMT3AzK2ZEdUMxQ2VScEFUZE9qSTE2MGZBR2RxVHdEZUMwaWJ4c25RZ1REcGVDRDczTEJMUVZJdm0iLCJtYWMiOiI2MDYwZGZiMGRiOWE4YzFhMWMyODYwODI3M2VkYzM5NDQ2NGQ3OTQwZmJhNGU3MDUxOGE1ZmU0MDkxZWFmOTAxIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 13:45:52 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6InpIQUFObWtCLzBPM2szUzR3d1dLa1E9PSIsInZhbHVlIjoiNjdpVSt6Y21OeW4zWThweHBGS01ZdWg4TTdaWHMyc0dhWThZSTVtbFgvZlpWWi9HNloxRm5uUVVyWkhBZjFvN0x3UzJ0R" 1 => "satt_academy_session=eyJpdiI6IlBEQVdpWnZTTUhyUCswcXVNZUYzZXc9PSIsInZhbHVlIjoiUjlzMXlBY0ViLytXaUtUUmU4ZlJwSDlseml2Q1pERnZKUGlPNk9xbEc4Q2FMVzgxOE5FUXlGR3IzNmgvTkFVbHZEYmNrY09aWEoyVzRTdjlKT2dpOW5UZXQxQXlEQ3BFZWdnUDg4OGN5VDd6aXhhQzJEV1MyZ0NPcDg5SnJUdVIiLCJtYWMiOiJlZGRkODIxMDc1NGU5MGEyMWFlNGZjMTZjM2RkNjBlMDZhNDkwMmY2ZDYxMjVhZDEzNzk5NDgwYmE3NTNmNTQzIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 13:45:52 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlBEQVdpWnZTTUhyUCswcXVNZUYzZXc9PSIsInZhbHVlIjoiUjlzMXlBY0ViLytXaUtUUmU4ZlJwSDlseml2Q1pERnZKUGlPNk9xbEc4Q2FMVzgxOE5FUXlGR3IzNmgvTkF" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpIQUFObWtCLzBPM2szUzR3d1dLa1E9PSIsInZhbHVlIjoiNjdpVSt6Y21OeW4zWThweHBGS01ZdWg4TTdaWHMyc0dhWThZSTVtbFgvZlpWWi9HNloxRm5uUVVyWkhBZjFvN0x3UzJ0RXVMT3AzK2ZEdUMxQ2VScEFUZE9qSTE2MGZBR2RxVHdEZUMwaWJ4c25RZ1REcGVDRDczTEJMUVZJdm0iLCJtYWMiOiI2MDYwZGZiMGRiOWE4YzFhMWMyODYwODI3M2VkYzM5NDQ2NGQ3OTQwZmJhNGU3MDUxOGE1ZmU0MDkxZWFmOTAxIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 13:45:52 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InpIQUFObWtCLzBPM2szUzR3d1dLa1E9PSIsInZhbHVlIjoiNjdpVSt6Y21OeW4zWThweHBGS01ZdWg4TTdaWHMyc0dhWThZSTVtbFgvZlpWWi9HNloxRm5uUVVyWkhBZjFvN0x3UzJ0R" 1 => "satt_academy_session=eyJpdiI6IlBEQVdpWnZTTUhyUCswcXVNZUYzZXc9PSIsInZhbHVlIjoiUjlzMXlBY0ViLytXaUtUUmU4ZlJwSDlseml2Q1pERnZKUGlPNk9xbEc4Q2FMVzgxOE5FUXlGR3IzNmgvTkFVbHZEYmNrY09aWEoyVzRTdjlKT2dpOW5UZXQxQXlEQ3BFZWdnUDg4OGN5VDd6aXhhQzJEV1MyZ0NPcDg5SnJUdVIiLCJtYWMiOiJlZGRkODIxMDc1NGU5MGEyMWFlNGZjMTZjM2RkNjBlMDZhNDkwMmY2ZDYxMjVhZDEzNzk5NDgwYmE3NTNmNTQzIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 13:45:52 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IlBEQVdpWnZTTUhyUCswcXVNZUYzZXc9PSIsInZhbHVlIjoiUjlzMXlBY0ViLytXaUtUUmU4ZlJwSDlseml2Q1pERnZKUGlPNk9xbEc4Q2FMVzgxOE5FUXlGR3IzNmgvTkF" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "mzTjzixVp7butf9323HakSUggHMBaYSsmIHoe0sK" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=240193" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-11 19:45:52GET/job-solution/single-question?ques_id=240193333050