Select the pair that best expresses a relationship similar to the one expressed in the pair extinguish : germinate

Created: 2 years ago | Updated: 2 years ago
Updated: 2 years ago
Please, contribute to add content.
Content
Content added by
Promotion
Request history8.2.28PHP Version79.19msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (36.48ms)time
    • Application (42.72ms)time
    • 1 x Application (53.94%)
      42.72ms
      1 x Booting (46.06%)
      36.48ms
      39 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
      • components.custom-adcustom-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.custom-adcustom-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.custom-adcustom-ad.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
      • components.custom-adcustom-ad.blade.php#?blade
      • components.custom-adcustom-ad.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 admission/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      admission.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      29 statements were executed10.94ms
      • QuestionController.php#150satt_satt_mobile_app300μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '247185' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 247185
        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#150satt_satt_mobile_app220μsselect * from `question_options` where `question_options`.`question_id` in (247185) 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#190satt_satt_mobile_app260μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 247185
        Bindings
        • 0: 247185
        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#256satt_satt_mobile_app310μ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` = '247185' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 247185
        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#256satt_satt_mobile_app130μ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 (247185) 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#256satt_satt_mobile_app170μ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#256satt_satt_mobile_app210μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (5338) 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#256satt_satt_mobile_app200μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (73) 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#256satt_satt_mobile_app230μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (88242) 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#256satt_satt_mobile_app170μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (73) 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#256satt_satt_mobile_app260μ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 (247185) 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#256satt_satt_mobile_app220μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (247185)
        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#256satt_satt_mobile_app790μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (247185) 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#256satt_satt_mobile_app180μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (247185) 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#256satt_satt_mobile_app170μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (247185) 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#256satt_satt_mobile_app180μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (247185) 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#99satt_satt_mobile_app1.28msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (14993)
        Bindings
        • 0: App\Models\Question
        • 1: 14993
        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#451satt_satt_mobile_app3.62msselect `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 (86320, 86512, 86996, 87888, 88392, 88727, 88967, 89495, 100206, 100222, 100989, 106531, 107057, 107060, 107324, 107325, 107327, 107328, 107437, 107540, 107541, 107638, 107652, 107831, 108116, 108188, 111169, 112446, 112604, 122544, 124349, 124669, 125119, 125231, 125493, 130811, 134242, 134552, 134557, 155205, 160053, 180429, 180430, 191344, 192354, 193319, 194150, 197246, 203019, 206547, 220532, 223153, 231447, 244558, 244915, 247135, 253766, 253767, 85775, 85780, 85868, 86082, 87080, 87933, 88474, 88569, 89260, 89550, 89555, 95314, 95562, 95807, 95812, 95910, 96048, 96203, 97937, 98606, 100566, 108265, 109106, 109315, 109711, 109758, 109776, 109806, 109829, 121187, 122685, 125071, 126475, 127107, 127229, 127421, 127777, 127869, 128166, 128537, 130577, 130721, 132161, 132162, 132511, 132512, 132513, 134243, 134246, 134558, 135053, 136942, 155291, 155405, 162111, 166656, 166735, 166767, 168302, 170330, 174922, 174923, 175983, 176022, 176025, 176130, 176133, 176136, 176472, 176478, 176598, 176599, 176604, 177057, 177058, 177149, 177177, 177178, 177747, 177871, 178855, 179399, 179400, 179479, 179480, 179561, 179863, 179864, 181866, 182414, 183409, 183427, 191262, 193667, 193934, 193938, 195586, 195597, 195637, 196172, 196183, 196229, 196667, 197024, 197366, 198789, 202311, 206674, 206699, 210327, 210347, 210517, 210917, 215038, 215039, 221741, 224299, 224316, 232228, 232578, 241411, 244319, 244609, 246555, 246658, 247185, 247194, 247922, 247925) and `id` != 247185 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 86320
        • 1: 86512
        • 2: 86996
        • 3: 87888
        • 4: 88392
        • 5: 88727
        • 6: 88967
        • 7: 89495
        • 8: 100206
        • 9: 100222
        • 10: 100989
        • 11: 106531
        • 12: 107057
        • 13: 107060
        • 14: 107324
        • 15: 107325
        • 16: 107327
        • 17: 107328
        • 18: 107437
        • 19: 107540
        • 20: 107541
        • 21: 107638
        • 22: 107652
        • 23: 107831
        • 24: 108116
        • 25: 108188
        • 26: 111169
        • 27: 112446
        • 28: 112604
        • 29: 122544
        • 30: 124349
        • 31: 124669
        • 32: 125119
        • 33: 125231
        • 34: 125493
        • 35: 130811
        • 36: 134242
        • 37: 134552
        • 38: 134557
        • 39: 155205
        • 40: 160053
        • 41: 180429
        • 42: 180430
        • 43: 191344
        • 44: 192354
        • 45: 193319
        • 46: 194150
        • 47: 197246
        • 48: 203019
        • 49: 206547
        • 50: 220532
        • 51: 223153
        • 52: 231447
        • 53: 244558
        • 54: 244915
        • 55: 247135
        • 56: 253766
        • 57: 253767
        • 58: 85775
        • 59: 85780
        • 60: 85868
        • 61: 86082
        • 62: 87080
        • 63: 87933
        • 64: 88474
        • 65: 88569
        • 66: 89260
        • 67: 89550
        • 68: 89555
        • 69: 95314
        • 70: 95562
        • 71: 95807
        • 72: 95812
        • 73: 95910
        • 74: 96048
        • 75: 96203
        • 76: 97937
        • 77: 98606
        • 78: 100566
        • 79: 108265
        • 80: 109106
        • 81: 109315
        • 82: 109711
        • 83: 109758
        • 84: 109776
        • 85: 109806
        • 86: 109829
        • 87: 121187
        • 88: 122685
        • 89: 125071
        • 90: 126475
        • 91: 127107
        • 92: 127229
        • 93: 127421
        • 94: 127777
        • 95: 127869
        • 96: 128166
        • 97: 128537
        • 98: 130577
        • 99: 130721
        • 100: 132161
        • 101: 132162
        • 102: 132511
        • 103: 132512
        • 104: 132513
        • 105: 134243
        • 106: 134246
        • 107: 134558
        • 108: 135053
        • 109: 136942
        • 110: 155291
        • 111: 155405
        • 112: 162111
        • 113: 166656
        • 114: 166735
        • 115: 166767
        • 116: 168302
        • 117: 170330
        • 118: 174922
        • 119: 174923
        • 120: 175983
        • 121: 176022
        • 122: 176025
        • 123: 176130
        • 124: 176133
        • 125: 176136
        • 126: 176472
        • 127: 176478
        • 128: 176598
        • 129: 176599
        • 130: 176604
        • 131: 177057
        • 132: 177058
        • 133: 177149
        • 134: 177177
        • 135: 177178
        • 136: 177747
        • 137: 177871
        • 138: 178855
        • 139: 179399
        • 140: 179400
        • 141: 179479
        • 142: 179480
        • 143: 179561
        • 144: 179863
        • 145: 179864
        • 146: 181866
        • 147: 182414
        • 148: 183409
        • 149: 183427
        • 150: 191262
        • 151: 193667
        • 152: 193934
        • 153: 193938
        • 154: 195586
        • 155: 195597
        • 156: 195637
        • 157: 196172
        • 158: 196183
        • 159: 196229
        • 160: 196667
        • 161: 197024
        • 162: 197366
        • 163: 198789
        • 164: 202311
        • 165: 206674
        • 166: 206699
        • 167: 210327
        • 168: 210347
        • 169: 210517
        • 170: 210917
        • 171: 215038
        • 172: 215039
        • 173: 221741
        • 174: 224299
        • 175: 224316
        • 176: 232228
        • 177: 232578
        • 178: 241411
        • 179: 244319
        • 180: 244609
        • 181: 246555
        • 182: 246658
        • 183: 247185
        • 184: 247194
        • 185: 247922
        • 186: 247925
        • 187: 247185
        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#451satt_satt_mobile_app300μsselect * from `question_options` where `question_options`.`question_id` in (247135, 247194, 247922, 247925, 253766, 253767) 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#451satt_satt_mobile_app140μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (73) 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#451satt_satt_mobile_app170μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5336, 5338, 5351, 5443) 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#451satt_satt_mobile_app240μsselect `id`, `name` from `categories` where `categories`.`id` in (97, 101, 112, 163) 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#451satt_satt_mobile_app280μ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 (247135, 247194, 247922, 247925, 253766, 253767) 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#451satt_satt_mobile_app160μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (247135, 247194, 247922, 247925, 253766, 253767)
        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#451satt_satt_mobile_app100μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (247135, 247194, 247922, 247925, 253766, 253767) 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#451satt_satt_mobile_app100μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (247135, 247194, 247922, 247925, 253766, 253767) 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#451satt_satt_mobile_app80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (247135, 247194, 247922, 247925, 253766, 253767) 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#85satt_satt_mobile_app190μsselect * from `categories` where `categories`.`id` = 101 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 101
        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
      • restrict.blade.php#30satt_satt_mobile_app280μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      9Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      5SubCategory.php#?
      App\Models\Category
      5Category.php#?
      App\Models\PackagePlan
      3PackagePlan.php#?
      App\Models\User
      1User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          1CkFTjBogkw3vwqIeaIHV52k3NuqdUHzirCWafQM
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=247185%20%20%20%20%20...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /admission/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" => "247185" ]
          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 => "18.216.0.219" ] "x-forwarded-server" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-for" => array:1 [ 0 => "18.216.0.219" ] "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 => "Wed, 16 Apr 2025 20:28:18 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "55" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNEMmhiOFhWQTlYaU8vTkgwMXQzaEE9PSIsInZhbHVlIjoicC9VY0t4d0R5NHRabHUrM3lsWjIvVnJqNm5TK0ZXdTNacHVyWWs5WFBLcngrbUpnL3BJN3ZJYlBNbmZJWk5DRHY4NkJGNjhxNEpMenRmVXFnRTMxTC9RdVBteVRHUFJDNCtoUzkvUGtYcUtCU0ZzS0NadDFmTGZLQ1lOdlVGWUgiLCJtYWMiOiJhOGUzN2I2MTkyM2Y3Yjk1ZDA3Y2Q5YjEzZWZjZjdhNzU3ZGQ5NjllOWY2MDAzZjQ2Njk4OTJkZjljNzM1Mjc2IiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 20:28:18 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IlNEMmhiOFhWQTlYaU8vTkgwMXQzaEE9PSIsInZhbHVlIjoicC9VY0t4d0R5NHRabHUrM3lsWjIvVnJqNm5TK0ZXdTNacHVyWWs5WFBLcngrbUpnL3BJN3ZJYlBNbmZJWk5DRHY4NkJGN" 1 => "satt_academy_session=eyJpdiI6IkhTRzE3RDNzekJudGZwMzZXcFN4Y1E9PSIsInZhbHVlIjoia3JZaE14LzBRMVI0akZiZnRWVVJyN29PMzB3SXk1K0ZHODk3TUc3ekRKNktBajBaTXROT2N0bXJVMTk5WkQ1azRIaGN1Nm1QSzJtcXk0TzRleUIrOTAzMzNrdmlIbGlDMXJhNWtZdjNNMjE4c283MHYvSnp2WEFDbE1kZm1nd0UiLCJtYWMiOiIyZjk0MmFiMzM2YzdlMDM5ZTFmNDNlNmU4ZTNjMjAwZjBlNDY4ODE2ZDAyNWY3ZWQ5MDFmYmI0MzFhMjI5N2NjIiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 20:28:18 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkhTRzE3RDNzekJudGZwMzZXcFN4Y1E9PSIsInZhbHVlIjoia3JZaE14LzBRMVI0akZiZnRWVVJyN29PMzB3SXk1K0ZHODk3TUc3ekRKNktBajBaTXROT2N0bXJVMTk5WkQ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNEMmhiOFhWQTlYaU8vTkgwMXQzaEE9PSIsInZhbHVlIjoicC9VY0t4d0R5NHRabHUrM3lsWjIvVnJqNm5TK0ZXdTNacHVyWWs5WFBLcngrbUpnL3BJN3ZJYlBNbmZJWk5DRHY4NkJGNjhxNEpMenRmVXFnRTMxTC9RdVBteVRHUFJDNCtoUzkvUGtYcUtCU0ZzS0NadDFmTGZLQ1lOdlVGWUgiLCJtYWMiOiJhOGUzN2I2MTkyM2Y3Yjk1ZDA3Y2Q5YjEzZWZjZjdhNzU3ZGQ5NjllOWY2MDAzZjQ2Njk4OTJkZjljNzM1Mjc2IiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 20:28:18 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlNEMmhiOFhWQTlYaU8vTkgwMXQzaEE9PSIsInZhbHVlIjoicC9VY0t4d0R5NHRabHUrM3lsWjIvVnJqNm5TK0ZXdTNacHVyWWs5WFBLcngrbUpnL3BJN3ZJYlBNbmZJWk5DRHY4NkJGN" 1 => "satt_academy_session=eyJpdiI6IkhTRzE3RDNzekJudGZwMzZXcFN4Y1E9PSIsInZhbHVlIjoia3JZaE14LzBRMVI0akZiZnRWVVJyN29PMzB3SXk1K0ZHODk3TUc3ekRKNktBajBaTXROT2N0bXJVMTk5WkQ1azRIaGN1Nm1QSzJtcXk0TzRleUIrOTAzMzNrdmlIbGlDMXJhNWtZdjNNMjE4c283MHYvSnp2WEFDbE1kZm1nd0UiLCJtYWMiOiIyZjk0MmFiMzM2YzdlMDM5ZTFmNDNlNmU4ZTNjMjAwZjBlNDY4ODE2ZDAyNWY3ZWQ5MDFmYmI0MzFhMjI5N2NjIiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 20:28:18 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkhTRzE3RDNzekJudGZwMzZXcFN4Y1E9PSIsInZhbHVlIjoia3JZaE14LzBRMVI0akZiZnRWVVJyN29PMzB3SXk1K0ZHODk3TUc3ekRKNktBajBaTXROT2N0bXJVMTk5WkQ" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "1CkFTjBogkw3vwqIeaIHV52k3NuqdUHzirCWafQM" "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=247185%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-04-17 02:28:18GET/admission/single-question?ques_id=247185++++++++++++++++392940