Processing math: 0%

The area of the floor of an auditorium is 600 sq. meter. How many unbroken tiles of dimension 10 x 30 cm³ will be required to cover the floor completely?

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

.

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