===============================================
Promotion
Request history8.2.28PHP Version75.23msRequest Duration6MBMemory UsageGET admission/single-questionRoute
    • Booting (33.49ms)time
    • Application (41.74ms)time
    • 1 x Application (55.48%)
      41.74ms
      1 x Booting (44.51%)
      33.49ms
      39 templates were rendered
      • questions.mcq.single_questionsingle_question.blade.php#?blade
      • components.adsense-adadsense-ad.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.adsense-adadsense-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.adsense-adadsense-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.adsense-adadsense-ad.blade.php#?blade
      • components.adsense-adadsense-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
      • 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
      35 statements were executed8.47ms
      • QuestionController.php#150satt_satt_mobile_app240μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '85863' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 85863
        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_app150μsselect * from `question_options` where `question_options`.`question_id` in (85863) 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_app430μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 85863
        Bindings
        • 0: 85863
        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_app280μ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` = '85863' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 85863
        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_app120μ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 (85863) 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_app130μ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_app130μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (3565) 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_app140μ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_app170μ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_app150μ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_app250μ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 (85863) 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_app210μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (85863)
        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_app350μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (85863) 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_app120μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (47063) 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_app110μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (85863) 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_app100μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (85863) 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_app160μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (85863) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#451satt_satt_mobile_app2.67msselect `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 (85786, 85863, 86091, 86673, 86744, 86907, 87004, 87065, 87086, 87107, 87299, 87312, 88079, 88564, 88683, 89301, 89489, 89561, 89857, 94254, 94385, 94446, 96035, 97047, 97409, 97758, 98254, 100149, 100221, 100364, 100597, 100913, 100917, 101085, 101415, 101587, 101714, 101844, 102123, 102546, 105106, 107755, 108721, 109280, 109288, 109293, 109884, 112591, 121087, 121871, 124709, 124881, 125099, 125272, 125326, 125987, 127305, 127346, 127355, 127873, 130000, 130197, 132500, 133812, 133819, 134432, 134438, 135532, 135539, 136830, 142320, 142321, 142322, 142464, 142467, 142847, 143348, 144739, 144743, 145173, 145450, 145625, 145825, 145826, 145892, 146125, 146170, 150255, 151012, 151120, 151346, 151859, 151936, 152008, 152465, 152466, 152819, 153195, 153255, 153425, 153482, 153541, 153613, 153685, 153819, 154004, 154395, 154522, 154523, 154699, 155064, 155288, 155727, 158457, 158475, 158526, 159170, 159281, 159427, 159428, 159573, 159691, 159799, 160135, 160178, 160179, 160309, 160376, 160381, 160484, 160524, 160748, 160773, 160812, 160993, 160997, 161229, 161330, 161434, 161577, 161581, 161599, 161732, 161938, 161999, 162098, 162310, 162654, 166734, 166744, 167563, 167592, 167827, 168971, 169885, 171421, 171486, 171495, 176069, 177328, 177578, 177841, 178327, 179560, 181327, 181455, 191784, 193125, 193307, 193342, 193346, 193929, 195321, 195323, 195436, 195438, 195543, 195544, 195684, 196446, 196448, 196538, 197240, 197647, 197721, 198038, 198406, 199462, 199463, 199876, 199877, 199878, 199977, 199979, 200202, 200301, 200466, 200468, 200669, 202133, 202192, 205790, 206282, 206694, 208032, 209759, 209871, 209876, 210200, 210319, 210904, 212097, 213100, 214853, 215392, 215693, 216285, 216876, 217129, 217139, 217204, 217364, 217372, 217386, 217441, 217457, 217471, 217500, 217741, 218511, 219539, 220105, 222339, 222419, 222913, 224088, 231587, 231601, 232226, 233050, 233150, 233348, 234453, 234848, 234889, 236843, 237135, 239152, 239159, 240087, 240494, 240835, 240902, 241319, 241720, 241732, 242142, 242155, 242156, 242699, 242702, 242803, 244545, 246865, 247131, 252689, 252756, 252783, 252877, 252964, 253024, 253889, 254080, 255970, 86013, 85961, 87355, 101722, 219458, 252881, 252680, 166662, 166944, 193033, 137318, 155226, 134273, 86526, 88377, 89255, 95211, 95570, 109837, 126782, 135430, 136027, 143152, 87320, 254003, 85786, 85863, 86091, 86526, 86673, 86744, 86907, 87004, 87065, 87086, 87107, 87299, 87312, 88079, 88377, 88564, 88683, 89255, 89301, 89489, 89561, 89857, 94254, 94385, 94446, 95211, 95570, 96035, 97047, 97409, 97758, 98254, 100149, 100221, 100364, 100597, 100913, 100917, 101085, 101415, 101587, 101714, 101844, 102123, 102546, 105106, 107755, 108721, 109280, 109288, 109293, 109837, 109884, 112591, 121087, 121871, 124709, 124881, 125099, 125272, 125326, 125987, 126782, 127305, 127346, 127355, 127873, 130000, 130197, 132500, 133812, 133819, 134432, 134438, 135430, 135532, 135539, 136027, 136830, 142320, 142321, 142322, 142464, 142467, 142847, 143152, 143348, 144739, 144743, 145173, 145450, 145625, 145825, 145826, 145892, 146125, 146170, 150255, 151012, 151120, 195543, 86533, 151751, 85786, 85863, 86091, 86526, 86673, 86744, 86907, 87004, 87065, 87086, 87107, 87299, 87312, 88079, 88377, 88564, 88683, 89255, 89301, 89489, 89561, 89857, 94254, 94385, 94446, 95211, 95570, 96035, 97047, 97409, 97758, 98254, 100149, 100221, 100364, 100597, 100913, 100917, 101085, 101415, 101587, 101714, 101844, 102123, 102546, 105106, 107755, 108721, 109280, 109288, 109293, 109837, 109884, 112591, 121087, 121871, 124709, 124881, 125099, 125272, 125326, 125987, 126782, 127305, 127346, 127355, 127873, 130000, 130197, 132500, 133812, 133819, 134432, 134438, 135430, 135532, 135539, 136027, 136830, 142320, 142321, 142322, 142464, 142467, 142847, 143152, 143348, 144739, 144743, 145173, 145450, 145625, 145825, 145826, 145892, 146125, 146170, 150255, 151012, 151120) and `id` != 85863 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 85786
        • 1: 85863
        • 2: 86091
        • 3: 86673
        • 4: 86744
        • 5: 86907
        • 6: 87004
        • 7: 87065
        • 8: 87086
        • 9: 87107
        • 10: 87299
        • 11: 87312
        • 12: 88079
        • 13: 88564
        • 14: 88683
        • 15: 89301
        • 16: 89489
        • 17: 89561
        • 18: 89857
        • 19: 94254
        • 20: 94385
        • 21: 94446
        • 22: 96035
        • 23: 97047
        • 24: 97409
        • 25: 97758
        • 26: 98254
        • 27: 100149
        • 28: 100221
        • 29: 100364
        • 30: 100597
        • 31: 100913
        • 32: 100917
        • 33: 101085
        • 34: 101415
        • 35: 101587
        • 36: 101714
        • 37: 101844
        • 38: 102123
        • 39: 102546
        • 40: 105106
        • 41: 107755
        • 42: 108721
        • 43: 109280
        • 44: 109288
        • 45: 109293
        • 46: 109884
        • 47: 112591
        • 48: 121087
        • 49: 121871
        • 50: 124709
        • 51: 124881
        • 52: 125099
        • 53: 125272
        • 54: 125326
        • 55: 125987
        • 56: 127305
        • 57: 127346
        • 58: 127355
        • 59: 127873
        • 60: 130000
        • 61: 130197
        • 62: 132500
        • 63: 133812
        • 64: 133819
        • 65: 134432
        • 66: 134438
        • 67: 135532
        • 68: 135539
        • 69: 136830
        • 70: 142320
        • 71: 142321
        • 72: 142322
        • 73: 142464
        • 74: 142467
        • 75: 142847
        • 76: 143348
        • 77: 144739
        • 78: 144743
        • 79: 145173
        • 80: 145450
        • 81: 145625
        • 82: 145825
        • 83: 145826
        • 84: 145892
        • 85: 146125
        • 86: 146170
        • 87: 150255
        • 88: 151012
        • 89: 151120
        • 90: 151346
        • 91: 151859
        • 92: 151936
        • 93: 152008
        • 94: 152465
        • 95: 152466
        • 96: 152819
        • 97: 153195
        • 98: 153255
        • 99: 153425
        • 100: 153482
        • 101: 153541
        • 102: 153613
        • 103: 153685
        • 104: 153819
        • 105: 154004
        • 106: 154395
        • 107: 154522
        • 108: 154523
        • 109: 154699
        • 110: 155064
        • 111: 155288
        • 112: 155727
        • 113: 158457
        • 114: 158475
        • 115: 158526
        • 116: 159170
        • 117: 159281
        • 118: 159427
        • 119: 159428
        • 120: 159573
        • 121: 159691
        • 122: 159799
        • 123: 160135
        • 124: 160178
        • 125: 160179
        • 126: 160309
        • 127: 160376
        • 128: 160381
        • 129: 160484
        • 130: 160524
        • 131: 160748
        • 132: 160773
        • 133: 160812
        • 134: 160993
        • 135: 160997
        • 136: 161229
        • 137: 161330
        • 138: 161434
        • 139: 161577
        • 140: 161581
        • 141: 161599
        • 142: 161732
        • 143: 161938
        • 144: 161999
        • 145: 162098
        • 146: 162310
        • 147: 162654
        • 148: 166734
        • 149: 166744
        • 150: 167563
        • 151: 167592
        • 152: 167827
        • 153: 168971
        • 154: 169885
        • 155: 171421
        • 156: 171486
        • 157: 171495
        • 158: 176069
        • 159: 177328
        • 160: 177578
        • 161: 177841
        • 162: 178327
        • 163: 179560
        • 164: 181327
        • 165: 181455
        • 166: 191784
        • 167: 193125
        • 168: 193307
        • 169: 193342
        • 170: 193346
        • 171: 193929
        • 172: 195321
        • 173: 195323
        • 174: 195436
        • 175: 195438
        • 176: 195543
        • 177: 195544
        • 178: 195684
        • 179: 196446
        • 180: 196448
        • 181: 196538
        • 182: 197240
        • 183: 197647
        • 184: 197721
        • 185: 198038
        • 186: 198406
        • 187: 199462
        • 188: 199463
        • 189: 199876
        • 190: 199877
        • 191: 199878
        • 192: 199977
        • 193: 199979
        • 194: 200202
        • 195: 200301
        • 196: 200466
        • 197: 200468
        • 198: 200669
        • 199: 202133
        • 200: 202192
        • 201: 205790
        • 202: 206282
        • 203: 206694
        • 204: 208032
        • 205: 209759
        • 206: 209871
        • 207: 209876
        • 208: 210200
        • 209: 210319
        • 210: 210904
        • 211: 212097
        • 212: 213100
        • 213: 214853
        • 214: 215392
        • 215: 215693
        • 216: 216285
        • 217: 216876
        • 218: 217129
        • 219: 217139
        • 220: 217204
        • 221: 217364
        • 222: 217372
        • 223: 217386
        • 224: 217441
        • 225: 217457
        • 226: 217471
        • 227: 217500
        • 228: 217741
        • 229: 218511
        • 230: 219539
        • 231: 220105
        • 232: 222339
        • 233: 222419
        • 234: 222913
        • 235: 224088
        • 236: 231587
        • 237: 231601
        • 238: 232226
        • 239: 233050
        • 240: 233150
        • 241: 233348
        • 242: 234453
        • 243: 234848
        • 244: 234889
        • 245: 236843
        • 246: 237135
        • 247: 239152
        • 248: 239159
        • 249: 240087
        • 250: 240494
        • 251: 240835
        • 252: 240902
        • 253: 241319
        • 254: 241720
        • 255: 241732
        • 256: 242142
        • 257: 242155
        • 258: 242156
        • 259: 242699
        • 260: 242702
        • 261: 242803
        • 262: 244545
        • 263: 246865
        • 264: 247131
        • 265: 252689
        • 266: 252756
        • 267: 252783
        • 268: 252877
        • 269: 252964
        • 270: 253024
        • 271: 253889
        • 272: 254080
        • 273: 255970
        • 274: 86013
        • 275: 85961
        • 276: 87355
        • 277: 101722
        • 278: 219458
        • 279: 252881
        • 280: 252680
        • 281: 166662
        • 282: 166944
        • 283: 193033
        • 284: 137318
        • 285: 155226
        • 286: 134273
        • 287: 86526
        • 288: 88377
        • 289: 89255
        • 290: 95211
        • 291: 95570
        • 292: 109837
        • 293: 126782
        • 294: 135430
        • 295: 136027
        • 296: 143152
        • 297: 87320
        • 298: 254003
        • 299: 85786
        • 300: 85863
        • 301: 86091
        • 302: 86526
        • 303: 86673
        • 304: 86744
        • 305: 86907
        • 306: 87004
        • 307: 87065
        • 308: 87086
        • 309: 87107
        • 310: 87299
        • 311: 87312
        • 312: 88079
        • 313: 88377
        • 314: 88564
        • 315: 88683
        • 316: 89255
        • 317: 89301
        • 318: 89489
        • 319: 89561
        • 320: 89857
        • 321: 94254
        • 322: 94385
        • 323: 94446
        • 324: 95211
        • 325: 95570
        • 326: 96035
        • 327: 97047
        • 328: 97409
        • 329: 97758
        • 330: 98254
        • 331: 100149
        • 332: 100221
        • 333: 100364
        • 334: 100597
        • 335: 100913
        • 336: 100917
        • 337: 101085
        • 338: 101415
        • 339: 101587
        • 340: 101714
        • 341: 101844
        • 342: 102123
        • 343: 102546
        • 344: 105106
        • 345: 107755
        • 346: 108721
        • 347: 109280
        • 348: 109288
        • 349: 109293
        • 350: 109837
        • 351: 109884
        • 352: 112591
        • 353: 121087
        • 354: 121871
        • 355: 124709
        • 356: 124881
        • 357: 125099
        • 358: 125272
        • 359: 125326
        • 360: 125987
        • 361: 126782
        • 362: 127305
        • 363: 127346
        • 364: 127355
        • 365: 127873
        • 366: 130000
        • 367: 130197
        • 368: 132500
        • 369: 133812
        • 370: 133819
        • 371: 134432
        • 372: 134438
        • 373: 135430
        • 374: 135532
        • 375: 135539
        • 376: 136027
        • 377: 136830
        • 378: 142320
        • 379: 142321
        • 380: 142322
        • 381: 142464
        • 382: 142467
        • 383: 142847
        • 384: 143152
        • 385: 143348
        • 386: 144739
        • 387: 144743
        • 388: 145173
        • 389: 145450
        • 390: 145625
        • 391: 145825
        • 392: 145826
        • 393: 145892
        • 394: 146125
        • 395: 146170
        • 396: 150255
        • 397: 151012
        • 398: 151120
        • 399: 195543
        • 400: 86533
        • 401: 151751
        • 402: 85786
        • 403: 85863
        • 404: 86091
        • 405: 86526
        • 406: 86673
        • 407: 86744
        • 408: 86907
        • 409: 87004
        • 410: 87065
        • 411: 87086
        • 412: 87107
        • 413: 87299
        • 414: 87312
        • 415: 88079
        • 416: 88377
        • 417: 88564
        • 418: 88683
        • 419: 89255
        • 420: 89301
        • 421: 89489
        • 422: 89561
        • 423: 89857
        • 424: 94254
        • 425: 94385
        • 426: 94446
        • 427: 95211
        • 428: 95570
        • 429: 96035
        • 430: 97047
        • 431: 97409
        • 432: 97758
        • 433: 98254
        • 434: 100149
        • 435: 100221
        • 436: 100364
        • 437: 100597
        • 438: 100913
        • 439: 100917
        • 440: 101085
        • 441: 101415
        • 442: 101587
        • 443: 101714
        • 444: 101844
        • 445: 102123
        • 446: 102546
        • 447: 105106
        • 448: 107755
        • 449: 108721
        • 450: 109280
        • 451: 109288
        • 452: 109293
        • 453: 109837
        • 454: 109884
        • 455: 112591
        • 456: 121087
        • 457: 121871
        • 458: 124709
        • 459: 124881
        • 460: 125099
        • 461: 125272
        • 462: 125326
        • 463: 125987
        • 464: 126782
        • 465: 127305
        • 466: 127346
        • 467: 127355
        • 468: 127873
        • 469: 130000
        • 470: 130197
        • 471: 132500
        • 472: 133812
        • 473: 133819
        • 474: 134432
        • 475: 134438
        • 476: 135430
        • 477: 135532
        • 478: 135539
        • 479: 136027
        • 480: 136830
        • 481: 142320
        • 482: 142321
        • 483: 142322
        • 484: 142464
        • 485: 142467
        • 486: 142847
        • 487: 143152
        • 488: 143348
        • 489: 144739
        • 490: 144743
        • 491: 145173
        • 492: 145450
        • 493: 145625
        • 494: 145825
        • 495: 145826
        • 496: 145892
        • 497: 146125
        • 498: 146170
        • 499: 150255
        • 500: 151012
        • 501: 151120
        • 502: 85863
        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 * from `question_options` where `question_options`.`question_id` in (252964, 253024, 253889, 254003, 254080, 255970) 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_app110μ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 (5417, 5422, 5424, 5439, 5454) 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 (122, 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_app250μ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 (252964, 253024, 253889, 254003, 254080, 255970) 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_app150μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (252964, 253024, 253889, 254003, 254080, 255970)
        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 (252964, 253024, 253889, 254003, 254080, 255970) 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_app90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (252964, 253024, 253889, 254003, 254080, 255970) 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_app70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (252964, 253024, 253889, 254003, 254080, 255970) 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_app130μsselect * from `categories` where `categories`.`id` = 103 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 103
        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
      • AdsenseAd.php#31satt_satt_mobile_app220μsselect * from `adsense_ads` where json_contains(`positions`, '\"page_header\"') and `show_on_desktop` = 1
        Bindings
        • 0: "page_header"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:347
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • single_question.blade.php#665satt_satt_mobile_app110μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 98458) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 98458
        Backtrace
        • view::questions.mcq.single_question:665
        • 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
      • AdsenseAd.php#31satt_satt_mobile_app140μsselect * from `adsense_ads` where json_contains(`positions`, '\"above_subject_section\"') and `show_on_desktop` = 1
        Bindings
        • 0: "above_subject_section"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:796
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AdsenseAd.php#31satt_satt_mobile_app120μsselect * from `adsense_ads` where json_contains(`positions`, '\"sidebar_top\"') and `show_on_desktop` = 1
        Bindings
        • 0: "sidebar_top"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:1052
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AdsenseAd.php#31satt_satt_mobile_app120μsselect * from `adsense_ads` where json_contains(`positions`, '\"sidebar_bottom\"') and `show_on_desktop` = 1
        Bindings
        • 0: "sidebar_bottom"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:1073
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AdsenseAd.php#31satt_satt_mobile_app110μsselect * from `adsense_ads` where json_contains(`positions`, '\"page_footer\"') and `show_on_desktop` = 1
        Bindings
        • 0: "page_footer"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:1096
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • restrict.blade.php#30satt_satt_mobile_app190μ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
      11Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.php#?
      App\Models\Category
      3Category.php#?
      App\Models\PackagePlan
      3PackagePlan.php#?
      App\Models\User
      2User.php#?
      App\Models\AdsenseAd
      2AdsenseAd.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
          _token
          epi5qayALAvZ44C9KdtLCGt7E9CTpyYMkeABRTGh
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=85863%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" => "85863" ]
          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.147.49.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 => "3.147.49.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 => "Sat, 12 Apr 2025 21:30:26 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFkTDh6eE5reWFraUNrbVh1eTQ0MkE9PSIsInZhbHVlIjoiT1VpaHgxZTlLZFovQVMwYU1oQ1dxcXJtYlRMVW0wWHVEWW5WT3JUdS81WWYwd1VQR3lCMVN6MnNaS3E0bW5FRlB0OWRtbjBXd3JGbjdHdVJBL1J1YzhhTEp1eGcwTHdtdXhxUmtIUmtYczIyUldFa3RFUjdTYWtiNDgzMi8xNHYiLCJtYWMiOiJhMDZhNjU5MGViMDRmYWE0NzM2NThmYzM4NDJjYjQzMTA4YTYyNGViMGJlMTFkZjk3M2Y2MjQ3MjAzZTYxZTAzIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 21:30:26 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IjFkTDh6eE5reWFraUNrbVh1eTQ0MkE9PSIsInZhbHVlIjoiT1VpaHgxZTlLZFovQVMwYU1oQ1dxcXJtYlRMVW0wWHVEWW5WT3JUdS81WWYwd1VQR3lCMVN6MnNaS3E0bW5FRlB0OWRtb" 1 => "satt_academy_session=eyJpdiI6Im1XN0dPL3RoZUVIMklYVE9xZS9YNWc9PSIsInZhbHVlIjoic2Z2TzlhZ1RVemozQ1kreWdtdEdMQUVHajM5b0xkcGdPN0trVHFnVUtHL2dJYXl1WnI4SmZYWVpKSFM3TlRQa0xkaGN5akxyUVpSUFp5K3pINm5uWU9tbVlldnM5R2wyWEllQ09DRnF3b3ZRMXphbXRyLzJpM29XY3RDelR3V2oiLCJtYWMiOiIzMWJkZTVmNzY3YmMxNmE3YTY0YTg1NjMwZWZkM2Q4NDliMjlmYTE5YWM0NTI4MjFlODZkNmU4MDMwODZmMGU1IiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 21:30:26 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6Im1XN0dPL3RoZUVIMklYVE9xZS9YNWc9PSIsInZhbHVlIjoic2Z2TzlhZ1RVemozQ1kreWdtdEdMQUVHajM5b0xkcGdPN0trVHFnVUtHL2dJYXl1WnI4SmZYWVpKSFM3TlR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFkTDh6eE5reWFraUNrbVh1eTQ0MkE9PSIsInZhbHVlIjoiT1VpaHgxZTlLZFovQVMwYU1oQ1dxcXJtYlRMVW0wWHVEWW5WT3JUdS81WWYwd1VQR3lCMVN6MnNaS3E0bW5FRlB0OWRtbjBXd3JGbjdHdVJBL1J1YzhhTEp1eGcwTHdtdXhxUmtIUmtYczIyUldFa3RFUjdTYWtiNDgzMi8xNHYiLCJtYWMiOiJhMDZhNjU5MGViMDRmYWE0NzM2NThmYzM4NDJjYjQzMTA4YTYyNGViMGJlMTFkZjk3M2Y2MjQ3MjAzZTYxZTAzIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 21:30:26 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjFkTDh6eE5reWFraUNrbVh1eTQ0MkE9PSIsInZhbHVlIjoiT1VpaHgxZTlLZFovQVMwYU1oQ1dxcXJtYlRMVW0wWHVEWW5WT3JUdS81WWYwd1VQR3lCMVN6MnNaS3E0bW5FRlB0OWRtb" 1 => "satt_academy_session=eyJpdiI6Im1XN0dPL3RoZUVIMklYVE9xZS9YNWc9PSIsInZhbHVlIjoic2Z2TzlhZ1RVemozQ1kreWdtdEdMQUVHajM5b0xkcGdPN0trVHFnVUtHL2dJYXl1WnI4SmZYWVpKSFM3TlRQa0xkaGN5akxyUVpSUFp5K3pINm5uWU9tbVlldnM5R2wyWEllQ09DRnF3b3ZRMXphbXRyLzJpM29XY3RDelR3V2oiLCJtYWMiOiIzMWJkZTVmNzY3YmMxNmE3YTY0YTg1NjMwZWZkM2Q4NDliMjlmYTE5YWM0NTI4MjFlODZkNmU4MDMwODZmMGU1IiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 21:30:26 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6Im1XN0dPL3RoZUVIMklYVE9xZS9YNWc9PSIsInZhbHVlIjoic2Z2TzlhZ1RVemozQ1kreWdtdEdMQUVHajM5b0xkcGdPN0trVHFnVUtHL2dJYXl1WnI4SmZYWVpKSFM3TlR" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "epi5qayALAvZ44C9KdtLCGt7E9CTpyYMkeABRTGh" "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=85863%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-13 03:30:26GET/admission/single-question?ques_id=85863++++++++++++++++393545