Exam

Top 10 Participated

RESULT SHEET

Name Question Answered Right Wrong Pass M. Obtain M. Position
80 58 42 16 32 38.00 1
80 6 4 2 32 3.50 2
80 80 43 37 32 33.75 3
80 70 64 6 32 62.50 4
80 73 42 31 32 34.25 5
80 51 29 22 32 23.50 6
80 70 50 20 32 45.00 7
80 79 61 18 32 56.50 8
80 62 40 22 32 34.50 9
80 37 16 21 32 10.75 10
80 46 31 15 32 27.25 11
80 64 53 11 32 50.25 12
80 70 55 15 32 51.25 13
80 63 37 26 32 30.50 14
80 65 56 9 32 53.75 15
80 56 39 17 32 34.75 16
80 14 6 8 32 4.00 17
80 44 23 21 32 17.75 18
80 35 21 14 32 17.50 19
80 41 27 14 32 23.50 20
80 65 36 29 32 28.75 21
80 48 27 21 32 21.75 22
80 40 36 4 32 35.00 23
80 47 32 15 32 28.25 24
80 30 22 8 32 20.00 25
80 70 52 18 32 47.50 26
80 10 4 6 32 2.50 27
80 26 15 11 32 12.25 28
80 30 20 10 32 17.50 29
80 62 45 17 32 40.75 30

Showing 1 - 30 of 154 entries

Page 1 of 6

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

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

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

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
Request history8.2.27PHP Version51.14msRequest Duration8MBMemory UsageGET modeltest/{id}/result-sheetRoute
    • Booting (26.61ms)time
    • Application (24.52ms)time
    • 1 x Booting (52.04%)
      26.61ms
      1 x Application (47.96%)
      24.52ms
      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
      10 statements were executed3.69ms
      • ModelTestResultController.php#214debugerror_satt310μ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` = '247' and `exams`.`deleted_at` is null limit 1
        Bindings
        • 0: 247
        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_satt180μsselect `id` from `exam_results` where `exam_id` = '247'
        Bindings
        • 0: 247
        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` = '247'
        Bindings
        • 0: 247
        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.27msselect 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 (61104, 61114, 60678, 59777, 59682, 63533, 59757, 59764, 59765, 60436, 62146, 80727, 60153, 62842, 60782, 60362, 72155, 62516, 60467, 66793, 60185, 59656, 72152, 63839, 67230, 61256, 60253, 61236, 60178, 59845, 61023, 61025, 59993, 59686, 65645, 68261, 59659, 60951, 68202, 60020, 64518, 59696, 64057, 60235, 60236, 60953, 60808, 61843, 60746, 60778, 61313, 60337, 60208, 60312, 60106, 60558, 73398, 60012, 59970, 60851, 60423, 59740, 62716, 60940, 60047, 63524, 63528, 60587, 82756, 59987, 59667, 59731, 97265, 60877, 99388, 99454, 100214, 114482, 60314, 60316, 60317, 59710, 60070, 60013, 60537, 59968, 60679, 60050, 60079, 60486, 62178, 62184, 60111, 60612, 60051, 60030, 60798, 59683, 60000, 62782, 59723, 59967, 59702, 59758, 59726, 59661, 59719, 59730, 59763, 60055, 59835, 60039, 60510, 60071, 60129, 60175, 60126, 60294, 60194, 60563, 60575, 60283, 60713, 61061, 60938, 60455, 60904, 60656, 61385, 60730, 60709, 60767, 60824, 60891, 60893, 60878, 60945, 60943, 61176, 61420, 61719, 61521, 61484, 62973, 63254, 62862, 64380, 72392, 68797, 69258, 66946, 70182, 72542, 66565, 79388, 73824, 93178, 93188, 84535, 77958, 89454, 89477, 83476, 97609, 97655, 93500, 93796, 96054, 97901, 213591) group by `user_id`) as `aggregate_table`
        Bindings
        • 0: 61104
        • 1: 61114
        • 2: 60678
        • 3: 59777
        • 4: 59682
        • 5: 63533
        • 6: 59757
        • 7: 59764
        • 8: 59765
        • 9: 60436
        • 10: 62146
        • 11: 80727
        • 12: 60153
        • 13: 62842
        • 14: 60782
        • 15: 60362
        • 16: 72155
        • 17: 62516
        • 18: 60467
        • 19: 66793
        • 20: 60185
        • 21: 59656
        • 22: 72152
        • 23: 63839
        • 24: 67230
        • 25: 61256
        • 26: 60253
        • 27: 61236
        • 28: 60178
        • 29: 59845
        • 30: 61023
        • 31: 61025
        • 32: 59993
        • 33: 59686
        • 34: 65645
        • 35: 68261
        • 36: 59659
        • 37: 60951
        • 38: 68202
        • 39: 60020
        • 40: 64518
        • 41: 59696
        • 42: 64057
        • 43: 60235
        • 44: 60236
        • 45: 60953
        • 46: 60808
        • 47: 61843
        • 48: 60746
        • 49: 60778
        • 50: 61313
        • 51: 60337
        • 52: 60208
        • 53: 60312
        • 54: 60106
        • 55: 60558
        • 56: 73398
        • 57: 60012
        • 58: 59970
        • 59: 60851
        • 60: 60423
        • 61: 59740
        • 62: 62716
        • 63: 60940
        • 64: 60047
        • 65: 63524
        • 66: 63528
        • 67: 60587
        • 68: 82756
        • 69: 59987
        • 70: 59667
        • 71: 59731
        • 72: 97265
        • 73: 60877
        • 74: 99388
        • 75: 99454
        • 76: 100214
        • 77: 114482
        • 78: 60314
        • 79: 60316
        • 80: 60317
        • 81: 59710
        • 82: 60070
        • 83: 60013
        • 84: 60537
        • 85: 59968
        • 86: 60679
        • 87: 60050
        • 88: 60079
        • 89: 60486
        • 90: 62178
        • 91: 62184
        • 92: 60111
        • 93: 60612
        • 94: 60051
        • 95: 60030
        • 96: 60798
        • 97: 59683
        • 98: 60000
        • 99: 62782
        • 100: 59723
        • 101: 59967
        • 102: 59702
        • 103: 59758
        • 104: 59726
        • 105: 59661
        • 106: 59719
        • 107: 59730
        • 108: 59763
        • 109: 60055
        • 110: 59835
        • 111: 60039
        • 112: 60510
        • 113: 60071
        • 114: 60129
        • 115: 60175
        • 116: 60126
        • 117: 60294
        • 118: 60194
        • 119: 60563
        • 120: 60575
        • 121: 60283
        • 122: 60713
        • 123: 61061
        • 124: 60938
        • 125: 60455
        • 126: 60904
        • 127: 60656
        • 128: 61385
        • 129: 60730
        • 130: 60709
        • 131: 60767
        • 132: 60824
        • 133: 60891
        • 134: 60893
        • 135: 60878
        • 136: 60945
        • 137: 60943
        • 138: 61176
        • 139: 61420
        • 140: 61719
        • 141: 61521
        • 142: 61484
        • 143: 62973
        • 144: 63254
        • 145: 62862
        • 146: 64380
        • 147: 72392
        • 148: 68797
        • 149: 69258
        • 150: 66946
        • 151: 70182
        • 152: 72542
        • 153: 66565
        • 154: 79388
        • 155: 73824
        • 156: 93178
        • 157: 93188
        • 158: 84535
        • 159: 77958
        • 160: 89454
        • 161: 89477
        • 162: 83476
        • 163: 97609
        • 164: 97655
        • 165: 93500
        • 166: 93796
        • 167: 96054
        • 168: 97901
        • 169: 213591
        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_satt850μ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 (61104, 61114, 60678, 59777, 59682, 63533, 59757, 59764, 59765, 60436, 62146, 80727, 60153, 62842, 60782, 60362, 72155, 62516, 60467, 66793, 60185, 59656, 72152, 63839, 67230, 61256, 60253, 61236, 60178, 59845, 61023, 61025, 59993, 59686, 65645, 68261, 59659, 60951, 68202, 60020, 64518, 59696, 64057, 60235, 60236, 60953, 60808, 61843, 60746, 60778, 61313, 60337, 60208, 60312, 60106, 60558, 73398, 60012, 59970, 60851, 60423, 59740, 62716, 60940, 60047, 63524, 63528, 60587, 82756, 59987, 59667, 59731, 97265, 60877, 99388, 99454, 100214, 114482, 60314, 60316, 60317, 59710, 60070, 60013, 60537, 59968, 60679, 60050, 60079, 60486, 62178, 62184, 60111, 60612, 60051, 60030, 60798, 59683, 60000, 62782, 59723, 59967, 59702, 59758, 59726, 59661, 59719, 59730, 59763, 60055, 59835, 60039, 60510, 60071, 60129, 60175, 60126, 60294, 60194, 60563, 60575, 60283, 60713, 61061, 60938, 60455, 60904, 60656, 61385, 60730, 60709, 60767, 60824, 60891, 60893, 60878, 60945, 60943, 61176, 61420, 61719, 61521, 61484, 62973, 63254, 62862, 64380, 72392, 68797, 69258, 66946, 70182, 72542, 66565, 79388, 73824, 93178, 93188, 84535, 77958, 89454, 89477, 83476, 97609, 97655, 93500, 93796, 96054, 97901, 213591) group by `user_id` order by `created_at` asc limit 30 offset 0
        Bindings
        • 0: 61104
        • 1: 61114
        • 2: 60678
        • 3: 59777
        • 4: 59682
        • 5: 63533
        • 6: 59757
        • 7: 59764
        • 8: 59765
        • 9: 60436
        • 10: 62146
        • 11: 80727
        • 12: 60153
        • 13: 62842
        • 14: 60782
        • 15: 60362
        • 16: 72155
        • 17: 62516
        • 18: 60467
        • 19: 66793
        • 20: 60185
        • 21: 59656
        • 22: 72152
        • 23: 63839
        • 24: 67230
        • 25: 61256
        • 26: 60253
        • 27: 61236
        • 28: 60178
        • 29: 59845
        • 30: 61023
        • 31: 61025
        • 32: 59993
        • 33: 59686
        • 34: 65645
        • 35: 68261
        • 36: 59659
        • 37: 60951
        • 38: 68202
        • 39: 60020
        • 40: 64518
        • 41: 59696
        • 42: 64057
        • 43: 60235
        • 44: 60236
        • 45: 60953
        • 46: 60808
        • 47: 61843
        • 48: 60746
        • 49: 60778
        • 50: 61313
        • 51: 60337
        • 52: 60208
        • 53: 60312
        • 54: 60106
        • 55: 60558
        • 56: 73398
        • 57: 60012
        • 58: 59970
        • 59: 60851
        • 60: 60423
        • 61: 59740
        • 62: 62716
        • 63: 60940
        • 64: 60047
        • 65: 63524
        • 66: 63528
        • 67: 60587
        • 68: 82756
        • 69: 59987
        • 70: 59667
        • 71: 59731
        • 72: 97265
        • 73: 60877
        • 74: 99388
        • 75: 99454
        • 76: 100214
        • 77: 114482
        • 78: 60314
        • 79: 60316
        • 80: 60317
        • 81: 59710
        • 82: 60070
        • 83: 60013
        • 84: 60537
        • 85: 59968
        • 86: 60679
        • 87: 60050
        • 88: 60079
        • 89: 60486
        • 90: 62178
        • 91: 62184
        • 92: 60111
        • 93: 60612
        • 94: 60051
        • 95: 60030
        • 96: 60798
        • 97: 59683
        • 98: 60000
        • 99: 62782
        • 100: 59723
        • 101: 59967
        • 102: 59702
        • 103: 59758
        • 104: 59726
        • 105: 59661
        • 106: 59719
        • 107: 59730
        • 108: 59763
        • 109: 60055
        • 110: 59835
        • 111: 60039
        • 112: 60510
        • 113: 60071
        • 114: 60129
        • 115: 60175
        • 116: 60126
        • 117: 60294
        • 118: 60194
        • 119: 60563
        • 120: 60575
        • 121: 60283
        • 122: 60713
        • 123: 61061
        • 124: 60938
        • 125: 60455
        • 126: 60904
        • 127: 60656
        • 128: 61385
        • 129: 60730
        • 130: 60709
        • 131: 60767
        • 132: 60824
        • 133: 60891
        • 134: 60893
        • 135: 60878
        • 136: 60945
        • 137: 60943
        • 138: 61176
        • 139: 61420
        • 140: 61719
        • 141: 61521
        • 142: 61484
        • 143: 62973
        • 144: 63254
        • 145: 62862
        • 146: 64380
        • 147: 72392
        • 148: 68797
        • 149: 69258
        • 150: 66946
        • 151: 70182
        • 152: 72542
        • 153: 66565
        • 154: 79388
        • 155: 73824
        • 156: 93178
        • 157: 93188
        • 158: 84535
        • 159: 77958
        • 160: 89454
        • 161: 89477
        • 162: 83476
        • 163: 97609
        • 164: 97655
        • 165: 93500
        • 166: 93796
        • 167: 96054
        • 168: 97901
        • 169: 213591
        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_satt210μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (8140, 14849, 18978, 33842, 38328, 38496, 39888, 40659, 42227, 46544, 47145, 48158, 50615, 51040, 51114, 52663, 52747, 53399, 55476, 55487, 55586, 55636, 55663, 55666, 55670, 55715, 55728, 55833, 55845, 55880) 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
      • ExamFunctionalityService.php#71debugerror_satt300μsselect `toppers`.`total_questions`, `toppers`.`total_marks`, `toppers`.`total_right_answers`, `toppers`.`percentage`, `toppers`.`level`, `toppers`.`position`, `users`.`id` as `user_id`, `users`.`name`, `users`.`avatar` from `toppers` inner join `users` on `toppers`.`toperable_id` = `users`.`id` where `toperable_type` = 'App\\Models\\User' order by `toppers`.`percentage` desc limit 10
        Bindings
        • 0: App\Models\User
        Backtrace
        • app/Services/ExamFunctionalityService.php:71
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Services/ExamFunctionalityService.php:54
        • view::modeltest.result.resultsheet:95
      • resultsheet.blade.php#280debugerror_satt110μ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_satt190μsselect * from `exam_details` where `exam_details`.`exam_id` = 247 and `exam_details`.`exam_id` is not null
        Bindings
        • 0: 247
        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
      170ExamResult.php#?
      App\Models\ExamResultAnalytic
      30ExamResultAnalytic.php#?
      App\Models\User
      30User.php#?
      App\Models\Toppers
      10Toppers.php#?
      App\Models\ExamDetail
      4ExamDetail.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Exam
      1Exam.php#?
      App\Models\Setting
      1Setting.php#?
          _token
          tUjHXIufmsUe7PTfahD3Ec4liWl5NBB0vOaoh5H7
          _previous
          array:1 [ "url" => "https://debugerror.xyz/modeltest/247/result-sheet?page=1" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /modeltest/247/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" => "1" ]
          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.100.52" ] "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.100.52" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 12 Mar 2025 09:57:00 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "58" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpjSGVqVFUvNXBSSytUSDRiZ2NTQ1E9PSIsInZhbHVlIjoiUkZlUm9EY0ZBQ2lEcm5oSlQzRG9yN0k5aDdJeW9OZ25sOVdua3pUa21wemJOYWJTRnJLTjhPR1cwUWZ0SFo3L0E3cmdEYUcvT0NsQWwvMURMOEk5MHk5bVI5U0hBWjBYQ0dhZEkxZDVHeHA2QzExVk1yMlpYY1ZZTXliMmMwRVkiLCJtYWMiOiIzMzlhNzEwMDJjODlmNjAwYjY2MDRlYmFjMmYxYmVkN2QxNzhjYWY0YTc3NDc3MzI1MjA5NjU3ZjIwYTNjZmQ0IiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 09:57:00 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6InpjSGVqVFUvNXBSSytUSDRiZ2NTQ1E9PSIsInZhbHVlIjoiUkZlUm9EY0ZBQ2lEcm5oSlQzRG9yN0k5aDdJeW9OZ25sOVdua3pUa21wemJOYWJTRnJLTjhPR1cwUWZ0SFo3L0E3cmdEY" 1 => "satt_academy_session=eyJpdiI6IkFjVlN3M3hOc3F1Vy80KzlrUDJOTWc9PSIsInZhbHVlIjoiU2ExNERiblVOT1VmOUlEaW5ydHdyTm5vVnkvTEtZMG85b0VkS2EzcjY2VlRXRllWN2drUXE4VTZiS1Y3d216dHlNMlpUd28yWTdnQ1RMeVJCSE93TGVoRmE2Mm8rdytpSDVudWtlN0xiTlZPOFlGWk5xYjhBMCtnNGlERjEwUTUiLCJtYWMiOiJhZjNhZWQ4Y2EzYWFkOTU3MTA2ZDkxYjk3OTg4ZWY5N2ZhMThlMmQwNmEzOTNkNTAzOGNhOTE0NjlhMDU3MzA4IiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 09:57:00 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkFjVlN3M3hOc3F1Vy80KzlrUDJOTWc9PSIsInZhbHVlIjoiU2ExNERiblVOT1VmOUlEaW5ydHdyTm5vVnkvTEtZMG85b0VkS2EzcjY2VlRXRllWN2drUXE4VTZiS1Y3d21" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpjSGVqVFUvNXBSSytUSDRiZ2NTQ1E9PSIsInZhbHVlIjoiUkZlUm9EY0ZBQ2lEcm5oSlQzRG9yN0k5aDdJeW9OZ25sOVdua3pUa21wemJOYWJTRnJLTjhPR1cwUWZ0SFo3L0E3cmdEYUcvT0NsQWwvMURMOEk5MHk5bVI5U0hBWjBYQ0dhZEkxZDVHeHA2QzExVk1yMlpYY1ZZTXliMmMwRVkiLCJtYWMiOiIzMzlhNzEwMDJjODlmNjAwYjY2MDRlYmFjMmYxYmVkN2QxNzhjYWY0YTc3NDc3MzI1MjA5NjU3ZjIwYTNjZmQ0IiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 09:57:00 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InpjSGVqVFUvNXBSSytUSDRiZ2NTQ1E9PSIsInZhbHVlIjoiUkZlUm9EY0ZBQ2lEcm5oSlQzRG9yN0k5aDdJeW9OZ25sOVdua3pUa21wemJOYWJTRnJLTjhPR1cwUWZ0SFo3L0E3cmdEY" 1 => "satt_academy_session=eyJpdiI6IkFjVlN3M3hOc3F1Vy80KzlrUDJOTWc9PSIsInZhbHVlIjoiU2ExNERiblVOT1VmOUlEaW5ydHdyTm5vVnkvTEtZMG85b0VkS2EzcjY2VlRXRllWN2drUXE4VTZiS1Y3d216dHlNMlpUd28yWTdnQ1RMeVJCSE93TGVoRmE2Mm8rdytpSDVudWtlN0xiTlZPOFlGWk5xYjhBMCtnNGlERjEwUTUiLCJtYWMiOiJhZjNhZWQ4Y2EzYWFkOTU3MTA2ZDkxYjk3OTg4ZWY5N2ZhMThlMmQwNmEzOTNkNTAzOGNhOTE0NjlhMDU3MzA4IiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 09:57:00 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkFjVlN3M3hOc3F1Vy80KzlrUDJOTWc9PSIsInZhbHVlIjoiU2ExNERiblVOT1VmOUlEaW5ydHdyTm5vVnkvTEtZMG85b0VkS2EzcjY2VlRXRllWN2drUXE4VTZiS1Y3d21" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "tUjHXIufmsUe7PTfahD3Ec4liWl5NBB0vOaoh5H7" "_previous" => array:1 [ "url" => "https://debugerror.xyz/modeltest/247/result-sheet?page=1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-12 15:57:00GET/modeltest/247/result-sheet?page=12810250