Exam

Top 10 Participated

RESULT SHEET

Name Question Answered Right Wrong Pass M. Obtain M. Position
80 0 0 0 32 0.00 151
80 64 45 19 32 40.25 152
80 76 55 21 32 49.75 153
80 67 55 12 32 52.00 154
80 40 17 23 32 11.25 155
80 26 18 8 32 16.00 156
80 52 40 12 32 37.00 157
80 56 43 13 32 39.75 158
80 66 34 32 32 26.00 159
80 49 31 18 32 26.50 160
80 0 0 0 32 0.00 161
80 78 46 32 32 38.00 162
80 56 44 12 32 41.00 163
80 48 39 9 32 36.75 164
80 48 24 24 32 18.00 165
80 66 36 30 32 28.50 166
80 49 32 17 32 27.75 167
80 4 3 1 32 2.75 168
80 77 75 2 32 74.50 169
80 74 45 29 32 37.75 170
80 74 64 10 32 61.50 171
80 62 37 25 32 30.75 172
80 33 23 10 32 20.50 173
80 65 37 28 32 30.00 174
80 60 40 20 32 35.00 175
80 63 46 17 32 41.75 176
80 56 47 9 32 44.75 177
80 64 41 23 32 35.25 178
80 0 0 0 32 0.00 179

Showing 151 - 179 of 179 entries

Page 6 of 6

টপ রেটেড অ্যাপ

স্যাট অ্যাকাডেমী অ্যাপ

আমাদের অল-ইন-ওয়ান মোবাইল অ্যাপের মাধ্যমে সীমাহীন শেখার সুযোগ উপভোগ করুন।

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
Request history8.2.27PHP Version49.38msRequest Duration8MBMemory UsageGET modeltest/{id}/result-sheetRoute
    • Booting (25.97ms)time
    • Application (23.4ms)time
    • 1 x Booting (52.6%)
      25.97ms
      1 x Application (47.39%)
      23.40ms
      28 templates were rendered
      • modeltest.result.resultsheetresultsheet.blade.php#?blade
      • modeltest.result.result-tableresult-table.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • job_admission.include.sidebar_filter_show_hide_scriptsidebar_filter_show_hide_script.blade.php#?blade
      • common.script.activity_scriptactivity_script.blade.php#?blade
      • layouts.satt-appsatt-app.blade.php#?blade
      • includes.header_link2header_link2.blade.php#?blade
      • laravelpwa::metameta.blade.php#?blade
      • layouts.headerheader.blade.php#?blade
      • layouts.toolbartoolbar.blade.php#?blade
      • frontend.downloadourappdownloadourapp.blade.php#?blade
      • frontend.referralreferral.blade.php#?blade
      • auth.user_type_modaluser_type_modal.blade.php#?blade
      • layouts.footerfooter.blade.php#?blade
      • common.login_modallogin_modal.blade.php#?blade
      • components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • common.includes.promotion_modalpromotion_modal.blade.php#?blade
      • common.includes.notification_item_modalnotification_item_modal.blade.php#?blade
      • common.includes.notification_item_list_modalnotification_item_list_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 modeltest/{id}/result-sheet
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\ModelTest\ModelTestResultController@modeltestResult
      namespace
      prefix
      where
      as
      modeltest.resultsheet
      file
      app/Http/Controllers/ModelTest/ModelTestResultController.php:186-275
      9 statements were executed4.14ms
      • ModelTestResultController.php#214debugerror_satt640μsselect `id`, `exam_starting_time`, `duration`, `exam_expiry_date`, `is_live`, `exam_mode`, EXISTS(SELECT 1 FROM exam_result_analytics AS e WHERE e.user_id = NULL AND e.exam_id = exams.id) AS participated, (SELECT COUNT(1) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.id AND subscriptions.subscriptionable_type = "App\\Models\\Exam" AND subscriptions.status = "active" AND subscriptions.user_id = NULL) as is_have_subscription, (SELECT COUNT(1) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.id AND subscriptions.subscriptionable_type = "App\\Models\\Exam" AND subscriptions.status = "pending" AND subscriptions.user_id = NULL) as is_have_pendingSubscription, (SELECT COUNT(1) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.id AND subscriptions.subscriptionable_type = "App\\Models\\Exam" AND subscriptions.status = "processing" AND subscriptions.user_id = NULL) as is_have_processingSubscription, (SELECT COUNT(*) FROM subscriptions WHERE subscriptions.subscriptionable_id = exams.exam_package_id AND subscriptions.subscriptionable_type = "App\\Models\\ExamPackage" AND subscriptions.status = "active" AND subscriptions.user_id = NULL) as is_have_packageSubscription from `exams` where `exams`.`id` = '248' and `exams`.`deleted_at` is null limit 1
        Bindings
        • 0: 248
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:214
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#218debugerror_satt230μsselect `id` from `exam_results` where `exam_id` = '248'
        Bindings
        • 0: 248
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:218
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#219debugerror_satt80μsselect `id` from `exam_results` where `user_id` is null and `exam_id` = '248'
        Bindings
        • 0: 248
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:219
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#246debugerror_satt1.55msselect count(*) as aggregate from (select DISTINCT user_id, MIN(id) as id, created_at, `obtain_mark`, `answered`, `right_ans`, `wrong_ans`, `total_question`, `total_mark`, `cut_mark` from `exam_result_analytics` where `id` in (60465, 61252, 60714, 60630, 60364, 60503, 72110, 72112, 60038, 60302, 63086, 60248, 81096, 60324, 61073, 63643, 60225, 60605, 62965, 60357, 77918, 60399, 60313, 60530, 66817, 62908, 60204, 60536, 60279, 77897, 66926, 67277, 60001, 61989, 60202, 60022, 61421, 60549, 60343, 60200, 61246, 60786, 70926, 60544, 60209, 60642, 61107, 59931, 60241, 66156, 65917, 60058, 60806, 63744, 64547, 60935, 64067, 62994, 60220, 60320, 60372, 60427, 60211, 62462, 63651, 60259, 60195, 60231, 60073, 73118, 60542, 60006, 60628, 60447, 60456, 60698, 60451, 76454, 61235, 61184, 60476, 63603, 60658, 60655, 60354, 60511, 60581, 83127, 60199, 60284, 60325, 60045, 97757, 60872, 60097, 61190, 99639, 99681, 99703, 99704, 99705, 115354, 117667, 117691, 117695, 60708, 60518, 60043, 60161, 60540, 59991, 64458, 60227, 60668, 60460, 60203, 62449, 62451, 60154, 60610, 60611, 60282, 60318, 60505, 60470, 59974, 59878, 68388, 59866, 60291, 60301, 60852, 59959, 59869, 59887, 59905, 59952, 60087, 59998, 60025, 60086, 60098, 60158, 60163, 60191, 60197, 60221, 60258, 60252, 60242, 60262, 60263, 60275, 60351, 60360, 60376, 61139, 60568, 60445, 60519, 60583, 61271, 60697, 60551, 62326, 60596, 60925, 60844, 60922, 61226, 61570, 61249, 61922, 61347, 61504, 61502, 62545, 62272, 64676, 72413, 69538, 67379, 77782, 79564, 74770, 84650, 74977, 84209, 97685, 93811, 97505, 97508) group by `user_id`) as `aggregate_table`
        Bindings
        • 0: 60465
        • 1: 61252
        • 2: 60714
        • 3: 60630
        • 4: 60364
        • 5: 60503
        • 6: 72110
        • 7: 72112
        • 8: 60038
        • 9: 60302
        • 10: 63086
        • 11: 60248
        • 12: 81096
        • 13: 60324
        • 14: 61073
        • 15: 63643
        • 16: 60225
        • 17: 60605
        • 18: 62965
        • 19: 60357
        • 20: 77918
        • 21: 60399
        • 22: 60313
        • 23: 60530
        • 24: 66817
        • 25: 62908
        • 26: 60204
        • 27: 60536
        • 28: 60279
        • 29: 77897
        • 30: 66926
        • 31: 67277
        • 32: 60001
        • 33: 61989
        • 34: 60202
        • 35: 60022
        • 36: 61421
        • 37: 60549
        • 38: 60343
        • 39: 60200
        • 40: 61246
        • 41: 60786
        • 42: 70926
        • 43: 60544
        • 44: 60209
        • 45: 60642
        • 46: 61107
        • 47: 59931
        • 48: 60241
        • 49: 66156
        • 50: 65917
        • 51: 60058
        • 52: 60806
        • 53: 63744
        • 54: 64547
        • 55: 60935
        • 56: 64067
        • 57: 62994
        • 58: 60220
        • 59: 60320
        • 60: 60372
        • 61: 60427
        • 62: 60211
        • 63: 62462
        • 64: 63651
        • 65: 60259
        • 66: 60195
        • 67: 60231
        • 68: 60073
        • 69: 73118
        • 70: 60542
        • 71: 60006
        • 72: 60628
        • 73: 60447
        • 74: 60456
        • 75: 60698
        • 76: 60451
        • 77: 76454
        • 78: 61235
        • 79: 61184
        • 80: 60476
        • 81: 63603
        • 82: 60658
        • 83: 60655
        • 84: 60354
        • 85: 60511
        • 86: 60581
        • 87: 83127
        • 88: 60199
        • 89: 60284
        • 90: 60325
        • 91: 60045
        • 92: 97757
        • 93: 60872
        • 94: 60097
        • 95: 61190
        • 96: 99639
        • 97: 99681
        • 98: 99703
        • 99: 99704
        • 100: 99705
        • 101: 115354
        • 102: 117667
        • 103: 117691
        • 104: 117695
        • 105: 60708
        • 106: 60518
        • 107: 60043
        • 108: 60161
        • 109: 60540
        • 110: 59991
        • 111: 64458
        • 112: 60227
        • 113: 60668
        • 114: 60460
        • 115: 60203
        • 116: 62449
        • 117: 62451
        • 118: 60154
        • 119: 60610
        • 120: 60611
        • 121: 60282
        • 122: 60318
        • 123: 60505
        • 124: 60470
        • 125: 59974
        • 126: 59878
        • 127: 68388
        • 128: 59866
        • 129: 60291
        • 130: 60301
        • 131: 60852
        • 132: 59959
        • 133: 59869
        • 134: 59887
        • 135: 59905
        • 136: 59952
        • 137: 60087
        • 138: 59998
        • 139: 60025
        • 140: 60086
        • 141: 60098
        • 142: 60158
        • 143: 60163
        • 144: 60191
        • 145: 60197
        • 146: 60221
        • 147: 60258
        • 148: 60252
        • 149: 60242
        • 150: 60262
        • 151: 60263
        • 152: 60275
        • 153: 60351
        • 154: 60360
        • 155: 60376
        • 156: 61139
        • 157: 60568
        • 158: 60445
        • 159: 60519
        • 160: 60583
        • 161: 61271
        • 162: 60697
        • 163: 60551
        • 164: 62326
        • 165: 60596
        • 166: 60925
        • 167: 60844
        • 168: 60922
        • 169: 61226
        • 170: 61570
        • 171: 61249
        • 172: 61922
        • 173: 61347
        • 174: 61504
        • 175: 61502
        • 176: 62545
        • 177: 62272
        • 178: 64676
        • 179: 72413
        • 180: 69538
        • 181: 67379
        • 182: 77782
        • 183: 79564
        • 184: 74770
        • 185: 84650
        • 186: 74977
        • 187: 84209
        • 188: 97685
        • 189: 93811
        • 190: 97505
        • 191: 97508
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:246
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#246debugerror_satt890μsselect DISTINCT user_id, MIN(id) as id, created_at, `obtain_mark`, `answered`, `right_ans`, `wrong_ans`, `total_question`, `total_mark`, `cut_mark` from `exam_result_analytics` where `id` in (60465, 61252, 60714, 60630, 60364, 60503, 72110, 72112, 60038, 60302, 63086, 60248, 81096, 60324, 61073, 63643, 60225, 60605, 62965, 60357, 77918, 60399, 60313, 60530, 66817, 62908, 60204, 60536, 60279, 77897, 66926, 67277, 60001, 61989, 60202, 60022, 61421, 60549, 60343, 60200, 61246, 60786, 70926, 60544, 60209, 60642, 61107, 59931, 60241, 66156, 65917, 60058, 60806, 63744, 64547, 60935, 64067, 62994, 60220, 60320, 60372, 60427, 60211, 62462, 63651, 60259, 60195, 60231, 60073, 73118, 60542, 60006, 60628, 60447, 60456, 60698, 60451, 76454, 61235, 61184, 60476, 63603, 60658, 60655, 60354, 60511, 60581, 83127, 60199, 60284, 60325, 60045, 97757, 60872, 60097, 61190, 99639, 99681, 99703, 99704, 99705, 115354, 117667, 117691, 117695, 60708, 60518, 60043, 60161, 60540, 59991, 64458, 60227, 60668, 60460, 60203, 62449, 62451, 60154, 60610, 60611, 60282, 60318, 60505, 60470, 59974, 59878, 68388, 59866, 60291, 60301, 60852, 59959, 59869, 59887, 59905, 59952, 60087, 59998, 60025, 60086, 60098, 60158, 60163, 60191, 60197, 60221, 60258, 60252, 60242, 60262, 60263, 60275, 60351, 60360, 60376, 61139, 60568, 60445, 60519, 60583, 61271, 60697, 60551, 62326, 60596, 60925, 60844, 60922, 61226, 61570, 61249, 61922, 61347, 61504, 61502, 62545, 62272, 64676, 72413, 69538, 67379, 77782, 79564, 74770, 84650, 74977, 84209, 97685, 93811, 97505, 97508) group by `user_id` order by `created_at` asc limit 30 offset 150
        Bindings
        • 0: 60465
        • 1: 61252
        • 2: 60714
        • 3: 60630
        • 4: 60364
        • 5: 60503
        • 6: 72110
        • 7: 72112
        • 8: 60038
        • 9: 60302
        • 10: 63086
        • 11: 60248
        • 12: 81096
        • 13: 60324
        • 14: 61073
        • 15: 63643
        • 16: 60225
        • 17: 60605
        • 18: 62965
        • 19: 60357
        • 20: 77918
        • 21: 60399
        • 22: 60313
        • 23: 60530
        • 24: 66817
        • 25: 62908
        • 26: 60204
        • 27: 60536
        • 28: 60279
        • 29: 77897
        • 30: 66926
        • 31: 67277
        • 32: 60001
        • 33: 61989
        • 34: 60202
        • 35: 60022
        • 36: 61421
        • 37: 60549
        • 38: 60343
        • 39: 60200
        • 40: 61246
        • 41: 60786
        • 42: 70926
        • 43: 60544
        • 44: 60209
        • 45: 60642
        • 46: 61107
        • 47: 59931
        • 48: 60241
        • 49: 66156
        • 50: 65917
        • 51: 60058
        • 52: 60806
        • 53: 63744
        • 54: 64547
        • 55: 60935
        • 56: 64067
        • 57: 62994
        • 58: 60220
        • 59: 60320
        • 60: 60372
        • 61: 60427
        • 62: 60211
        • 63: 62462
        • 64: 63651
        • 65: 60259
        • 66: 60195
        • 67: 60231
        • 68: 60073
        • 69: 73118
        • 70: 60542
        • 71: 60006
        • 72: 60628
        • 73: 60447
        • 74: 60456
        • 75: 60698
        • 76: 60451
        • 77: 76454
        • 78: 61235
        • 79: 61184
        • 80: 60476
        • 81: 63603
        • 82: 60658
        • 83: 60655
        • 84: 60354
        • 85: 60511
        • 86: 60581
        • 87: 83127
        • 88: 60199
        • 89: 60284
        • 90: 60325
        • 91: 60045
        • 92: 97757
        • 93: 60872
        • 94: 60097
        • 95: 61190
        • 96: 99639
        • 97: 99681
        • 98: 99703
        • 99: 99704
        • 100: 99705
        • 101: 115354
        • 102: 117667
        • 103: 117691
        • 104: 117695
        • 105: 60708
        • 106: 60518
        • 107: 60043
        • 108: 60161
        • 109: 60540
        • 110: 59991
        • 111: 64458
        • 112: 60227
        • 113: 60668
        • 114: 60460
        • 115: 60203
        • 116: 62449
        • 117: 62451
        • 118: 60154
        • 119: 60610
        • 120: 60611
        • 121: 60282
        • 122: 60318
        • 123: 60505
        • 124: 60470
        • 125: 59974
        • 126: 59878
        • 127: 68388
        • 128: 59866
        • 129: 60291
        • 130: 60301
        • 131: 60852
        • 132: 59959
        • 133: 59869
        • 134: 59887
        • 135: 59905
        • 136: 59952
        • 137: 60087
        • 138: 59998
        • 139: 60025
        • 140: 60086
        • 141: 60098
        • 142: 60158
        • 143: 60163
        • 144: 60191
        • 145: 60197
        • 146: 60221
        • 147: 60258
        • 148: 60252
        • 149: 60242
        • 150: 60262
        • 151: 60263
        • 152: 60275
        • 153: 60351
        • 154: 60360
        • 155: 60376
        • 156: 61139
        • 157: 60568
        • 158: 60445
        • 159: 60519
        • 160: 60583
        • 161: 61271
        • 162: 60697
        • 163: 60551
        • 164: 62326
        • 165: 60596
        • 166: 60925
        • 167: 60844
        • 168: 60922
        • 169: 61226
        • 170: 61570
        • 171: 61249
        • 172: 61922
        • 173: 61347
        • 174: 61504
        • 175: 61502
        • 176: 62545
        • 177: 62272
        • 178: 64676
        • 179: 72413
        • 180: 69538
        • 181: 67379
        • 182: 77782
        • 183: 79564
        • 184: 74770
        • 185: 84650
        • 186: 74977
        • 187: 84209
        • 188: 97685
        • 189: 93811
        • 190: 97505
        • 191: 97508
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:246
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ModelTestResultController.php#246debugerror_satt250μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (18978, 22351, 26467, 32706, 34740, 34742, 35017, 38496, 40396, 40445, 46151, 48453, 50424, 51324, 52426, 55606, 56941, 56970, 57203, 57229, 57478, 58081, 58156, 58777, 60300, 63017, 64752, 65302, 65789) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/ModelTest/ModelTestResultController.php:246
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • resultsheet.blade.php#280debugerror_satt90μsselect `live_exam_entry_percentage` from `settings` limit 1
        Backtrace
        • view::modeltest.result.resultsheet:280
        • 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
      • resultsheet.blade.php#312debugerror_satt240μsselect * from `exam_details` where `exam_details`.`exam_id` = 248 and `exam_details`.`exam_id` is not null
        Bindings
        • 0: 248
        Backtrace
        • view::modeltest.result.resultsheet:312
        • 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_satt170μ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\ExamResult
      192ExamResult.php#?
      App\Models\ExamResultAnalytic
      29ExamResultAnalytic.php#?
      App\Models\User
      29User.php#?
      App\Models\ExamDetail
      4ExamDetail.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Exam
      1Exam.php#?
      App\Models\Setting
      1Setting.php#?
          _token
          B9uJl16baGqCMKvHt7bYJkeY8wNg7zmf3x0TAgEX
          _previous
          array:1 [ "url" => "https://debugerror.xyz/modeltest/248/result-sheet?page=6" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /modeltest/248/result-sheet
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "6" ]
          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.191.112.81" ] "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.191.112.81" ] "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 => "Tue, 11 Mar 2025 20:24:38 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im8vOXVyNVozdUx0ZEhWZVJ4Q3o3YkE9PSIsInZhbHVlIjoiU3lreUk1M080Rk5IOXl0QnVUNFhURUNaSzZaZHI5V28xV2wrdXJwN1ZUUWl3Nng1M2YzYnRDKzJUNTFKc0ZxNDQ5RjBkbFArVUFLVUpJRVR2TDFoM2FFR1ZuL08veFdFcDl1WW1LSWllR0JNZjRHUUs2WmFVT0xsdXZJc3JlWGQiLCJtYWMiOiIzYjA0ZjFhMGUwZGMxNDJjZGNmYTQyNzYxMWE2MDIwYjgyODllMzdiODBlNWI4MDFkYTM5OWQxMjI2OGVhOTczIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 20:24:38 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6Im8vOXVyNVozdUx0ZEhWZVJ4Q3o3YkE9PSIsInZhbHVlIjoiU3lreUk1M080Rk5IOXl0QnVUNFhURUNaSzZaZHI5V28xV2wrdXJwN1ZUUWl3Nng1M2YzYnRDKzJUNTFKc0ZxNDQ5RjBkb" 1 => "satt_academy_session=eyJpdiI6ImwrelpramkxYjJFN1FoQkNDbU9JUmc9PSIsInZhbHVlIjoiVHBmS2hVZ2dSS25Cb25OR0NlSmV4V3ozTWdna2dKSlhOS2hUb0FuT21BcUI1SHcwbHV6bVJrYnhONlJXZVhZN25jU3oraHNTUTJVQ2N5MVJlR0VrcUt6TzF0blA5OXNrN0xyUVhLd3RpSVZ4RDh2cmU0S1VCTVNLWUxxQWRMbWEiLCJtYWMiOiIyNzU2NzMxYjE4Y2Q4OGY4YTFkYTY0YWRmYzE1YmUzZjU5Yjk2MzEyZGZjMjRhZWU5ZjJkYzA3MmM1OTBmMTIyIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 20:24:38 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImwrelpramkxYjJFN1FoQkNDbU9JUmc9PSIsInZhbHVlIjoiVHBmS2hVZ2dSS25Cb25OR0NlSmV4V3ozTWdna2dKSlhOS2hUb0FuT21BcUI1SHcwbHV6bVJrYnhONlJXZVh" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im8vOXVyNVozdUx0ZEhWZVJ4Q3o3YkE9PSIsInZhbHVlIjoiU3lreUk1M080Rk5IOXl0QnVUNFhURUNaSzZaZHI5V28xV2wrdXJwN1ZUUWl3Nng1M2YzYnRDKzJUNTFKc0ZxNDQ5RjBkbFArVUFLVUpJRVR2TDFoM2FFR1ZuL08veFdFcDl1WW1LSWllR0JNZjRHUUs2WmFVT0xsdXZJc3JlWGQiLCJtYWMiOiIzYjA0ZjFhMGUwZGMxNDJjZGNmYTQyNzYxMWE2MDIwYjgyODllMzdiODBlNWI4MDFkYTM5OWQxMjI2OGVhOTczIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 20:24:38 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im8vOXVyNVozdUx0ZEhWZVJ4Q3o3YkE9PSIsInZhbHVlIjoiU3lreUk1M080Rk5IOXl0QnVUNFhURUNaSzZaZHI5V28xV2wrdXJwN1ZUUWl3Nng1M2YzYnRDKzJUNTFKc0ZxNDQ5RjBkb" 1 => "satt_academy_session=eyJpdiI6ImwrelpramkxYjJFN1FoQkNDbU9JUmc9PSIsInZhbHVlIjoiVHBmS2hVZ2dSS25Cb25OR0NlSmV4V3ozTWdna2dKSlhOS2hUb0FuT21BcUI1SHcwbHV6bVJrYnhONlJXZVhZN25jU3oraHNTUTJVQ2N5MVJlR0VrcUt6TzF0blA5OXNrN0xyUVhLd3RpSVZ4RDh2cmU0S1VCTVNLWUxxQWRMbWEiLCJtYWMiOiIyNzU2NzMxYjE4Y2Q4OGY4YTFkYTY0YWRmYzE1YmUzZjU5Yjk2MzEyZGZjMjRhZWU5ZjJkYzA3MmM1OTBmMTIyIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 20:24:38 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6ImwrelpramkxYjJFN1FoQkNDbU9JUmc9PSIsInZhbHVlIjoiVHBmS2hVZ2dSS25Cb25OR0NlSmV4V3ozTWdna2dKSlhOS2hUb0FuT21BcUI1SHcwbHV6bVJrYnhONlJXZVh" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "B9uJl16baGqCMKvHt7bYJkeY8wNg7zmf3x0TAgEX" "_previous" => array:1 [ "url" => "https://debugerror.xyz/modeltest/248/result-sheet?page=6" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-12 02:24:38GET/modeltest/248/result-sheet?page=6289260