Exam

Top 10 Participated

RESULT SHEET

Name Question Answered Right Wrong Pass M. Obtain M. Position
60 58 52 6 24 50.50 61
60 4 3 1 24 2.75 62
60 42 35 7 24 33.25 63
60 57 44 13 24 40.75 64
60 47 30 17 24 25.75 65
60 55 33 22 24 27.50 66
60 60 46 14 24 42.50 67
60 50 41 9 24 38.75 68
60 60 50 10 24 47.50 69
60 56 50 6 24 48.50 70
60 57 46 11 24 43.25 71
60 41 31 10 24 28.50 72
60 50 42 8 24 40.00 73
60 50 47 3 24 46.25 74
60 54 39 15 24 35.25 75
60 60 41 19 24 36.25 76
60 60 52 8 24 50.00 77
60 58 52 6 24 50.50 78
60 59 11 48 24 -1.00 79
60 51 38 13 24 34.75 80
60 60 28 32 24 20.00 81
60 56 40 16 24 36.00 82
60 47 43 4 24 42.00 83
60 58 47 11 24 44.25 84
60 57 45 12 24 42.00 85
60 47 37 10 24 34.50 86
60 55 34 21 24 28.75 87
60 51 43 8 24 41.00 88
60 59 16 43 24 5.25 89
60 55 39 16 24 35.00 90

Showing 61 - 90 of 172 entries

Page 3 of 6

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

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

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

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
Request history8.2.27PHP Version47.34msRequest Duration8MBMemory UsageGET modeltest/{id}/result-sheetRoute
    • Booting (24.06ms)time
    • Application (23.28ms)time
    • 1 x Booting (50.81%)
      24.06ms
      1 x Application (49.18%)
      23.28ms
      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 executed3.64ms
      • ModelTestResultController.php#214debugerror_satt350μ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` = '748' and `exams`.`deleted_at` is null limit 1
        Bindings
        • 0: 748
        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_satt210μsselect `id` from `exam_results` where `exam_id` = '748'
        Bindings
        • 0: 748
        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` = '748'
        Bindings
        • 0: 748
        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.32msselect 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 (170084, 149811, 150386, 150010, 149862, 150326, 151991, 149964, 160078, 151715, 149743, 149949, 149902, 149933, 150520, 155515, 152231, 163709, 151017, 150038, 168795, 150031, 149967, 150274, 158778, 150053, 149764, 154870, 170313, 149792, 149906, 155757, 150076, 150171, 158037, 154766, 151029, 149846, 164741, 155896, 167981, 149735, 149740, 149810, 150004, 150790, 150792, 150793, 150794, 149921, 156225, 152383, 152386, 150034, 149923, 149970, 150394, 151591, 150118, 150234, 152499, 150408, 150409, 149849, 149928, 149747, 149893, 149894, 151224, 149835, 150103, 149876, 153827, 149766, 151073, 150097, 150036, 151461, 149859, 150413, 149986, 150426, 150427, 150015, 151820, 149744, 151174, 149832, 149847, 150888, 150321, 150330, 149917, 149925, 149929, 149909, 152588, 150226, 150203, 150023, 150316, 155396, 149861, 149969, 149871, 150240, 150296, 152584, 149991, 149745, 150268, 150355, 151603, 149817, 149834, 151723, 149881, 164599, 149952, 150065, 149753, 150039, 149730, 150052, 149996, 149739, 149857, 149738, 150133, 149998, 150069, 149771, 149749, 149746, 149769, 150900, 149767, 149839, 149948, 149956, 149960, 149975, 150009, 151169, 150068, 150086, 150196, 150156, 150225, 150288, 150342, 150891, 150489, 150706, 152029, 150905, 151133, 151303, 151602, 158592, 151731, 152226, 152439, 152571, 152719, 153303, 153299, 159710, 154764, 158144, 160145, 156998, 164977, 157993, 160859, 158598, 159815, 159403, 168787, 161021, 162884, 164457, 172452, 172455, 185081, 185341) group by `user_id`) as `aggregate_table`
        Bindings
        • 0: 170084
        • 1: 149811
        • 2: 150386
        • 3: 150010
        • 4: 149862
        • 5: 150326
        • 6: 151991
        • 7: 149964
        • 8: 160078
        • 9: 151715
        • 10: 149743
        • 11: 149949
        • 12: 149902
        • 13: 149933
        • 14: 150520
        • 15: 155515
        • 16: 152231
        • 17: 163709
        • 18: 151017
        • 19: 150038
        • 20: 168795
        • 21: 150031
        • 22: 149967
        • 23: 150274
        • 24: 158778
        • 25: 150053
        • 26: 149764
        • 27: 154870
        • 28: 170313
        • 29: 149792
        • 30: 149906
        • 31: 155757
        • 32: 150076
        • 33: 150171
        • 34: 158037
        • 35: 154766
        • 36: 151029
        • 37: 149846
        • 38: 164741
        • 39: 155896
        • 40: 167981
        • 41: 149735
        • 42: 149740
        • 43: 149810
        • 44: 150004
        • 45: 150790
        • 46: 150792
        • 47: 150793
        • 48: 150794
        • 49: 149921
        • 50: 156225
        • 51: 152383
        • 52: 152386
        • 53: 150034
        • 54: 149923
        • 55: 149970
        • 56: 150394
        • 57: 151591
        • 58: 150118
        • 59: 150234
        • 60: 152499
        • 61: 150408
        • 62: 150409
        • 63: 149849
        • 64: 149928
        • 65: 149747
        • 66: 149893
        • 67: 149894
        • 68: 151224
        • 69: 149835
        • 70: 150103
        • 71: 149876
        • 72: 153827
        • 73: 149766
        • 74: 151073
        • 75: 150097
        • 76: 150036
        • 77: 151461
        • 78: 149859
        • 79: 150413
        • 80: 149986
        • 81: 150426
        • 82: 150427
        • 83: 150015
        • 84: 151820
        • 85: 149744
        • 86: 151174
        • 87: 149832
        • 88: 149847
        • 89: 150888
        • 90: 150321
        • 91: 150330
        • 92: 149917
        • 93: 149925
        • 94: 149929
        • 95: 149909
        • 96: 152588
        • 97: 150226
        • 98: 150203
        • 99: 150023
        • 100: 150316
        • 101: 155396
        • 102: 149861
        • 103: 149969
        • 104: 149871
        • 105: 150240
        • 106: 150296
        • 107: 152584
        • 108: 149991
        • 109: 149745
        • 110: 150268
        • 111: 150355
        • 112: 151603
        • 113: 149817
        • 114: 149834
        • 115: 151723
        • 116: 149881
        • 117: 164599
        • 118: 149952
        • 119: 150065
        • 120: 149753
        • 121: 150039
        • 122: 149730
        • 123: 150052
        • 124: 149996
        • 125: 149739
        • 126: 149857
        • 127: 149738
        • 128: 150133
        • 129: 149998
        • 130: 150069
        • 131: 149771
        • 132: 149749
        • 133: 149746
        • 134: 149769
        • 135: 150900
        • 136: 149767
        • 137: 149839
        • 138: 149948
        • 139: 149956
        • 140: 149960
        • 141: 149975
        • 142: 150009
        • 143: 151169
        • 144: 150068
        • 145: 150086
        • 146: 150196
        • 147: 150156
        • 148: 150225
        • 149: 150288
        • 150: 150342
        • 151: 150891
        • 152: 150489
        • 153: 150706
        • 154: 152029
        • 155: 150905
        • 156: 151133
        • 157: 151303
        • 158: 151602
        • 159: 158592
        • 160: 151731
        • 161: 152226
        • 162: 152439
        • 163: 152571
        • 164: 152719
        • 165: 153303
        • 166: 153299
        • 167: 159710
        • 168: 154764
        • 169: 158144
        • 170: 160145
        • 171: 156998
        • 172: 164977
        • 173: 157993
        • 174: 160859
        • 175: 158598
        • 176: 159815
        • 177: 159403
        • 178: 168787
        • 179: 161021
        • 180: 162884
        • 181: 164457
        • 182: 172452
        • 183: 172455
        • 184: 185081
        • 185: 185341
        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_satt860μ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 (170084, 149811, 150386, 150010, 149862, 150326, 151991, 149964, 160078, 151715, 149743, 149949, 149902, 149933, 150520, 155515, 152231, 163709, 151017, 150038, 168795, 150031, 149967, 150274, 158778, 150053, 149764, 154870, 170313, 149792, 149906, 155757, 150076, 150171, 158037, 154766, 151029, 149846, 164741, 155896, 167981, 149735, 149740, 149810, 150004, 150790, 150792, 150793, 150794, 149921, 156225, 152383, 152386, 150034, 149923, 149970, 150394, 151591, 150118, 150234, 152499, 150408, 150409, 149849, 149928, 149747, 149893, 149894, 151224, 149835, 150103, 149876, 153827, 149766, 151073, 150097, 150036, 151461, 149859, 150413, 149986, 150426, 150427, 150015, 151820, 149744, 151174, 149832, 149847, 150888, 150321, 150330, 149917, 149925, 149929, 149909, 152588, 150226, 150203, 150023, 150316, 155396, 149861, 149969, 149871, 150240, 150296, 152584, 149991, 149745, 150268, 150355, 151603, 149817, 149834, 151723, 149881, 164599, 149952, 150065, 149753, 150039, 149730, 150052, 149996, 149739, 149857, 149738, 150133, 149998, 150069, 149771, 149749, 149746, 149769, 150900, 149767, 149839, 149948, 149956, 149960, 149975, 150009, 151169, 150068, 150086, 150196, 150156, 150225, 150288, 150342, 150891, 150489, 150706, 152029, 150905, 151133, 151303, 151602, 158592, 151731, 152226, 152439, 152571, 152719, 153303, 153299, 159710, 154764, 158144, 160145, 156998, 164977, 157993, 160859, 158598, 159815, 159403, 168787, 161021, 162884, 164457, 172452, 172455, 185081, 185341) group by `user_id` order by `created_at` asc limit 30 offset 60
        Bindings
        • 0: 170084
        • 1: 149811
        • 2: 150386
        • 3: 150010
        • 4: 149862
        • 5: 150326
        • 6: 151991
        • 7: 149964
        • 8: 160078
        • 9: 151715
        • 10: 149743
        • 11: 149949
        • 12: 149902
        • 13: 149933
        • 14: 150520
        • 15: 155515
        • 16: 152231
        • 17: 163709
        • 18: 151017
        • 19: 150038
        • 20: 168795
        • 21: 150031
        • 22: 149967
        • 23: 150274
        • 24: 158778
        • 25: 150053
        • 26: 149764
        • 27: 154870
        • 28: 170313
        • 29: 149792
        • 30: 149906
        • 31: 155757
        • 32: 150076
        • 33: 150171
        • 34: 158037
        • 35: 154766
        • 36: 151029
        • 37: 149846
        • 38: 164741
        • 39: 155896
        • 40: 167981
        • 41: 149735
        • 42: 149740
        • 43: 149810
        • 44: 150004
        • 45: 150790
        • 46: 150792
        • 47: 150793
        • 48: 150794
        • 49: 149921
        • 50: 156225
        • 51: 152383
        • 52: 152386
        • 53: 150034
        • 54: 149923
        • 55: 149970
        • 56: 150394
        • 57: 151591
        • 58: 150118
        • 59: 150234
        • 60: 152499
        • 61: 150408
        • 62: 150409
        • 63: 149849
        • 64: 149928
        • 65: 149747
        • 66: 149893
        • 67: 149894
        • 68: 151224
        • 69: 149835
        • 70: 150103
        • 71: 149876
        • 72: 153827
        • 73: 149766
        • 74: 151073
        • 75: 150097
        • 76: 150036
        • 77: 151461
        • 78: 149859
        • 79: 150413
        • 80: 149986
        • 81: 150426
        • 82: 150427
        • 83: 150015
        • 84: 151820
        • 85: 149744
        • 86: 151174
        • 87: 149832
        • 88: 149847
        • 89: 150888
        • 90: 150321
        • 91: 150330
        • 92: 149917
        • 93: 149925
        • 94: 149929
        • 95: 149909
        • 96: 152588
        • 97: 150226
        • 98: 150203
        • 99: 150023
        • 100: 150316
        • 101: 155396
        • 102: 149861
        • 103: 149969
        • 104: 149871
        • 105: 150240
        • 106: 150296
        • 107: 152584
        • 108: 149991
        • 109: 149745
        • 110: 150268
        • 111: 150355
        • 112: 151603
        • 113: 149817
        • 114: 149834
        • 115: 151723
        • 116: 149881
        • 117: 164599
        • 118: 149952
        • 119: 150065
        • 120: 149753
        • 121: 150039
        • 122: 149730
        • 123: 150052
        • 124: 149996
        • 125: 149739
        • 126: 149857
        • 127: 149738
        • 128: 150133
        • 129: 149998
        • 130: 150069
        • 131: 149771
        • 132: 149749
        • 133: 149746
        • 134: 149769
        • 135: 150900
        • 136: 149767
        • 137: 149839
        • 138: 149948
        • 139: 149956
        • 140: 149960
        • 141: 149975
        • 142: 150009
        • 143: 151169
        • 144: 150068
        • 145: 150086
        • 146: 150196
        • 147: 150156
        • 148: 150225
        • 149: 150288
        • 150: 150342
        • 151: 150891
        • 152: 150489
        • 153: 150706
        • 154: 152029
        • 155: 150905
        • 156: 151133
        • 157: 151303
        • 158: 151602
        • 159: 158592
        • 160: 151731
        • 161: 152226
        • 162: 152439
        • 163: 152571
        • 164: 152719
        • 165: 153303
        • 166: 153299
        • 167: 159710
        • 168: 154764
        • 169: 158144
        • 170: 160145
        • 171: 156998
        • 172: 164977
        • 173: 157993
        • 174: 160859
        • 175: 158598
        • 176: 159815
        • 177: 159403
        • 178: 168787
        • 179: 161021
        • 180: 162884
        • 181: 164457
        • 182: 172452
        • 183: 172455
        • 184: 185081
        • 185: 185341
        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_satt310μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (28625, 43814, 49039, 51575, 55928, 61751, 70604, 73568, 73803, 77973, 79471, 79828, 80882, 82327, 82682, 82710, 83897, 84057, 84181, 85118, 85233, 85248, 85484, 85491, 85607, 85616, 85623, 85632, 85648, 85659) 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_satt120μ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_satt200μsselect * from `exam_details` where `exam_details`.`exam_id` = 748 and `exam_details`.`exam_id` is not null
        Bindings
        • 0: 748
        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_satt190μ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
      186ExamResult.php#?
      App\Models\ExamResultAnalytic
      30ExamResultAnalytic.php#?
      App\Models\User
      30User.php#?
      App\Models\ExamDetail
      5ExamDetail.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Exam
      1Exam.php#?
      App\Models\Setting
      1Setting.php#?
          _token
          V0iaFZt4rZHjnk9i42EetdabuPIro0CJJYbEy53N
          _previous
          array:1 [ "url" => "https://debugerror.xyz/modeltest/748/result-sheet?page=3" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /modeltest/748/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" => "3" ]
          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.221.158.39" ] "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.221.158.39" ] "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:21:55 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkRMRVM3QUlIcjI1R3FVUVJDWFlxNXc9PSIsInZhbHVlIjoic3FPcklQT250blhvZ29FdVRRMUR3VStEOVpDWUpWdWNaeVFOeHYrQzBMZ1hJdUduZ1NWajNaUU1lZGZtaXN4NTNPejhXUjVFTGxvWm94QWpVMjVJRTZ3TTUxOUlTaVdPZHVaKzlLTXo4aDdUdjdEb3c5dWhhRk9LZHFnUnYwMmkiLCJtYWMiOiI5NzQwZWU0M2ZlNGZkYzYzMGRkYTU3N2JkNDI2YTU1Mjg3NGE5OGY2NjJhMjM4NmFhY2FjOTcwZmRiMTZhMWIyIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 20:21:55 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IkRMRVM3QUlIcjI1R3FVUVJDWFlxNXc9PSIsInZhbHVlIjoic3FPcklQT250blhvZ29FdVRRMUR3VStEOVpDWUpWdWNaeVFOeHYrQzBMZ1hJdUduZ1NWajNaUU1lZGZtaXN4NTNPejhXU" 1 => "satt_academy_session=eyJpdiI6IkxmVmRuYWFrQkRPSlV6TFBSWktmbEE9PSIsInZhbHVlIjoiL3hMVTBqay8ydER2dHcvc2lXUWxRTTM1THdnVnkzYlVveWFFTElzb1NCdG42M2NiUmJZTXd5MXV4QXNpUE1mdHdBVnJ6V3k3TVZiYTlaOTR1TFo1SHJqQnVEVXNLcGxHRVpOOWk0czNQSkdOV05NeFJsdVlEQXZ5c21UZDJjWnYiLCJtYWMiOiI0MDI4OWQ3NTNjMmJjOTRkY2JjN2M3YjNkZTNhNTdlYzA3M2NjYzYyMWFjNGI4ZTU4OWRlODZhYWY2M2IzNmEwIiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 20:21:55 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkxmVmRuYWFrQkRPSlV6TFBSWktmbEE9PSIsInZhbHVlIjoiL3hMVTBqay8ydER2dHcvc2lXUWxRTTM1THdnVnkzYlVveWFFTElzb1NCdG42M2NiUmJZTXd5MXV4QXNpUE1" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkRMRVM3QUlIcjI1R3FVUVJDWFlxNXc9PSIsInZhbHVlIjoic3FPcklQT250blhvZ29FdVRRMUR3VStEOVpDWUpWdWNaeVFOeHYrQzBMZ1hJdUduZ1NWajNaUU1lZGZtaXN4NTNPejhXUjVFTGxvWm94QWpVMjVJRTZ3TTUxOUlTaVdPZHVaKzlLTXo4aDdUdjdEb3c5dWhhRk9LZHFnUnYwMmkiLCJtYWMiOiI5NzQwZWU0M2ZlNGZkYzYzMGRkYTU3N2JkNDI2YTU1Mjg3NGE5OGY2NjJhMjM4NmFhY2FjOTcwZmRiMTZhMWIyIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 20:21:55 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkRMRVM3QUlIcjI1R3FVUVJDWFlxNXc9PSIsInZhbHVlIjoic3FPcklQT250blhvZ29FdVRRMUR3VStEOVpDWUpWdWNaeVFOeHYrQzBMZ1hJdUduZ1NWajNaUU1lZGZtaXN4NTNPejhXU" 1 => "satt_academy_session=eyJpdiI6IkxmVmRuYWFrQkRPSlV6TFBSWktmbEE9PSIsInZhbHVlIjoiL3hMVTBqay8ydER2dHcvc2lXUWxRTTM1THdnVnkzYlVveWFFTElzb1NCdG42M2NiUmJZTXd5MXV4QXNpUE1mdHdBVnJ6V3k3TVZiYTlaOTR1TFo1SHJqQnVEVXNLcGxHRVpOOWk0czNQSkdOV05NeFJsdVlEQXZ5c21UZDJjWnYiLCJtYWMiOiI0MDI4OWQ3NTNjMmJjOTRkY2JjN2M3YjNkZTNhNTdlYzA3M2NjYzYyMWFjNGI4ZTU4OWRlODZhYWY2M2IzNmEwIiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 20:21:55 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkxmVmRuYWFrQkRPSlV6TFBSWktmbEE9PSIsInZhbHVlIjoiL3hMVTBqay8ydER2dHcvc2lXUWxRTTM1THdnVnkzYlVveWFFTElzb1NCdG42M2NiUmJZTXd5MXV4QXNpUE1" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "V0iaFZt4rZHjnk9i42EetdabuPIro0CJJYbEy53N" "_previous" => array:1 [ "url" => "https://debugerror.xyz/modeltest/748/result-sheet?page=3" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-12 02:21:55GET/modeltest/748/result-sheet?page=3289257