সার্কভুক্ত দেশসমূহের মধ্যে কোন দেশের মাথাপিছু আয় সবচেয়ে বেশি?

Created: 7 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version141msRequest Duration35MBMemory UsageGET job-solution/single-questionRoute
    • Booting (92.99ms)time
    • Application (48.07ms)time
    • 1 x Booting (65.92%)
      92.99ms
      1 x Application (34.08%)
      48.07ms
      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 executed7.18ms
      • QuestionController.php#150debugerror_satt270μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '14251' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 14251
        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_satt630μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 14251
        Bindings
        • 0: 14251
        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_satt230μ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` = '14251' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 14251
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt160μsselect `id`, `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 (14251) 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_satt120μ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_satt140μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (153) 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_satt150μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (5) 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_satt220μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (5) 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_satt290μ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 (14251) 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_satt440μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (14251)
        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_satt270μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (14251) 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_satt190μ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_satt140μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (14251) 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_satt130μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (14251) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256debugerror_satt130μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (14251) 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_satt550μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (9932, 11552)
        Bindings
        • 0: App\Models\Question
        • 1: 9932
        • 2: 11552
        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.12msselect `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 (12438, 13968, 14016, 14958, 15047, 17092, 19024, 21929, 22071, 26578, 27881, 28683, 29610, 29723, 30312, 31970, 32059, 32809, 32899, 32917, 33628, 33705, 34415, 34555, 34677, 35331, 35728, 36035, 36740, 37305, 37434, 37496, 37850, 38383, 38837, 39120, 39623, 41129, 41130, 41955, 43492, 43600, 44037, 44208, 44629, 45493, 45561, 45718, 46890, 47016, 47220, 47357, 47502, 47563, 48495, 49369, 55296, 57309, 62893, 63052, 63670, 64080, 64219, 64385, 64511, 64528, 65581, 65784, 75448, 78884, 82459, 238222, 3822, 5437, 6502, 12411, 13236, 13758, 14251, 15363, 17375, 17646, 17879, 18755, 20678, 21785, 23032, 23052, 23737, 24553, 24948, 26575, 30621, 43130, 48123, 50512, 51081, 54776, 54922, 55350, 56228, 56340, 58827, 58867, 66120, 68143, 69503, 70302, 71159, 72452, 73176, 73182, 73362, 77353, 78039, 78849, 81233, 81990, 65580, 62889, 1107, 1496, 3291, 3722, 4023, 4136, 6503, 7545, 11164, 15514, 17138, 17630, 19792, 20238, 22253, 22882, 24453, 24906, 32407, 37796, 41413, 59534, 76595, 83428, 16029, 54264, 41718, 12991, 82151, 3877, 10962, 77594, 2242, 79720, 77452, 46764, 67956, 71327, 80228, 19157, 20942, 44840, 4825, 46450, 73055, 26209, 23501, 1933, 16152, 1843, 58873, 83536, 17773, 15363, 14251, 57352) and `id` != 14251 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 12438
        • 1: 13968
        • 2: 14016
        • 3: 14958
        • 4: 15047
        • 5: 17092
        • 6: 19024
        • 7: 21929
        • 8: 22071
        • 9: 26578
        • 10: 27881
        • 11: 28683
        • 12: 29610
        • 13: 29723
        • 14: 30312
        • 15: 31970
        • 16: 32059
        • 17: 32809
        • 18: 32899
        • 19: 32917
        • 20: 33628
        • 21: 33705
        • 22: 34415
        • 23: 34555
        • 24: 34677
        • 25: 35331
        • 26: 35728
        • 27: 36035
        • 28: 36740
        • 29: 37305
        • 30: 37434
        • 31: 37496
        • 32: 37850
        • 33: 38383
        • 34: 38837
        • 35: 39120
        • 36: 39623
        • 37: 41129
        • 38: 41130
        • 39: 41955
        • 40: 43492
        • 41: 43600
        • 42: 44037
        • 43: 44208
        • 44: 44629
        • 45: 45493
        • 46: 45561
        • 47: 45718
        • 48: 46890
        • 49: 47016
        • 50: 47220
        • 51: 47357
        • 52: 47502
        • 53: 47563
        • 54: 48495
        • 55: 49369
        • 56: 55296
        • 57: 57309
        • 58: 62893
        • 59: 63052
        • 60: 63670
        • 61: 64080
        • 62: 64219
        • 63: 64385
        • 64: 64511
        • 65: 64528
        • 66: 65581
        • 67: 65784
        • 68: 75448
        • 69: 78884
        • 70: 82459
        • 71: 238222
        • 72: 3822
        • 73: 5437
        • 74: 6502
        • 75: 12411
        • 76: 13236
        • 77: 13758
        • 78: 14251
        • 79: 15363
        • 80: 17375
        • 81: 17646
        • 82: 17879
        • 83: 18755
        • 84: 20678
        • 85: 21785
        • 86: 23032
        • 87: 23052
        • 88: 23737
        • 89: 24553
        • 90: 24948
        • 91: 26575
        • 92: 30621
        • 93: 43130
        • 94: 48123
        • 95: 50512
        • 96: 51081
        • 97: 54776
        • 98: 54922
        • 99: 55350
        • 100: 56228
        • 101: 56340
        • 102: 58827
        • 103: 58867
        • 104: 66120
        • 105: 68143
        • 106: 69503
        • 107: 70302
        • 108: 71159
        • 109: 72452
        • 110: 73176
        • 111: 73182
        • 112: 73362
        • 113: 77353
        • 114: 78039
        • 115: 78849
        • 116: 81233
        • 117: 81990
        • 118: 65580
        • 119: 62889
        • 120: 1107
        • 121: 1496
        • 122: 3291
        • 123: 3722
        • 124: 4023
        • 125: 4136
        • 126: 6503
        • 127: 7545
        • 128: 11164
        • 129: 15514
        • 130: 17138
        • 131: 17630
        • 132: 19792
        • 133: 20238
        • 134: 22253
        • 135: 22882
        • 136: 24453
        • 137: 24906
        • 138: 32407
        • 139: 37796
        • 140: 41413
        • 141: 59534
        • 142: 76595
        • 143: 83428
        • 144: 16029
        • 145: 54264
        • 146: 41718
        • 147: 12991
        • 148: 82151
        • 149: 3877
        • 150: 10962
        • 151: 77594
        • 152: 2242
        • 153: 79720
        • 154: 77452
        • 155: 46764
        • 156: 67956
        • 157: 71327
        • 158: 80228
        • 159: 19157
        • 160: 20942
        • 161: 44840
        • 162: 4825
        • 163: 46450
        • 164: 73055
        • 165: 26209
        • 166: 23501
        • 167: 1933
        • 168: 16152
        • 169: 1843
        • 170: 58873
        • 171: 83536
        • 172: 17773
        • 173: 15363
        • 174: 14251
        • 175: 57352
        • 176: 14251
        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 * from `question_options` where `question_options`.`question_id` in (81990, 82151, 82459, 83428, 83536, 238222) 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_satt140μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (5) 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_satt190μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (1069, 1071, 1076, 1090, 1093, 4935) 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_satt150μsselect `id`, `name` from `categories` where `categories`.`id` in (8, 15) and `categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt300μ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 (81990, 82151, 82459, 83428, 83536, 238222) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451debugerror_satt170μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (81990, 82151, 82459, 83428, 83536, 238222)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (81990, 82151, 82459, 83428, 83536, 238222) 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_satt120μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (81990, 82151, 82459, 83428, 83536, 238222) 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_satt110μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (81990, 82151, 82459, 83428, 83536, 238222) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • single_question.blade.php#85debugerror_satt200μsselect * from `categories` where `categories`.`id` = 8 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 8
        Backtrace
        • view::questions.mcq.single_question:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • single_question.blade.php#633debugerror_satt140μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 14251) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 14251
        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
      7QuestionOption.php#?
      App\Models\SubCategory
      7SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Category
      3Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
      App\Models\User
      1User.php#?
          _token
          djk18kstBxjCwz9oHjhaqlWKgUvQUd0QIGwviwWq
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=14251%20%20%20%20%...
          _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" => "14251" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "x-https" => array:1 [ 0 => "1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "3.14.88.3" ] "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.14.88.3" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 13 Mar 2025 16:18:45 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "56" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlBqQ2V1ZUIrSlNYNWZvS0ZSR01KSEE9PSIsInZhbHVlIjoiZ1h1SjdqeDFPV21qcTBhaXk0N0tRb0JORWV4aldIVmZzdlJWRHh4ZDN2RThKQlNXaUMyMEhmQ293aGNqb0RvdWg1SW1IUFJURFM1ZUJXQzJMZHYwM1g5TkNFR3NHdGs2a1ZCMHhRdCtCRXNFVEZTR05yNldEY2I4b2lEanBOelMiLCJtYWMiOiI1YTM3YWM3OWUwMzUxYmRkMGMwZWJjZDk1YTk4NzI1ZWYwMGIzOWY0Mzg0MmEyOWJlZTBlM2RmNzU5YmNjYjEyIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 16:18:45 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IlBqQ2V1ZUIrSlNYNWZvS0ZSR01KSEE9PSIsInZhbHVlIjoiZ1h1SjdqeDFPV21qcTBhaXk0N0tRb0JORWV4aldIVmZzdlJWRHh4ZDN2RThKQlNXaUMyMEhmQ293aGNqb0RvdWg1SW1IU" 1 => "satt_academy_session=eyJpdiI6Im5tZGczWWd2TXc3QklpWkdUQU81TkE9PSIsInZhbHVlIjoiNkV0R0U0emZOV0FhdkYvTUcyTFZiOThkdVpMU1FHSEo2cGlud2ViaDAvNWVYWitKVzJMclZYalJ6cHhOOUltY2Mzc2tRNUtjU3VKWGJGclNvVGpiS01wZkNJeUlteWpzTmw5ZmVHWXVjS2t3ZUVvU2FUaGpqd0FhZktidUFybHYiLCJtYWMiOiJjM2U4NzFiNDdjMDc0NGJlZTI4MTZkMzhkNGI1MGMzZTU4ODc2MzY3ODRkMzM5NDU0MDU5MWNlNWJiMDJlM2I2IiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 16:18:45 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6Im5tZGczWWd2TXc3QklpWkdUQU81TkE9PSIsInZhbHVlIjoiNkV0R0U0emZOV0FhdkYvTUcyTFZiOThkdVpMU1FHSEo2cGlud2ViaDAvNWVYWitKVzJMclZYalJ6cHhOOUl" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlBqQ2V1ZUIrSlNYNWZvS0ZSR01KSEE9PSIsInZhbHVlIjoiZ1h1SjdqeDFPV21qcTBhaXk0N0tRb0JORWV4aldIVmZzdlJWRHh4ZDN2RThKQlNXaUMyMEhmQ293aGNqb0RvdWg1SW1IUFJURFM1ZUJXQzJMZHYwM1g5TkNFR3NHdGs2a1ZCMHhRdCtCRXNFVEZTR05yNldEY2I4b2lEanBOelMiLCJtYWMiOiI1YTM3YWM3OWUwMzUxYmRkMGMwZWJjZDk1YTk4NzI1ZWYwMGIzOWY0Mzg0MmEyOWJlZTBlM2RmNzU5YmNjYjEyIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 16:18:45 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlBqQ2V1ZUIrSlNYNWZvS0ZSR01KSEE9PSIsInZhbHVlIjoiZ1h1SjdqeDFPV21qcTBhaXk0N0tRb0JORWV4aldIVmZzdlJWRHh4ZDN2RThKQlNXaUMyMEhmQ293aGNqb0RvdWg1SW1IU" 1 => "satt_academy_session=eyJpdiI6Im5tZGczWWd2TXc3QklpWkdUQU81TkE9PSIsInZhbHVlIjoiNkV0R0U0emZOV0FhdkYvTUcyTFZiOThkdVpMU1FHSEo2cGlud2ViaDAvNWVYWitKVzJMclZYalJ6cHhOOUltY2Mzc2tRNUtjU3VKWGJGclNvVGpiS01wZkNJeUlteWpzTmw5ZmVHWXVjS2t3ZUVvU2FUaGpqd0FhZktidUFybHYiLCJtYWMiOiJjM2U4NzFiNDdjMDc0NGJlZTI4MTZkMzhkNGI1MGMzZTU4ODc2MzY3ODRkMzM5NDU0MDU5MWNlNWJiMDJlM2I2IiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 16:18:45 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6Im5tZGczWWd2TXc3QklpWkdUQU81TkE9PSIsInZhbHVlIjoiNkV0R0U0emZOV0FhdkYvTUcyTFZiOThkdVpMU1FHSEo2cGlud2ViaDAvNWVYWitKVzJMclZYalJ6cHhOOUl" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "djk18kstBxjCwz9oHjhaqlWKgUvQUd0QIGwviwWq" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=14251%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-13 22:18:45GET/job-solution/single-question?ques_id=14251++++++++++++++++++++++++++++332944