‘হে দারিদ্র তুমি মোরে করেছ মহান তুমি মোরে দানিয়াছ খ্রিষ্টের সম্মান কন্টক মুকুট শোভা’- কবিতাংশটুকু কোন কবির কবিতার অংশ ?

Created: 7 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version62.46msRequest Duration9MBMemory UsageGET job-solution/single-questionRoute
    • Booting (27.1ms)time
    • Application (35.35ms)time
    • 1 x Application (56.59%)
      35.35ms
      1 x Booting (43.4%)
      27.10ms
      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
      29 statements were executed5.5ms
      • QuestionController.php#150debugerror_satt140μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '3643' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 3643
        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_satt110μsselect * from `question_options` where `question_options`.`question_id` in (3643) 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_satt460μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 3643
        Bindings
        • 0: 3643
        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_satt170μ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` = '3643' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 3643
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt130μsselect `id`, `question_id`, `option_1`, `option_2`, `option_3`, `option_4`, `option_5`, `image_option`, `image_question`, `answer` from `question_options` where `question_options`.`question_id` in (3643) 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_satt100μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (62) 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_satt100μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (1) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt120μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (1) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt160μ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 (3643) 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_satt110μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (3643)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt170μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (3643) 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 (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_satt80μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (3643) 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_satt70μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (3643) 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_satt80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (3643) 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_satt660μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (804)
        Bindings
        • 0: App\Models\Question
        • 1: 804
        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.34msselect `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 (81719, 77105, 657, 658, 659, 662, 682, 797, 848, 852, 901, 1073, 1075, 1092, 1213, 1231, 1397, 1736, 1740, 1757, 1991, 2224, 2226, 2327, 2413, 2415, 2418, 2608, 2756, 2856, 2857, 3083, 3084, 3252, 3259, 3265, 14927, 3350, 1919, 3273, 3425, 3430, 3545, 3547, 3632, 3633, 3643, 3997, 4003, 4237, 4320, 4857, 4934, 5092, 5127, 5235, 5748, 6017, 6560, 6590, 6886, 7047, 7055, 7121, 7458, 7459, 7606, 7623, 7626, 7635, 7717, 7761, 7803, 7957, 7974, 8169, 8170, 9208, 9230, 9374, 9607, 10038, 10319, 10756, 10772, 10794, 10795, 11109, 11593, 11906, 12033, 12035, 12038, 12140, 12284, 12298, 12582, 12790, 13184, 13189, 13632, 13797, 13803, 13949, 14596, 14733, 14735, 14749, 14753, 14809, 15253, 15788, 15799, 15800, 16304, 16593, 17196, 17544, 18165, 18177, 18189, 18436, 18897, 18958, 19110, 19406, 19821, 19822, 19823, 20000, 20487, 20641, 21059, 21114, 21121, 21257, 21378, 21547, 21564, 21856, 22002, 22019, 22031, 22037, 22319, 22535, 22651, 22938, 22940, 23102, 23173, 23360, 23668, 23677, 23683, 23684, 23915, 24253, 24414, 24618, 25082, 26998, 27571, 28127, 28557, 29004, 29009, 29287, 29288, 29701, 29874, 29876, 29880, 31413, 31417, 31458, 32856, 34650, 36450, 37140, 37147, 37522, 38076, 38446, 39478, 39493, 39505, 39517, 39523, 40198, 40658, 40706, 40709, 41180, 41459, 42915, 44474, 44836, 45030, 46440, 46530, 46697, 47858, 48086, 48146, 48531, 49167, 49416, 50125, 50127, 50128, 50875, 51051, 51138, 51289, 51513, 51871, 51874, 52152, 52156, 52160, 52164, 52168, 52172, 52366, 53392, 54186, 54859, 55702, 56207, 56381, 56459, 56619, 56764, 56908, 57181, 57681, 57799, 57833, 57834, 57871, 58131, 58139, 58152, 58336, 58653, 58734, 58959, 58961, 58967, 58968, 59026, 59068, 59357, 60103, 60138, 60714, 60879, 60923, 61210, 63961, 64652, 65056, 65956, 66137, 66292, 66961, 67620, 68228, 68230, 69315, 71340, 71438, 71694, 72146, 72222, 72396, 72399, 72803, 73093, 73127, 73128, 73157, 73198, 73528, 73718, 74103, 74484, 74524, 74606, 74844, 75256, 76455, 76797, 77794, 78665, 79033, 79035, 79074, 79476, 79681, 79948, 80071, 80075, 81018, 81522, 81961, 82018, 82068, 82665, 82861, 83380, 83639, 237314, 237331, 237576, 237580, 3926, 3990, 3992, 3995, 4135, 4321, 4606, 5621, 5760, 5762, 6665, 7373, 7562, 7636, 8178, 9206, 11231, 11594, 12144, 12951, 13181, 13318, 13792, 13855, 15224, 16055, 16090, 16373, 16747, 18360, 18787, 18923, 18962, 19373, 20071, 20494, 21005, 21548, 22177, 22480, 22943, 23570, 23669, 23679, 24248, 24316, 24399, 24479, 24729, 24940, 25080, 25088, 25858, 25859, 25934, 25980, 26350, 26999, 27848, 28426, 29621, 29762, 29965, 30155, 36453, 37142, 37525, 37806, 39446, 39571, 39576, 39851, 41179, 41436, 42901, 43709, 43850, 44057, 46432, 46791, 48140, 49245, 50283, 50788, 50792, 51117, 53400, 54169, 54876, 56193, 56384, 56458, 57341, 57802, 58394, 59332, 59417, 60052, 65049, 65377, 67820, 67821, 68201, 68229, 68955, 71693, 71786, 71993, 72564, 72809, 73942, 74525, 75257, 75791, 75901, 76547, 77384, 77792, 78371, 78587, 79679, 79765, 79795, 80074, 81582, 81883, 82424, 83170, 237327, 237502, 237582, 237587, 78088) and `id` != 3643 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 81719
        • 1: 77105
        • 2: 657
        • 3: 658
        • 4: 659
        • 5: 662
        • 6: 682
        • 7: 797
        • 8: 848
        • 9: 852
        • 10: 901
        • 11: 1073
        • 12: 1075
        • 13: 1092
        • 14: 1213
        • 15: 1231
        • 16: 1397
        • 17: 1736
        • 18: 1740
        • 19: 1757
        • 20: 1991
        • 21: 2224
        • 22: 2226
        • 23: 2327
        • 24: 2413
        • 25: 2415
        • 26: 2418
        • 27: 2608
        • 28: 2756
        • 29: 2856
        • 30: 2857
        • 31: 3083
        • 32: 3084
        • 33: 3252
        • 34: 3259
        • 35: 3265
        • 36: 14927
        • 37: 3350
        • 38: 1919
        • 39: 3273
        • 40: 3425
        • 41: 3430
        • 42: 3545
        • 43: 3547
        • 44: 3632
        • 45: 3633
        • 46: 3643
        • 47: 3997
        • 48: 4003
        • 49: 4237
        • 50: 4320
        • 51: 4857
        • 52: 4934
        • 53: 5092
        • 54: 5127
        • 55: 5235
        • 56: 5748
        • 57: 6017
        • 58: 6560
        • 59: 6590
        • 60: 6886
        • 61: 7047
        • 62: 7055
        • 63: 7121
        • 64: 7458
        • 65: 7459
        • 66: 7606
        • 67: 7623
        • 68: 7626
        • 69: 7635
        • 70: 7717
        • 71: 7761
        • 72: 7803
        • 73: 7957
        • 74: 7974
        • 75: 8169
        • 76: 8170
        • 77: 9208
        • 78: 9230
        • 79: 9374
        • 80: 9607
        • 81: 10038
        • 82: 10319
        • 83: 10756
        • 84: 10772
        • 85: 10794
        • 86: 10795
        • 87: 11109
        • 88: 11593
        • 89: 11906
        • 90: 12033
        • 91: 12035
        • 92: 12038
        • 93: 12140
        • 94: 12284
        • 95: 12298
        • 96: 12582
        • 97: 12790
        • 98: 13184
        • 99: 13189
        • 100: 13632
        • 101: 13797
        • 102: 13803
        • 103: 13949
        • 104: 14596
        • 105: 14733
        • 106: 14735
        • 107: 14749
        • 108: 14753
        • 109: 14809
        • 110: 15253
        • 111: 15788
        • 112: 15799
        • 113: 15800
        • 114: 16304
        • 115: 16593
        • 116: 17196
        • 117: 17544
        • 118: 18165
        • 119: 18177
        • 120: 18189
        • 121: 18436
        • 122: 18897
        • 123: 18958
        • 124: 19110
        • 125: 19406
        • 126: 19821
        • 127: 19822
        • 128: 19823
        • 129: 20000
        • 130: 20487
        • 131: 20641
        • 132: 21059
        • 133: 21114
        • 134: 21121
        • 135: 21257
        • 136: 21378
        • 137: 21547
        • 138: 21564
        • 139: 21856
        • 140: 22002
        • 141: 22019
        • 142: 22031
        • 143: 22037
        • 144: 22319
        • 145: 22535
        • 146: 22651
        • 147: 22938
        • 148: 22940
        • 149: 23102
        • 150: 23173
        • 151: 23360
        • 152: 23668
        • 153: 23677
        • 154: 23683
        • 155: 23684
        • 156: 23915
        • 157: 24253
        • 158: 24414
        • 159: 24618
        • 160: 25082
        • 161: 26998
        • 162: 27571
        • 163: 28127
        • 164: 28557
        • 165: 29004
        • 166: 29009
        • 167: 29287
        • 168: 29288
        • 169: 29701
        • 170: 29874
        • 171: 29876
        • 172: 29880
        • 173: 31413
        • 174: 31417
        • 175: 31458
        • 176: 32856
        • 177: 34650
        • 178: 36450
        • 179: 37140
        • 180: 37147
        • 181: 37522
        • 182: 38076
        • 183: 38446
        • 184: 39478
        • 185: 39493
        • 186: 39505
        • 187: 39517
        • 188: 39523
        • 189: 40198
        • 190: 40658
        • 191: 40706
        • 192: 40709
        • 193: 41180
        • 194: 41459
        • 195: 42915
        • 196: 44474
        • 197: 44836
        • 198: 45030
        • 199: 46440
        • 200: 46530
        • 201: 46697
        • 202: 47858
        • 203: 48086
        • 204: 48146
        • 205: 48531
        • 206: 49167
        • 207: 49416
        • 208: 50125
        • 209: 50127
        • 210: 50128
        • 211: 50875
        • 212: 51051
        • 213: 51138
        • 214: 51289
        • 215: 51513
        • 216: 51871
        • 217: 51874
        • 218: 52152
        • 219: 52156
        • 220: 52160
        • 221: 52164
        • 222: 52168
        • 223: 52172
        • 224: 52366
        • 225: 53392
        • 226: 54186
        • 227: 54859
        • 228: 55702
        • 229: 56207
        • 230: 56381
        • 231: 56459
        • 232: 56619
        • 233: 56764
        • 234: 56908
        • 235: 57181
        • 236: 57681
        • 237: 57799
        • 238: 57833
        • 239: 57834
        • 240: 57871
        • 241: 58131
        • 242: 58139
        • 243: 58152
        • 244: 58336
        • 245: 58653
        • 246: 58734
        • 247: 58959
        • 248: 58961
        • 249: 58967
        • 250: 58968
        • 251: 59026
        • 252: 59068
        • 253: 59357
        • 254: 60103
        • 255: 60138
        • 256: 60714
        • 257: 60879
        • 258: 60923
        • 259: 61210
        • 260: 63961
        • 261: 64652
        • 262: 65056
        • 263: 65956
        • 264: 66137
        • 265: 66292
        • 266: 66961
        • 267: 67620
        • 268: 68228
        • 269: 68230
        • 270: 69315
        • 271: 71340
        • 272: 71438
        • 273: 71694
        • 274: 72146
        • 275: 72222
        • 276: 72396
        • 277: 72399
        • 278: 72803
        • 279: 73093
        • 280: 73127
        • 281: 73128
        • 282: 73157
        • 283: 73198
        • 284: 73528
        • 285: 73718
        • 286: 74103
        • 287: 74484
        • 288: 74524
        • 289: 74606
        • 290: 74844
        • 291: 75256
        • 292: 76455
        • 293: 76797
        • 294: 77794
        • 295: 78665
        • 296: 79033
        • 297: 79035
        • 298: 79074
        • 299: 79476
        • 300: 79681
        • 301: 79948
        • 302: 80071
        • 303: 80075
        • 304: 81018
        • 305: 81522
        • 306: 81961
        • 307: 82018
        • 308: 82068
        • 309: 82665
        • 310: 82861
        • 311: 83380
        • 312: 83639
        • 313: 237314
        • 314: 237331
        • 315: 237576
        • 316: 237580
        • 317: 3926
        • 318: 3990
        • 319: 3992
        • 320: 3995
        • 321: 4135
        • 322: 4321
        • 323: 4606
        • 324: 5621
        • 325: 5760
        • 326: 5762
        • 327: 6665
        • 328: 7373
        • 329: 7562
        • 330: 7636
        • 331: 8178
        • 332: 9206
        • 333: 11231
        • 334: 11594
        • 335: 12144
        • 336: 12951
        • 337: 13181
        • 338: 13318
        • 339: 13792
        • 340: 13855
        • 341: 15224
        • 342: 16055
        • 343: 16090
        • 344: 16373
        • 345: 16747
        • 346: 18360
        • 347: 18787
        • 348: 18923
        • 349: 18962
        • 350: 19373
        • 351: 20071
        • 352: 20494
        • 353: 21005
        • 354: 21548
        • 355: 22177
        • 356: 22480
        • 357: 22943
        • 358: 23570
        • 359: 23669
        • 360: 23679
        • 361: 24248
        • 362: 24316
        • 363: 24399
        • 364: 24479
        • 365: 24729
        • 366: 24940
        • 367: 25080
        • 368: 25088
        • 369: 25858
        • 370: 25859
        • 371: 25934
        • 372: 25980
        • 373: 26350
        • 374: 26999
        • 375: 27848
        • 376: 28426
        • 377: 29621
        • 378: 29762
        • 379: 29965
        • 380: 30155
        • 381: 36453
        • 382: 37142
        • 383: 37525
        • 384: 37806
        • 385: 39446
        • 386: 39571
        • 387: 39576
        • 388: 39851
        • 389: 41179
        • 390: 41436
        • 391: 42901
        • 392: 43709
        • 393: 43850
        • 394: 44057
        • 395: 46432
        • 396: 46791
        • 397: 48140
        • 398: 49245
        • 399: 50283
        • 400: 50788
        • 401: 50792
        • 402: 51117
        • 403: 53400
        • 404: 54169
        • 405: 54876
        • 406: 56193
        • 407: 56384
        • 408: 56458
        • 409: 57341
        • 410: 57802
        • 411: 58394
        • 412: 59332
        • 413: 59417
        • 414: 60052
        • 415: 65049
        • 416: 65377
        • 417: 67820
        • 418: 67821
        • 419: 68201
        • 420: 68229
        • 421: 68955
        • 422: 71693
        • 423: 71786
        • 424: 71993
        • 425: 72564
        • 426: 72809
        • 427: 73942
        • 428: 74525
        • 429: 75257
        • 430: 75791
        • 431: 75901
        • 432: 76547
        • 433: 77384
        • 434: 77792
        • 435: 78371
        • 436: 78587
        • 437: 79679
        • 438: 79765
        • 439: 79795
        • 440: 80074
        • 441: 81582
        • 442: 81883
        • 443: 82424
        • 444: 83170
        • 445: 237327
        • 446: 237502
        • 447: 237582
        • 448: 237587
        • 449: 78088
        • 450: 3643
        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 * from `question_options` where `question_options`.`question_id` in (237314, 237502, 237576, 237580, 237582, 237587) 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_satt90μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (1) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt110μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (4879, 4882, 4883) 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_satt210μ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 (237314, 237502, 237576, 237580, 237582, 237587) 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_satt110μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (237314, 237502, 237576, 237580, 237582, 237587)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (237314, 237502, 237576, 237580, 237582, 237587) 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_satt70μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (237314, 237502, 237576, 237580, 237582, 237587) 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 (237314, 237502, 237576, 237580, 237582, 237587) 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` = 2 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 2
        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` = 3643) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 3643
        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_satt130μ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
      12Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      4SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
      App\Models\User
      1User.php#?
      App\Models\Category
      1Category.php#?
          _token
          EMkFVLqpA5RE6RsbzLxtDq3q9BCJ4uMA80VvCGr1
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=3643%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" => "3643" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IngvMzNJQjVuN1BvcmYrK0RsRzJOdHc9PSIsInZhbHVlIjoiejhRM2FxNUVwVU1YY253VUVaeE4zZERwOUw2elJoUWw5RHBJTzJOd0NnUlAxL2tKWVJDSDNldUFvV2FwdWRuSjNZVWdaUG8zd2NmSytEUjRRWnZxZEJFcHRNZGw3RGdPSVBYdk0wdEx3QmxISWlWajRRUEpYVDFrdndKZWZVeUoiLCJtYWMiOiJkNWZiYzJiY2NmMTNmN2E5OWFlYjNiMzlmYmNlNTllYjA2YWY3MjhmNzJlNzFiNTZiMGExNmRjOTUxMTg4ZjdiIiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6IjNsdFN1ZW9TZVJNYTJEVnVQRHVhN3c9PSIsInZhbHVlIjoiSlRsMGVnaERENzdkZE9KVGthdFpWK0ltRVo1VWxyQzRXUVpFcUZJeVVEeUttV1RJaDNOaUNNcXE2aFdKYVVOQUI4cjNFRlpnNFZTVW9mNkIrWkl4dUphemV4VEVoYzFlY0NkaXpTVWZib3FtR0ozN2ZDTkhyYk1mZ2JIODNHRlYiLCJtYWMiOiJjZDRiMDI3ZTNmNzAzMTc4MjY5MWI5N2Y0NWJiZmQ5MWJkMTIzMDI5ZGVlM2M5NjhlNGU4ZDE3ODlmMGY4Zjc5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IngvMzNJQjVuN1BvcmYrK0RsRzJOdHc9PSIsInZhbHVlIjoiejhRM2FxNUVwVU1YY253VUVaeE4zZERwOUw2elJoUWw5RHBJTzJOd0NnUlAxL2tKWVJDSDNldUFvV2FwdWRuSjNZVWdaU" ] "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.59.18.177" ] "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.59.18.177" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "EMkFVLqpA5RE6RsbzLxtDq3q9BCJ4uMA80VvCGr1" "satt_academy_session" => "2ihqM8pxOkQdchRXpxOe2YNe9FfF45OEbdcd1dwn" ]
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 16 Mar 2025 20:21:55 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "45" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlIvdHNNTWdTVFpDUC8vcWV1Qk8vMHc9PSIsInZhbHVlIjoiRjdTaEd6dVg0OWxkRnZCUGVyOXdpdG1uNUNsbkpIUDI1SStRdEp1UUE2cVEydkFPazB3L0pUQnZmbjVMQkRsMXg5TlNkQlF5cFN6Tkpmbm5VWUxQN3VNWHE4QUU2SEFsaDVMMFE4MGtobDBoYjhXQXovN1VLSW9WZUtCWWpKRlQiLCJtYWMiOiI1NDU0OTY3ZDJiOTFiMWRlYmQzYzkyYmU0MTI5MDc1YzMzYWRhMWQ2YmQ0MTE2MWM0MGQyNmYwOTgyZGMwYjZjIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:21:55 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IlIvdHNNTWdTVFpDUC8vcWV1Qk8vMHc9PSIsInZhbHVlIjoiRjdTaEd6dVg0OWxkRnZCUGVyOXdpdG1uNUNsbkpIUDI1SStRdEp1UUE2cVEydkFPazB3L0pUQnZmbjVMQkRsMXg5TlNkQ" 1 => "satt_academy_session=eyJpdiI6Ik5UYStLOHNpVVA2dnBSVmJrNU5Ub0E9PSIsInZhbHVlIjoickpYcngzbWxzVzE2VXlEWVFTM1dIa3hWUFVxMTdzN3hpYnpVcE1pVzFoUElQQzd4Q0dtcjljbU9iUnFzQklxeTQxV2M3Q2ZzMk9HdnZXOHUyYVNvRU1rS1VKdldsV0Zib3YyN3FOZm1OQzd5MzVLZ2xySXNaVlRRQm1WbmdWaVMiLCJtYWMiOiIyNDkzOGJkMDNmODBiMzdiYjU0ZTYyNjExZjhiMjlkYTJmYTRlNzNmNTlkMDM1MjkxNmU4MjlkMzMzNDJjMWI1IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:21:55 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6Ik5UYStLOHNpVVA2dnBSVmJrNU5Ub0E9PSIsInZhbHVlIjoickpYcngzbWxzVzE2VXlEWVFTM1dIa3hWUFVxMTdzN3hpYnpVcE1pVzFoUElQQzd4Q0dtcjljbU9iUnFzQkl" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlIvdHNNTWdTVFpDUC8vcWV1Qk8vMHc9PSIsInZhbHVlIjoiRjdTaEd6dVg0OWxkRnZCUGVyOXdpdG1uNUNsbkpIUDI1SStRdEp1UUE2cVEydkFPazB3L0pUQnZmbjVMQkRsMXg5TlNkQlF5cFN6Tkpmbm5VWUxQN3VNWHE4QUU2SEFsaDVMMFE4MGtobDBoYjhXQXovN1VLSW9WZUtCWWpKRlQiLCJtYWMiOiI1NDU0OTY3ZDJiOTFiMWRlYmQzYzkyYmU0MTI5MDc1YzMzYWRhMWQ2YmQ0MTE2MWM0MGQyNmYwOTgyZGMwYjZjIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:21:55 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlIvdHNNTWdTVFpDUC8vcWV1Qk8vMHc9PSIsInZhbHVlIjoiRjdTaEd6dVg0OWxkRnZCUGVyOXdpdG1uNUNsbkpIUDI1SStRdEp1UUE2cVEydkFPazB3L0pUQnZmbjVMQkRsMXg5TlNkQ" 1 => "satt_academy_session=eyJpdiI6Ik5UYStLOHNpVVA2dnBSVmJrNU5Ub0E9PSIsInZhbHVlIjoickpYcngzbWxzVzE2VXlEWVFTM1dIa3hWUFVxMTdzN3hpYnpVcE1pVzFoUElQQzd4Q0dtcjljbU9iUnFzQklxeTQxV2M3Q2ZzMk9HdnZXOHUyYVNvRU1rS1VKdldsV0Zib3YyN3FOZm1OQzd5MzVLZ2xySXNaVlRRQm1WbmdWaVMiLCJtYWMiOiIyNDkzOGJkMDNmODBiMzdiYjU0ZTYyNjExZjhiMjlkYTJmYTRlNzNmNTlkMDM1MjkxNmU4MjlkMzMzNDJjMWI1IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:21:55 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6Ik5UYStLOHNpVVA2dnBSVmJrNU5Ub0E9PSIsInZhbHVlIjoickpYcngzbWxzVzE2VXlEWVFTM1dIa3hWUFVxMTdzN3hpYnpVcE1pVzFoUElQQzd4Q0dtcjljbU9iUnFzQkl" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "EMkFVLqpA5RE6RsbzLxtDq3q9BCJ4uMA80VvCGr1" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=3643%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-17 02:21:55GET/job-solution/single-question?ques_id=3643++++++++++++++++++++++++++++332940