Processing math: 0%

একটি সাবানের আকার ৫ সে. মি. * ৪ সে. মি. * ১.৫সে. মি. হলে ৫৫ সে. মি. দৈর্ঘ্য, ৪৮ সে. মি. প্রস্থ এবং ৩০ সে. মি. উচ্চতাবিশিষ্ট একটি বাক্সের মধ্যে কতটি সাবান রাখা যাবে?

Created: 7 years ago | Updated: 3 months ago
Updated: 3 months ago

.

Content added by
Content updated By
Promotion
Request history8.2.27PHP Version56.68msRequest Duration7MBMemory UsageGET job-solution/single-questionRoute
    • Booting (26.11ms)time
    • Application (30.57ms)time
    • 1 x Application (53.94%)
      30.57ms
      1 x Booting (46.05%)
      26.11ms
      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
      32 statements were executed7.11ms
      • QuestionController.php#150debugerror_satt160μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '7451' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 7451
        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_satt130μsselect * from `question_options` where `question_options`.`question_id` in (7451) 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_satt340μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 7451
        Bindings
        • 0: 7451
        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_satt190μ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` = '7451' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 7451
        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`, `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 (7451) 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_satt110μ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_satt120μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (24) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt120μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (3) 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_satt110μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (11269) 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_satt90μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (82935) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt130μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (3) 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_satt180μ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 (7451) 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_satt140μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (7451)
        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 (7451) 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_satt110μ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_satt100μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (7451) 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_satt90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (7451) 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_satt90μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (7451) 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_satt960μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (206, 207)
        Bindings
        • 0: App\Models\Question
        • 1: 206
        • 2: 207
        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.98msselect `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 (29025, 38512, 53009, 55712, 55905, 59639, 59992, 7451, 7945, 8634, 29445, 30560, 30797, 38524, 48634, 51551, 64739, 67326, 67926, 74568, 76243, 78826, 81385, 17339, 17469, 25376, 25540, 27786, 29198, 29564, 29775, 32094, 32145, 41999, 42066, 43758, 51439, 53824, 54155, 54156, 56048, 57213, 57710, 60587, 60776, 60938, 66544, 67183, 73219, 73903, 77326, 8839, 67031, 67077, 67120, 67499, 69572, 69579, 69599, 69608, 69659, 69785, 69797, 69937, 69956, 69962, 70110, 70112, 70182, 70361, 70362, 70379, 70528, 70754, 70845, 70865, 71032, 71127, 71134, 71145, 71314, 71315, 73298, 73467, 79506, 80701, 80777, 81250, 82745, 82823, 83342, 83451, 237852, 238894, 239999, 240030, 240033, 240160, 240170, 240291, 241014, 17115, 25839, 28659, 28666, 30949, 33516, 33804, 34763, 36669, 37055, 37244, 38219, 41313, 44259, 45187, 46087, 48551, 49345, 49352, 50239, 51615, 52433, 52440, 60757, 60915, 61616, 62014, 62016, 62171, 62204, 62359, 62404, 62534, 62867, 63836, 64321, 65780, 69153, 71565, 72011, 75946, 76220, 76395, 77072, 77834, 77925, 78416, 78421, 78424, 79136, 79170, 80137, 245121, 39825, 44584, 45203, 60374, 62334, 62543, 62869, 69071, 71554, 74175, 75972, 77061, 77423, 80138, 7436, 7946, 8626, 10736, 10737, 11822, 11823, 11975, 11976, 16659, 25195, 25515, 25567, 25608, 25807, 25963, 26140, 26167, 26169, 26733, 26750, 26779, 27279, 27728, 27743, 28237, 28945, 29022, 29420, 29708, 29780, 29914, 29934, 30260, 30351, 30355, 30520, 30642, 30652, 30836, 30857, 30859, 30894, 30915, 31095, 31199, 31225, 31234, 31258, 31377, 31790, 32095, 32097, 32146, 32147, 32161, 38120, 39721, 39772, 39947, 40525, 41689, 41766, 41809, 41975, 42005, 43857, 47904, 49208, 49220, 49296, 49468, 52624, 53158, 53160, 53285, 53547, 53753, 53864, 54018, 54225, 54443, 54478, 54510, 54547, 54979, 55174, 55620, 56474, 56706, 56849, 57771, 57908, 58999, 64144, 64969, 68011, 68357, 69350, 71416, 71733, 71800, 72091, 72184, 72377, 72414, 73040, 73212, 73216, 73797, 73983, 74301, 75076, 75286, 75359, 75817, 76767, 76834, 76846, 76950, 78028, 78555, 79845, 80328, 80632, 81006, 81071, 81390, 83677, 237374, 237448, 238135, 7451, 7455, 7487, 7489, 8054, 8094, 8544, 17338, 29429, 30480, 30795, 31346, 31582, 39724, 55727, 56438, 61260, 67009, 67329, 72128, 73895, 78095, 79366, 79920, 79975, 80687, 80718, 81389, 237873, 9767, 8927, 11096, 23460, 26690, 28762, 29563, 30278, 30416, 30744, 31382, 31577, 32096, 35030, 37769, 39281, 41730, 41929, 50832, 50839, 53408, 53660, 54683, 55279, 55519, 55927, 56068, 56155, 59443, 59595, 65462, 65930, 66744, 67073, 67241, 67848, 68027, 71417, 71811, 72607, 76647, 76843, 78543, 79697, 81896, 237449, 239081, 11088, 13915, 14897, 25113, 28098, 28220, 28791, 30686, 30934, 31541, 31693, 31712, 31998, 32008, 32015, 32298, 32946, 33800, 34592, 34767, 35635, 35688, 35695, 35702, 36487, 37271, 37272, 37750, 37896, 38333, 38366, 39255, 39814, 39840, 40050, 40717, 41321, 41347, 41739, 42524, 42853, 43518, 43519, 43939, 44305, 44512, 44599, 45611, 46112, 46200, 46379, 47057, 49580, 51775, 52131, 52411, 52704, 52819, 52837, 57438, 57439, 60331, 61078, 62778, 62966, 63024, 63547, 63870, 63930, 64410, 64412, 64584, 65627, 68685, 69072, 72281, 77851, 78596, 78702, 80849, 82228, 82944, 82946, 16793, 19319, 23331, 25106, 25303, 26538, 27339, 28094, 29896, 30898, 30926, 31016, 31123, 31315, 31539, 31695, 32209, 32498, 32948, 33179, 34771, 34777, 35282, 35301, 35385, 35515, 35712, 36097, 36579, 37174, 37249, 37425, 38218, 38340, 38342, 38807, 39104, 39163, 39257, 39592, 39650, 41318, 41819, 43219, 43391, 43482, 43656, 44114, 44242, 44263, 44277, 44291, 44294, 44435, 44508, 44593, 45798, 45959, 45962, 46377, 47020, 47169, 47270, 47354, 47407, 47557, 47972, 48022, 48244, 48553, 49528, 50690, 51771, 52110, 52824, 54464, 54530, 57048, 60509, 61136, 61143, 61243, 61669, 62211, 62268, 62764, 63330, 63340, 63347, 63432, 63578, 63825, 64036, 64271, 64630, 64867, 65231, 65312, 65313, 65353, 68789, 68841, 68848, 69000, 72022, 74166, 76077, 76194, 76488, 76499, 77405, 77849, 78272, 78599, 80029, 80143, 237802) and `id` != 7451 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 29025
        • 1: 38512
        • 2: 53009
        • 3: 55712
        • 4: 55905
        • 5: 59639
        • 6: 59992
        • 7: 7451
        • 8: 7945
        • 9: 8634
        • 10: 29445
        • 11: 30560
        • 12: 30797
        • 13: 38524
        • 14: 48634
        • 15: 51551
        • 16: 64739
        • 17: 67326
        • 18: 67926
        • 19: 74568
        • 20: 76243
        • 21: 78826
        • 22: 81385
        • 23: 17339
        • 24: 17469
        • 25: 25376
        • 26: 25540
        • 27: 27786
        • 28: 29198
        • 29: 29564
        • 30: 29775
        • 31: 32094
        • 32: 32145
        • 33: 41999
        • 34: 42066
        • 35: 43758
        • 36: 51439
        • 37: 53824
        • 38: 54155
        • 39: 54156
        • 40: 56048
        • 41: 57213
        • 42: 57710
        • 43: 60587
        • 44: 60776
        • 45: 60938
        • 46: 66544
        • 47: 67183
        • 48: 73219
        • 49: 73903
        • 50: 77326
        • 51: 8839
        • 52: 67031
        • 53: 67077
        • 54: 67120
        • 55: 67499
        • 56: 69572
        • 57: 69579
        • 58: 69599
        • 59: 69608
        • 60: 69659
        • 61: 69785
        • 62: 69797
        • 63: 69937
        • 64: 69956
        • 65: 69962
        • 66: 70110
        • 67: 70112
        • 68: 70182
        • 69: 70361
        • 70: 70362
        • 71: 70379
        • 72: 70528
        • 73: 70754
        • 74: 70845
        • 75: 70865
        • 76: 71032
        • 77: 71127
        • 78: 71134
        • 79: 71145
        • 80: 71314
        • 81: 71315
        • 82: 73298
        • 83: 73467
        • 84: 79506
        • 85: 80701
        • 86: 80777
        • 87: 81250
        • 88: 82745
        • 89: 82823
        • 90: 83342
        • 91: 83451
        • 92: 237852
        • 93: 238894
        • 94: 239999
        • 95: 240030
        • 96: 240033
        • 97: 240160
        • 98: 240170
        • 99: 240291
        • 100: 241014
        • 101: 17115
        • 102: 25839
        • 103: 28659
        • 104: 28666
        • 105: 30949
        • 106: 33516
        • 107: 33804
        • 108: 34763
        • 109: 36669
        • 110: 37055
        • 111: 37244
        • 112: 38219
        • 113: 41313
        • 114: 44259
        • 115: 45187
        • 116: 46087
        • 117: 48551
        • 118: 49345
        • 119: 49352
        • 120: 50239
        • 121: 51615
        • 122: 52433
        • 123: 52440
        • 124: 60757
        • 125: 60915
        • 126: 61616
        • 127: 62014
        • 128: 62016
        • 129: 62171
        • 130: 62204
        • 131: 62359
        • 132: 62404
        • 133: 62534
        • 134: 62867
        • 135: 63836
        • 136: 64321
        • 137: 65780
        • 138: 69153
        • 139: 71565
        • 140: 72011
        • 141: 75946
        • 142: 76220
        • 143: 76395
        • 144: 77072
        • 145: 77834
        • 146: 77925
        • 147: 78416
        • 148: 78421
        • 149: 78424
        • 150: 79136
        • 151: 79170
        • 152: 80137
        • 153: 245121
        • 154: 39825
        • 155: 44584
        • 156: 45203
        • 157: 60374
        • 158: 62334
        • 159: 62543
        • 160: 62869
        • 161: 69071
        • 162: 71554
        • 163: 74175
        • 164: 75972
        • 165: 77061
        • 166: 77423
        • 167: 80138
        • 168: 7436
        • 169: 7946
        • 170: 8626
        • 171: 10736
        • 172: 10737
        • 173: 11822
        • 174: 11823
        • 175: 11975
        • 176: 11976
        • 177: 16659
        • 178: 25195
        • 179: 25515
        • 180: 25567
        • 181: 25608
        • 182: 25807
        • 183: 25963
        • 184: 26140
        • 185: 26167
        • 186: 26169
        • 187: 26733
        • 188: 26750
        • 189: 26779
        • 190: 27279
        • 191: 27728
        • 192: 27743
        • 193: 28237
        • 194: 28945
        • 195: 29022
        • 196: 29420
        • 197: 29708
        • 198: 29780
        • 199: 29914
        • 200: 29934
        • 201: 30260
        • 202: 30351
        • 203: 30355
        • 204: 30520
        • 205: 30642
        • 206: 30652
        • 207: 30836
        • 208: 30857
        • 209: 30859
        • 210: 30894
        • 211: 30915
        • 212: 31095
        • 213: 31199
        • 214: 31225
        • 215: 31234
        • 216: 31258
        • 217: 31377
        • 218: 31790
        • 219: 32095
        • 220: 32097
        • 221: 32146
        • 222: 32147
        • 223: 32161
        • 224: 38120
        • 225: 39721
        • 226: 39772
        • 227: 39947
        • 228: 40525
        • 229: 41689
        • 230: 41766
        • 231: 41809
        • 232: 41975
        • 233: 42005
        • 234: 43857
        • 235: 47904
        • 236: 49208
        • 237: 49220
        • 238: 49296
        • 239: 49468
        • 240: 52624
        • 241: 53158
        • 242: 53160
        • 243: 53285
        • 244: 53547
        • 245: 53753
        • 246: 53864
        • 247: 54018
        • 248: 54225
        • 249: 54443
        • 250: 54478
        • 251: 54510
        • 252: 54547
        • 253: 54979
        • 254: 55174
        • 255: 55620
        • 256: 56474
        • 257: 56706
        • 258: 56849
        • 259: 57771
        • 260: 57908
        • 261: 58999
        • 262: 64144
        • 263: 64969
        • 264: 68011
        • 265: 68357
        • 266: 69350
        • 267: 71416
        • 268: 71733
        • 269: 71800
        • 270: 72091
        • 271: 72184
        • 272: 72377
        • 273: 72414
        • 274: 73040
        • 275: 73212
        • 276: 73216
        • 277: 73797
        • 278: 73983
        • 279: 74301
        • 280: 75076
        • 281: 75286
        • 282: 75359
        • 283: 75817
        • 284: 76767
        • 285: 76834
        • 286: 76846
        • 287: 76950
        • 288: 78028
        • 289: 78555
        • 290: 79845
        • 291: 80328
        • 292: 80632
        • 293: 81006
        • 294: 81071
        • 295: 81390
        • 296: 83677
        • 297: 237374
        • 298: 237448
        • 299: 238135
        • 300: 7451
        • 301: 7455
        • 302: 7487
        • 303: 7489
        • 304: 8054
        • 305: 8094
        • 306: 8544
        • 307: 17338
        • 308: 29429
        • 309: 30480
        • 310: 30795
        • 311: 31346
        • 312: 31582
        • 313: 39724
        • 314: 55727
        • 315: 56438
        • 316: 61260
        • 317: 67009
        • 318: 67329
        • 319: 72128
        • 320: 73895
        • 321: 78095
        • 322: 79366
        • 323: 79920
        • 324: 79975
        • 325: 80687
        • 326: 80718
        • 327: 81389
        • 328: 237873
        • 329: 9767
        • 330: 8927
        • 331: 11096
        • 332: 23460
        • 333: 26690
        • 334: 28762
        • 335: 29563
        • 336: 30278
        • 337: 30416
        • 338: 30744
        • 339: 31382
        • 340: 31577
        • 341: 32096
        • 342: 35030
        • 343: 37769
        • 344: 39281
        • 345: 41730
        • 346: 41929
        • 347: 50832
        • 348: 50839
        • 349: 53408
        • 350: 53660
        • 351: 54683
        • 352: 55279
        • 353: 55519
        • 354: 55927
        • 355: 56068
        • 356: 56155
        • 357: 59443
        • 358: 59595
        • 359: 65462
        • 360: 65930
        • 361: 66744
        • 362: 67073
        • 363: 67241
        • 364: 67848
        • 365: 68027
        • 366: 71417
        • 367: 71811
        • 368: 72607
        • 369: 76647
        • 370: 76843
        • 371: 78543
        • 372: 79697
        • 373: 81896
        • 374: 237449
        • 375: 239081
        • 376: 11088
        • 377: 13915
        • 378: 14897
        • 379: 25113
        • 380: 28098
        • 381: 28220
        • 382: 28791
        • 383: 30686
        • 384: 30934
        • 385: 31541
        • 386: 31693
        • 387: 31712
        • 388: 31998
        • 389: 32008
        • 390: 32015
        • 391: 32298
        • 392: 32946
        • 393: 33800
        • 394: 34592
        • 395: 34767
        • 396: 35635
        • 397: 35688
        • 398: 35695
        • 399: 35702
        • 400: 36487
        • 401: 37271
        • 402: 37272
        • 403: 37750
        • 404: 37896
        • 405: 38333
        • 406: 38366
        • 407: 39255
        • 408: 39814
        • 409: 39840
        • 410: 40050
        • 411: 40717
        • 412: 41321
        • 413: 41347
        • 414: 41739
        • 415: 42524
        • 416: 42853
        • 417: 43518
        • 418: 43519
        • 419: 43939
        • 420: 44305
        • 421: 44512
        • 422: 44599
        • 423: 45611
        • 424: 46112
        • 425: 46200
        • 426: 46379
        • 427: 47057
        • 428: 49580
        • 429: 51775
        • 430: 52131
        • 431: 52411
        • 432: 52704
        • 433: 52819
        • 434: 52837
        • 435: 57438
        • 436: 57439
        • 437: 60331
        • 438: 61078
        • 439: 62778
        • 440: 62966
        • 441: 63024
        • 442: 63547
        • 443: 63870
        • 444: 63930
        • 445: 64410
        • 446: 64412
        • 447: 64584
        • 448: 65627
        • 449: 68685
        • 450: 69072
        • 451: 72281
        • 452: 77851
        • 453: 78596
        • 454: 78702
        • 455: 80849
        • 456: 82228
        • 457: 82944
        • 458: 82946
        • 459: 16793
        • 460: 19319
        • 461: 23331
        • 462: 25106
        • 463: 25303
        • 464: 26538
        • 465: 27339
        • 466: 28094
        • 467: 29896
        • 468: 30898
        • 469: 30926
        • 470: 31016
        • 471: 31123
        • 472: 31315
        • 473: 31539
        • 474: 31695
        • 475: 32209
        • 476: 32498
        • 477: 32948
        • 478: 33179
        • 479: 34771
        • 480: 34777
        • 481: 35282
        • 482: 35301
        • 483: 35385
        • 484: 35515
        • 485: 35712
        • 486: 36097
        • 487: 36579
        • 488: 37174
        • 489: 37249
        • 490: 37425
        • 491: 38218
        • 492: 38340
        • 493: 38342
        • 494: 38807
        • 495: 39104
        • 496: 39163
        • 497: 39257
        • 498: 39592
        • 499: 39650
        • 500: 41318
        • 501: 41819
        • 502: 43219
        • 503: 43391
        • 504: 43482
        • 505: 43656
        • 506: 44114
        • 507: 44242
        • 508: 44263
        • 509: 44277
        • 510: 44291
        • 511: 44294
        • 512: 44435
        • 513: 44508
        • 514: 44593
        • 515: 45798
        • 516: 45959
        • 517: 45962
        • 518: 46377
        • 519: 47020
        • 520: 47169
        • 521: 47270
        • 522: 47354
        • 523: 47407
        • 524: 47557
        • 525: 47972
        • 526: 48022
        • 527: 48244
        • 528: 48553
        • 529: 49528
        • 530: 50690
        • 531: 51771
        • 532: 52110
        • 533: 52824
        • 534: 54464
        • 535: 54530
        • 536: 57048
        • 537: 60509
        • 538: 61136
        • 539: 61143
        • 540: 61243
        • 541: 61669
        • 542: 62211
        • 543: 62268
        • 544: 62764
        • 545: 63330
        • 546: 63340
        • 547: 63347
        • 548: 63432
        • 549: 63578
        • 550: 63825
        • 551: 64036
        • 552: 64271
        • 553: 64630
        • 554: 64867
        • 555: 65231
        • 556: 65312
        • 557: 65313
        • 558: 65353
        • 559: 68789
        • 560: 68841
        • 561: 68848
        • 562: 69000
        • 563: 72022
        • 564: 74166
        • 565: 76077
        • 566: 76194
        • 567: 76488
        • 568: 76499
        • 569: 77405
        • 570: 77849
        • 571: 78272
        • 572: 78599
        • 573: 80029
        • 574: 80143
        • 575: 237802
        • 576: 7451
        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 (240030, 240160, 240170, 240291, 241014, 245121) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt110μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (3) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt140μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5261, 5263, 5276, 5291, 5321) 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_satt130μsselect `id`, `name` from `categories` where `categories`.`id` in (5, 6, 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_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 (240030, 240160, 240170, 240291, 241014, 245121) 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_satt170μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (240030, 240160, 240170, 240291, 241014, 245121)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (240030, 240160, 240170, 240291, 241014, 245121) 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_satt90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (240030, 240160, 240170, 240291, 241014, 245121) 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_satt90μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (240030, 240160, 240170, 240291, 241014, 245121) 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_satt140μsselect * from `categories` where `categories`.`id` = 1 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 1
        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_satt100μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 7451) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 7451
        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_satt140μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      10Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.php#?
      App\Models\Category
      5Category.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\User
      3User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
          _token
          ksQjeKrQPV1QQiWwg9WFhKqqZeO3p730tt5jvgaV
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=7451%20%20%20%20%2...
          _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" => "7451" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImtpalpCclVEV0l1ZHJEWkQzbGpENVE9PSIsInZhbHVlIjoic2VRNFNFbFBRZmp4SDhnM0I2WHJQVkQ5dFVxU3dlV1FJM1BHK3lDUlBZbFUyTE1YWHRmejhidUhvRnNmN3FDYWVsbFNRd0tuN0pyRzZobWkzYUZnWWlIRlRFc2pwRFVTWmFHSGNZR0hhRUJ0cThwNjJTYTNLeWdkbEUrQVF0ck4iLCJtYWMiOiI4ZTkzZTE3ZjFjZDU2MjU4NTNkYmEyNmIxYzlmNDVlZWJlZWE2OGI4NDMwMjBlMGEzNGY1ZWM3ZjkxYzU0OWEyIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6Ik1jMzRJaWcrMExISndqeVh0NWhaaVE9PSIsInZhbHVlIjoiQ1EwZmk1ZkxMOCsxczJ6b2V0NWkxMlRmTzFQajFBYnFLL21qZE1TSkUzcXBRVCtWOGNLaXlJUG45bklRV0x6NEx6ZDJGa3dva2IrUE5PU25GdWMvRkRvSlZzVjlCZ09XeU4rNElrSFdyRGRXUjlmbGRoT2lzZ1QwaU0xS3padm0iLCJtYWMiOiIyNjMxMWI1NTM1YjUzOTg0NzE4ZGUzODI3ODQwMTlmOGUyZTc0NGQ4MTkwMGQ5OTBjZGY5MmUxMzkxNjRiYTlkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImtpalpCclVEV0l1ZHJEWkQzbGpENVE9PSIsInZhbHVlIjoic2VRNFNFbFBRZmp4SDhnM0I2WHJQVkQ5dFVxU3dlV1FJM1BHK3lDUlBZbFUyTE1YWHRmejhidUhvRnNmN3FDYWVsbFNRd" ] "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.100.52" ] "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.100.52" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "ksQjeKrQPV1QQiWwg9WFhKqqZeO3p730tt5jvgaV" "satt_academy_session" => "8kzAzNcycTm2WUXwTRR3Sa7IEbkREU8EUJbwIXyc" ]
          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 04:58:35 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "35" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IldMNFNjcmlKQ0tlcDJKeVZkbWlHU0E9PSIsInZhbHVlIjoiKzdBMVZWTmhiNFJuMXVOaGVPKzNSWlh4bm9ueUNqdmwyUFE5NkZBNk1iMmoySlpEb0JpTjNCbUsxNEVoSVNCaVVwSXo0cGIzMzd6ZzNqWTZpV3c0SDJJN3ZvWVdRU3hvZC93S2lEZDBLaEVOZzZTNkdHbW5ZRkpPOTdBM0lKcWkiLCJtYWMiOiJhMjg5ZDJiYmE0MjlmMzBiYjdlYWY5NWQ4ZWUyMGI5ODJkNjU4YzQ2YzU0YTVjZDIzZGIyMjk0Y2Q3ODViNzkwIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 04:58:35 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IldMNFNjcmlKQ0tlcDJKeVZkbWlHU0E9PSIsInZhbHVlIjoiKzdBMVZWTmhiNFJuMXVOaGVPKzNSWlh4bm9ueUNqdmwyUFE5NkZBNk1iMmoySlpEb0JpTjNCbUsxNEVoSVNCaVVwSXo0c" 1 => "satt_academy_session=eyJpdiI6IkhKUENDK0hxRVR3RkRXMjNkelJSN1E9PSIsInZhbHVlIjoiNWUrdVFxZUJJRDJwMHhsMGUzSmdPYUgyeFVHZFdodUpRanlVeS9PMGhGeEJaV2xVbjhFakZlbk1oeVBJQTRlcC9KQ2xIRDRYM3FnN2tiazRLTFY5QVR4R0J2bDRVQ1psYnpCSzljbFk0RFpoZ25FdndlY1NYWXJ5bURaWFlWRFIiLCJtYWMiOiI0MDU4OTEyMjEzNjg1MGI5YmMxOTk4ODFiYTVkOGU3ZDRiNTQ3ZjM3N2YxZGM4MTkzMzE4MDc5N2ZiZWVlM2Q1IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 04:58:35 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkhKUENDK0hxRVR3RkRXMjNkelJSN1E9PSIsInZhbHVlIjoiNWUrdVFxZUJJRDJwMHhsMGUzSmdPYUgyeFVHZFdodUpRanlVeS9PMGhGeEJaV2xVbjhFakZlbk1oeVBJQTR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IldMNFNjcmlKQ0tlcDJKeVZkbWlHU0E9PSIsInZhbHVlIjoiKzdBMVZWTmhiNFJuMXVOaGVPKzNSWlh4bm9ueUNqdmwyUFE5NkZBNk1iMmoySlpEb0JpTjNCbUsxNEVoSVNCaVVwSXo0cGIzMzd6ZzNqWTZpV3c0SDJJN3ZvWVdRU3hvZC93S2lEZDBLaEVOZzZTNkdHbW5ZRkpPOTdBM0lKcWkiLCJtYWMiOiJhMjg5ZDJiYmE0MjlmMzBiYjdlYWY5NWQ4ZWUyMGI5ODJkNjU4YzQ2YzU0YTVjZDIzZGIyMjk0Y2Q3ODViNzkwIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 04:58:35 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IldMNFNjcmlKQ0tlcDJKeVZkbWlHU0E9PSIsInZhbHVlIjoiKzdBMVZWTmhiNFJuMXVOaGVPKzNSWlh4bm9ueUNqdmwyUFE5NkZBNk1iMmoySlpEb0JpTjNCbUsxNEVoSVNCaVVwSXo0c" 1 => "satt_academy_session=eyJpdiI6IkhKUENDK0hxRVR3RkRXMjNkelJSN1E9PSIsInZhbHVlIjoiNWUrdVFxZUJJRDJwMHhsMGUzSmdPYUgyeFVHZFdodUpRanlVeS9PMGhGeEJaV2xVbjhFakZlbk1oeVBJQTRlcC9KQ2xIRDRYM3FnN2tiazRLTFY5QVR4R0J2bDRVQ1psYnpCSzljbFk0RFpoZ25FdndlY1NYWXJ5bURaWFlWRFIiLCJtYWMiOiI0MDU4OTEyMjEzNjg1MGI5YmMxOTk4ODFiYTVkOGU3ZDRiNTQ3ZjM3N2YxZGM4MTkzMzE4MDc5N2ZiZWVlM2Q1IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 04:58:35 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkhKUENDK0hxRVR3RkRXMjNkelJSN1E9PSIsInZhbHVlIjoiNWUrdVFxZUJJRDJwMHhsMGUzSmdPYUgyeFVHZFdodUpRanlVeS9PMGhGeEJaV2xVbjhFakZlbk1oeVBJQTR" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "ksQjeKrQPV1QQiWwg9WFhKqqZeO3p730tt5jvgaV" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=7451%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-16 10:58:35GET/job-solution/single-question?ques_id=7451++++++++++++++++++++++++++++333246