মিতা একটি কাজ ১০ দিনে করতে পারে । রিতা সে কাজ ১৫ দিনে করতে পারে। তারা একত্রে কত দিনে কাজটি শেষ করতে পারবে?

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

.

Content added by
Content updated By
Promotion
Request history8.2.27PHP Version54.55msRequest Duration7MBMemory UsageGET job-solution/single-questionRoute
    • Booting (26.64ms)time
    • Application (27.91ms)time
    • 1 x Application (51.16%)
      27.91ms
      1 x Booting (48.83%)
      26.64ms
      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.24ms
      • QuestionController.php#150debugerror_satt150μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '83025' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 83025
        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 (83025) 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_satt280μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 83025
        Bindings
        • 0: 83025
        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_satt180μ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` = '83025' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 83025
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt110μsselect `id`, `question_id`, `option_1`, `option_2`, `option_3`, `option_4`, `option_5`, `image_option`, `image_question`, `answer` from `question_options` where `question_options`.`question_id` in (83025) 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_satt170μ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 (1084) 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_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_satt100μ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 (83025) 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_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (83025)
        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_satt240μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (83025) 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 (57212) 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 (83025) 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 (83025) 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 (83025) 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.08msselect `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 (7551, 7599, 7815, 7900, 8668, 8803, 10659, 10799, 13662, 13825, 14302, 14822, 16205, 16239, 17952, 18859, 20254, 20255, 20783, 21484, 22421, 22658, 23583, 24893, 25098, 25241, 25280, 25369, 25412, 25426, 25512, 25519, 25520, 25548, 25558, 25599, 25698, 25717, 25888, 25889, 25960, 26151, 26158, 26166, 26386, 26686, 26698, 27511, 27543, 27560, 27690, 27946, 27947, 28387, 28606, 28766, 29343, 29413, 29430, 29461, 29544, 29575, 29779, 29786, 29941, 30257, 30431, 30511, 30517, 30558, 30701, 30726, 30834, 30855, 31195, 31226, 31252, 31292, 31344, 31353, 31373, 31386, 31584, 31683, 31686, 31811, 31818, 35026, 39276, 39282, 39865, 40194, 40880, 40881, 41695, 41707, 41774, 41844, 41885, 42017, 42502, 42661, 42706, 42716, 43128, 46448, 46615, 46694, 47128, 47704, 47706, 49217, 49218, 49293, 50526, 50643, 50843, 51424, 51487, 52983, 53297, 53738, 54279, 54494, 54539, 54567, 54748, 55623, 55658, 55661, 55803, 55806, 56304, 56435, 56531, 57064, 57212, 57403, 58252, 58300, 58446, 58981, 59129, 59206, 59225, 59922, 60586, 60774, 60936, 64132, 64740, 64963, 65459, 65927, 66012, 66177, 66513, 66540, 66543, 66666, 66894, 67668, 67750, 67754, 67844, 67927, 68307, 69361, 69364, 72407, 72615, 73217, 73681, 74122, 74288, 75133, 75623, 75629, 75866, 76644, 76759, 77308, 77679, 78749, 79635, 80432, 80631, 81933, 83025, 7897, 8133, 8134, 8266, 9802, 27158, 30240, 30467, 30948, 31116, 33283, 33284, 33293, 34786, 34934, 35100, 35701, 37038, 37051, 37060, 37284, 37548, 38364, 39105, 40114, 40797, 41565, 41826, 42144, 43527, 45768, 46204, 46205, 47346, 48861, 49017, 51940, 52034, 57388, 60533, 60626, 62551, 63168, 63342, 63551, 65219, 65298, 10713, 12982, 14821, 15629, 28763, 29247, 37820, 10747, 10748, 11985, 13910, 15553, 15630, 18849, 19312, 25096) and `id` != 83025 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 7551
        • 1: 7599
        • 2: 7815
        • 3: 7900
        • 4: 8668
        • 5: 8803
        • 6: 10659
        • 7: 10799
        • 8: 13662
        • 9: 13825
        • 10: 14302
        • 11: 14822
        • 12: 16205
        • 13: 16239
        • 14: 17952
        • 15: 18859
        • 16: 20254
        • 17: 20255
        • 18: 20783
        • 19: 21484
        • 20: 22421
        • 21: 22658
        • 22: 23583
        • 23: 24893
        • 24: 25098
        • 25: 25241
        • 26: 25280
        • 27: 25369
        • 28: 25412
        • 29: 25426
        • 30: 25512
        • 31: 25519
        • 32: 25520
        • 33: 25548
        • 34: 25558
        • 35: 25599
        • 36: 25698
        • 37: 25717
        • 38: 25888
        • 39: 25889
        • 40: 25960
        • 41: 26151
        • 42: 26158
        • 43: 26166
        • 44: 26386
        • 45: 26686
        • 46: 26698
        • 47: 27511
        • 48: 27543
        • 49: 27560
        • 50: 27690
        • 51: 27946
        • 52: 27947
        • 53: 28387
        • 54: 28606
        • 55: 28766
        • 56: 29343
        • 57: 29413
        • 58: 29430
        • 59: 29461
        • 60: 29544
        • 61: 29575
        • 62: 29779
        • 63: 29786
        • 64: 29941
        • 65: 30257
        • 66: 30431
        • 67: 30511
        • 68: 30517
        • 69: 30558
        • 70: 30701
        • 71: 30726
        • 72: 30834
        • 73: 30855
        • 74: 31195
        • 75: 31226
        • 76: 31252
        • 77: 31292
        • 78: 31344
        • 79: 31353
        • 80: 31373
        • 81: 31386
        • 82: 31584
        • 83: 31683
        • 84: 31686
        • 85: 31811
        • 86: 31818
        • 87: 35026
        • 88: 39276
        • 89: 39282
        • 90: 39865
        • 91: 40194
        • 92: 40880
        • 93: 40881
        • 94: 41695
        • 95: 41707
        • 96: 41774
        • 97: 41844
        • 98: 41885
        • 99: 42017
        • 100: 42502
        • 101: 42661
        • 102: 42706
        • 103: 42716
        • 104: 43128
        • 105: 46448
        • 106: 46615
        • 107: 46694
        • 108: 47128
        • 109: 47704
        • 110: 47706
        • 111: 49217
        • 112: 49218
        • 113: 49293
        • 114: 50526
        • 115: 50643
        • 116: 50843
        • 117: 51424
        • 118: 51487
        • 119: 52983
        • 120: 53297
        • 121: 53738
        • 122: 54279
        • 123: 54494
        • 124: 54539
        • 125: 54567
        • 126: 54748
        • 127: 55623
        • 128: 55658
        • 129: 55661
        • 130: 55803
        • 131: 55806
        • 132: 56304
        • 133: 56435
        • 134: 56531
        • 135: 57064
        • 136: 57212
        • 137: 57403
        • 138: 58252
        • 139: 58300
        • 140: 58446
        • 141: 58981
        • 142: 59129
        • 143: 59206
        • 144: 59225
        • 145: 59922
        • 146: 60586
        • 147: 60774
        • 148: 60936
        • 149: 64132
        • 150: 64740
        • 151: 64963
        • 152: 65459
        • 153: 65927
        • 154: 66012
        • 155: 66177
        • 156: 66513
        • 157: 66540
        • 158: 66543
        • 159: 66666
        • 160: 66894
        • 161: 67668
        • 162: 67750
        • 163: 67754
        • 164: 67844
        • 165: 67927
        • 166: 68307
        • 167: 69361
        • 168: 69364
        • 169: 72407
        • 170: 72615
        • 171: 73217
        • 172: 73681
        • 173: 74122
        • 174: 74288
        • 175: 75133
        • 176: 75623
        • 177: 75629
        • 178: 75866
        • 179: 76644
        • 180: 76759
        • 181: 77308
        • 182: 77679
        • 183: 78749
        • 184: 79635
        • 185: 80432
        • 186: 80631
        • 187: 81933
        • 188: 83025
        • 189: 7897
        • 190: 8133
        • 191: 8134
        • 192: 8266
        • 193: 9802
        • 194: 27158
        • 195: 30240
        • 196: 30467
        • 197: 30948
        • 198: 31116
        • 199: 33283
        • 200: 33284
        • 201: 33293
        • 202: 34786
        • 203: 34934
        • 204: 35100
        • 205: 35701
        • 206: 37038
        • 207: 37051
        • 208: 37060
        • 209: 37284
        • 210: 37548
        • 211: 38364
        • 212: 39105
        • 213: 40114
        • 214: 40797
        • 215: 41565
        • 216: 41826
        • 217: 42144
        • 218: 43527
        • 219: 45768
        • 220: 46204
        • 221: 46205
        • 222: 47346
        • 223: 48861
        • 224: 49017
        • 225: 51940
        • 226: 52034
        • 227: 57388
        • 228: 60533
        • 229: 60626
        • 230: 62551
        • 231: 63168
        • 232: 63342
        • 233: 63551
        • 234: 65219
        • 235: 65298
        • 236: 10713
        • 237: 12982
        • 238: 14821
        • 239: 15629
        • 240: 28763
        • 241: 29247
        • 242: 37820
        • 243: 10747
        • 244: 10748
        • 245: 11985
        • 246: 13910
        • 247: 15553
        • 248: 15630
        • 249: 18849
        • 250: 19312
        • 251: 25096
        • 252: 83025
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt190μsselect * from `question_options` where `question_options`.`question_id` in (77679, 78749, 79635, 80432, 80631, 81933) 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 (1004, 1023, 1036, 1049, 1051, 1068) 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_satt120μsselect `id`, `name` from `categories` where `categories`.`id` in (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_satt230μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (77679, 78749, 79635, 80432, 80631, 81933) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt150μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (77679, 78749, 79635, 80432, 80631, 81933)
        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 (77679, 78749, 79635, 80432, 80631, 81933) 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 (77679, 78749, 79635, 80432, 80631, 81933) 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_satt80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (77679, 78749, 79635, 80432, 80631, 81933) 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` = 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_satt100μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 114737) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 114737
        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_satt150μ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
      7SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\User
      3User.php#?
      App\Models\Category
      2Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
          _token
          lQ2OxVKl82jMsRpXH6Rt7FQvBEEpa8J6CzVK6qBN
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=83025" ]
          _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" => "83025" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImxNOE9YOFFLbWVhQkYyYkFoVHNRYmc9PSIsInZhbHVlIjoiOEl5VzBsS0JlV3k4bGtuY1lnbDVCT0M3TStyTzh0a3ZCUGlBZUQrUFN2eGlGNlc5elNyeGVNTkF6QkNyQ0l5TzBLRnlMRkpNczg1RlpIR0NKTkZmMmZEd09pQ2V3TUNiSlFJM0hSUlgxbnJHTEorTmtONm1sNngyQVp6a1krRWsiLCJtYWMiOiIxNzI2YmY0YWUwMTU5YWYxMWQ1ZjZhMDZhZmQyYjhhOTRiZDViZDJmNjRiODA3MDg4ZWZjMmQ4ODk3OTcxZTk2IiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6IlEzc1hSU2JKSmRSOWFyeTBjTGFsNlE9PSIsInZhbHVlIjoiUERsbVE3dHZubUNCVTdzZTF1dWI2WlFtcUM4eVIyS1IwdEE5YmIrY0tKNnFwak9EMnVhNEU1SzdLdFVtV0ZyY2k2WnNHZ2FMdityY0l4T25xWm0yVExic25vV3cvN1I3dGt0YnA1N2Z3ejZVSGVaaXgvdnY1U3l2TlJuMmtGeTgiLCJtYWMiOiI3MGQ2MTY4MDNjOTFkMThhZDcwNzA2MzMyYmUzNDM1ZmUxYjNkMDU2OWEwZjVmMTJmMTkzYjE1YjM4ZWRmOTUyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImxNOE9YOFFLbWVhQkYyYkFoVHNRYmc9PSIsInZhbHVlIjoiOEl5VzBsS0JlV3k4bGtuY1lnbDVCT0M3TStyTzh0a3ZCUGlBZUQrUFN2eGlGNlc5elNyeGVNTkF6QkNyQ0l5TzBLRnlMR" ] "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 => "13.58.74.190" ] "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 => "13.58.74.190" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "lQ2OxVKl82jMsRpXH6Rt7FQvBEEpa8J6CzVK6qBN" "satt_academy_session" => "0nmDPDw1IEtRo6MuuUpkTNgLr1fqraX7wF3KyUUG" ]
          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:38:14 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "41" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjI5SHBsUkpxUlZRWklKOGdNNmlSL0E9PSIsInZhbHVlIjoidTZkbGcxLy9FSWRHUHc3alZaOHBrY0ZsZEMwYm10ZUtCT0V3ZnYvbXhuZ1RoMnd0WGxrd3JjOExSOGpWVzBKRU9tNU1NSGVTM2pyOENaMVNKUHR4OHFvS252SlVWUkVtY2Q1cGpTOTd6bVN3QW5vRk5GZkh4Q0psb3lHUjNUTDYiLCJtYWMiOiIxZDAxM2Y1OWRjYjE0NjVlYmNjNzMwMWIzMzNiMjIwNWE2Mjc2MjFlYjgyZDQ2YjBmNzljZGExNzQwMTdjNjgxIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 04:38:14 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IjI5SHBsUkpxUlZRWklKOGdNNmlSL0E9PSIsInZhbHVlIjoidTZkbGcxLy9FSWRHUHc3alZaOHBrY0ZsZEMwYm10ZUtCT0V3ZnYvbXhuZ1RoMnd0WGxrd3JjOExSOGpWVzBKRU9tNU1NS" 1 => "satt_academy_session=eyJpdiI6IkF6c2lsSFl4TjZmMUd6WVhEMWdYbEE9PSIsInZhbHVlIjoiM0ZWeHZVR1ByWldRNHdoU2xWeHhCbkpybTZtTU5ab1lUUmIxZStsa3FSQk1UYnYxem1yZysxYjNnbUhlWHNTaDVyc0ZjWkZoOWJYWFQwcExSVDRFL2xBbi9GTERPODUzY3VDYk5nd0EySHZyQ3YrOWpESGZacU9wUklodytPUGciLCJtYWMiOiI1ZWZjM2Y5ZjFjN2Y0ZDA0OGIxZTJiY2IzMjczMjA5MmUyM2ViOWI4OWZhNzAzZmY0Zjg4ZGE0ODdkMjI0NmMzIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 04:38:14 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkF6c2lsSFl4TjZmMUd6WVhEMWdYbEE9PSIsInZhbHVlIjoiM0ZWeHZVR1ByWldRNHdoU2xWeHhCbkpybTZtTU5ab1lUUmIxZStsa3FSQk1UYnYxem1yZysxYjNnbUhlWHN" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjI5SHBsUkpxUlZRWklKOGdNNmlSL0E9PSIsInZhbHVlIjoidTZkbGcxLy9FSWRHUHc3alZaOHBrY0ZsZEMwYm10ZUtCT0V3ZnYvbXhuZ1RoMnd0WGxrd3JjOExSOGpWVzBKRU9tNU1NSGVTM2pyOENaMVNKUHR4OHFvS252SlVWUkVtY2Q1cGpTOTd6bVN3QW5vRk5GZkh4Q0psb3lHUjNUTDYiLCJtYWMiOiIxZDAxM2Y1OWRjYjE0NjVlYmNjNzMwMWIzMzNiMjIwNWE2Mjc2MjFlYjgyZDQ2YjBmNzljZGExNzQwMTdjNjgxIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 04:38:14 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjI5SHBsUkpxUlZRWklKOGdNNmlSL0E9PSIsInZhbHVlIjoidTZkbGcxLy9FSWRHUHc3alZaOHBrY0ZsZEMwYm10ZUtCT0V3ZnYvbXhuZ1RoMnd0WGxrd3JjOExSOGpWVzBKRU9tNU1NS" 1 => "satt_academy_session=eyJpdiI6IkF6c2lsSFl4TjZmMUd6WVhEMWdYbEE9PSIsInZhbHVlIjoiM0ZWeHZVR1ByWldRNHdoU2xWeHhCbkpybTZtTU5ab1lUUmIxZStsa3FSQk1UYnYxem1yZysxYjNnbUhlWHNTaDVyc0ZjWkZoOWJYWFQwcExSVDRFL2xBbi9GTERPODUzY3VDYk5nd0EySHZyQ3YrOWpESGZacU9wUklodytPUGciLCJtYWMiOiI1ZWZjM2Y5ZjFjN2Y0ZDA0OGIxZTJiY2IzMjczMjA5MmUyM2ViOWI4OWZhNzAzZmY0Zjg4ZGE0ODdkMjI0NmMzIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 04:38:14 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkF6c2lsSFl4TjZmMUd6WVhEMWdYbEE9PSIsInZhbHVlIjoiM0ZWeHZVR1ByWldRNHdoU2xWeHhCbkpybTZtTU5ab1lUUmIxZStsa3FSQk1UYnYxem1yZysxYjNnbUhlWHN" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "lQ2OxVKl82jMsRpXH6Rt7FQvBEEpa8J6CzVK6qBN" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=83025" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-16 10:38:14GET/job-solution/single-question?ques_id=83025333143