Exam

Top 10 Participated

RESULT SHEET

Name Question Answered Right Wrong Pass M. Obtain M. Position
60 30 16 14 24 12.50 91
60 2 2 0 24 2.00 92
60 53 46 7 24 44.25 93
60 55 34 21 24 28.75 94
60 38 25 13 24 21.75 95
60 59 51 8 24 49.00 96
60 57 40 17 24 35.75 97
60 60 44 16 24 40.00 98
60 59 43 16 24 39.00 99
60 44 34 10 24 31.50 100
60 60 22 38 24 12.50 101
60 56 45 11 24 42.25 102
60 57 40 17 24 35.75 103
60 53 40 13 24 36.75 104
60 45 34 11 24 31.25 105
60 38 26 12 24 23.00 106
60 43 24 19 24 19.25 107
60 41 27 14 24 23.50 108
60 52 23 29 24 15.75 109
60 50 33 17 24 28.75 110
60 44 16 28 24 9.00 111
60 60 26 34 24 17.50 112
60 25 12 13 24 8.75 113
60 60 36 24 24 30.00 114
60 47 35 12 24 32.00 115
60 59 49 10 24 46.50 116
60 22 17 5 24 15.75 117
60 20 15 5 24 13.75 118
60 52 31 21 24 25.75 119
60 49 37 12 24 34.00 120

Showing 91 - 120 of 153 entries

Page 4 of 6

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

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

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

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
Request history8.2.27PHP Version63.94msRequest Duration8MBMemory UsageGET modeltest/{id}/result-sheetRoute
    • Booting (31.56ms)time
    • Application (32.38ms)time
    • 1 x Application (50.64%)
      32.38ms
      1 x Booting (49.35%)
      31.56ms
      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 executed4.43ms
      • ModelTestResultController.php#214debugerror_satt770μ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` = '743' and `exams`.`deleted_at` is null limit 1
        Bindings
        • 0: 743
        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_satt280μsselect `id` from `exam_results` where `exam_id` = '743'
        Bindings
        • 0: 743
        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_satt90μsselect `id` from `exam_results` where `user_id` is null and `exam_id` = '743'
        Bindings
        • 0: 743
        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.12msselect 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 (157619, 151065, 149360, 150753, 149939, 149489, 149932, 149449, 149453, 150395, 149322, 149466, 149463, 149497, 149501, 150430, 160065, 149424, 149440, 151721, 149580, 150101, 150217, 153542, 152196, 163716, 149373, 149359, 149647, 149394, 149411, 149785, 170321, 149366, 149603, 150443, 157997, 154778, 164695, 149371, 149515, 149397, 164198, 150021, 150578, 151751, 150770, 149439, 149481, 149757, 151487, 149887, 149721, 149573, 149375, 149843, 149565, 149875, 149414, 149904, 149606, 149889, 149815, 149770, 149403, 149434, 149470, 149471, 149476, 151096, 149502, 150043, 151447, 149851, 149854, 150221, 149673, 149595, 151655, 151827, 149380, 150347, 153677, 149990, 149620, 149319, 149938, 149940, 149941, 150248, 149725, 149707, 149467, 150894, 151054, 149955, 149896, 149508, 149327, 154565, 149498, 151402, 164582, 149684, 149637, 149972, 149566, 150067, 149503, 150127, 149370, 149567, 149492, 149334, 149421, 149443, 149444, 149518, 149525, 149547, 149528, 149543, 150621, 149627, 149622, 149654, 149675, 150003, 150126, 149790, 149794, 150005, 149980, 150030, 150066, 150075, 150437, 150128, 150582, 150796, 150652, 150499, 150949, 150901, 151993, 151144, 151149, 151334, 152430, 152351, 152668, 153960, 153483, 153535, 159434, 156275, 157011, 160872, 164434, 172460, 166203, 165644) group by `user_id`) as `aggregate_table`
        Bindings
        • 0: 157619
        • 1: 151065
        • 2: 149360
        • 3: 150753
        • 4: 149939
        • 5: 149489
        • 6: 149932
        • 7: 149449
        • 8: 149453
        • 9: 150395
        • 10: 149322
        • 11: 149466
        • 12: 149463
        • 13: 149497
        • 14: 149501
        • 15: 150430
        • 16: 160065
        • 17: 149424
        • 18: 149440
        • 19: 151721
        • 20: 149580
        • 21: 150101
        • 22: 150217
        • 23: 153542
        • 24: 152196
        • 25: 163716
        • 26: 149373
        • 27: 149359
        • 28: 149647
        • 29: 149394
        • 30: 149411
        • 31: 149785
        • 32: 170321
        • 33: 149366
        • 34: 149603
        • 35: 150443
        • 36: 157997
        • 37: 154778
        • 38: 164695
        • 39: 149371
        • 40: 149515
        • 41: 149397
        • 42: 164198
        • 43: 150021
        • 44: 150578
        • 45: 151751
        • 46: 150770
        • 47: 149439
        • 48: 149481
        • 49: 149757
        • 50: 151487
        • 51: 149887
        • 52: 149721
        • 53: 149573
        • 54: 149375
        • 55: 149843
        • 56: 149565
        • 57: 149875
        • 58: 149414
        • 59: 149904
        • 60: 149606
        • 61: 149889
        • 62: 149815
        • 63: 149770
        • 64: 149403
        • 65: 149434
        • 66: 149470
        • 67: 149471
        • 68: 149476
        • 69: 151096
        • 70: 149502
        • 71: 150043
        • 72: 151447
        • 73: 149851
        • 74: 149854
        • 75: 150221
        • 76: 149673
        • 77: 149595
        • 78: 151655
        • 79: 151827
        • 80: 149380
        • 81: 150347
        • 82: 153677
        • 83: 149990
        • 84: 149620
        • 85: 149319
        • 86: 149938
        • 87: 149940
        • 88: 149941
        • 89: 150248
        • 90: 149725
        • 91: 149707
        • 92: 149467
        • 93: 150894
        • 94: 151054
        • 95: 149955
        • 96: 149896
        • 97: 149508
        • 98: 149327
        • 99: 154565
        • 100: 149498
        • 101: 151402
        • 102: 164582
        • 103: 149684
        • 104: 149637
        • 105: 149972
        • 106: 149566
        • 107: 150067
        • 108: 149503
        • 109: 150127
        • 110: 149370
        • 111: 149567
        • 112: 149492
        • 113: 149334
        • 114: 149421
        • 115: 149443
        • 116: 149444
        • 117: 149518
        • 118: 149525
        • 119: 149547
        • 120: 149528
        • 121: 149543
        • 122: 150621
        • 123: 149627
        • 124: 149622
        • 125: 149654
        • 126: 149675
        • 127: 150003
        • 128: 150126
        • 129: 149790
        • 130: 149794
        • 131: 150005
        • 132: 149980
        • 133: 150030
        • 134: 150066
        • 135: 150075
        • 136: 150437
        • 137: 150128
        • 138: 150582
        • 139: 150796
        • 140: 150652
        • 141: 150499
        • 142: 150949
        • 143: 150901
        • 144: 151993
        • 145: 151144
        • 146: 151149
        • 147: 151334
        • 148: 152430
        • 149: 152351
        • 150: 152668
        • 151: 153960
        • 152: 153483
        • 153: 153535
        • 154: 159434
        • 155: 156275
        • 156: 157011
        • 157: 160872
        • 158: 164434
        • 159: 172460
        • 160: 166203
        • 161: 165644
        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_satt780μ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 (157619, 151065, 149360, 150753, 149939, 149489, 149932, 149449, 149453, 150395, 149322, 149466, 149463, 149497, 149501, 150430, 160065, 149424, 149440, 151721, 149580, 150101, 150217, 153542, 152196, 163716, 149373, 149359, 149647, 149394, 149411, 149785, 170321, 149366, 149603, 150443, 157997, 154778, 164695, 149371, 149515, 149397, 164198, 150021, 150578, 151751, 150770, 149439, 149481, 149757, 151487, 149887, 149721, 149573, 149375, 149843, 149565, 149875, 149414, 149904, 149606, 149889, 149815, 149770, 149403, 149434, 149470, 149471, 149476, 151096, 149502, 150043, 151447, 149851, 149854, 150221, 149673, 149595, 151655, 151827, 149380, 150347, 153677, 149990, 149620, 149319, 149938, 149940, 149941, 150248, 149725, 149707, 149467, 150894, 151054, 149955, 149896, 149508, 149327, 154565, 149498, 151402, 164582, 149684, 149637, 149972, 149566, 150067, 149503, 150127, 149370, 149567, 149492, 149334, 149421, 149443, 149444, 149518, 149525, 149547, 149528, 149543, 150621, 149627, 149622, 149654, 149675, 150003, 150126, 149790, 149794, 150005, 149980, 150030, 150066, 150075, 150437, 150128, 150582, 150796, 150652, 150499, 150949, 150901, 151993, 151144, 151149, 151334, 152430, 152351, 152668, 153960, 153483, 153535, 159434, 156275, 157011, 160872, 164434, 172460, 166203, 165644) group by `user_id` order by `created_at` asc limit 30 offset 90
        Bindings
        • 0: 157619
        • 1: 151065
        • 2: 149360
        • 3: 150753
        • 4: 149939
        • 5: 149489
        • 6: 149932
        • 7: 149449
        • 8: 149453
        • 9: 150395
        • 10: 149322
        • 11: 149466
        • 12: 149463
        • 13: 149497
        • 14: 149501
        • 15: 150430
        • 16: 160065
        • 17: 149424
        • 18: 149440
        • 19: 151721
        • 20: 149580
        • 21: 150101
        • 22: 150217
        • 23: 153542
        • 24: 152196
        • 25: 163716
        • 26: 149373
        • 27: 149359
        • 28: 149647
        • 29: 149394
        • 30: 149411
        • 31: 149785
        • 32: 170321
        • 33: 149366
        • 34: 149603
        • 35: 150443
        • 36: 157997
        • 37: 154778
        • 38: 164695
        • 39: 149371
        • 40: 149515
        • 41: 149397
        • 42: 164198
        • 43: 150021
        • 44: 150578
        • 45: 151751
        • 46: 150770
        • 47: 149439
        • 48: 149481
        • 49: 149757
        • 50: 151487
        • 51: 149887
        • 52: 149721
        • 53: 149573
        • 54: 149375
        • 55: 149843
        • 56: 149565
        • 57: 149875
        • 58: 149414
        • 59: 149904
        • 60: 149606
        • 61: 149889
        • 62: 149815
        • 63: 149770
        • 64: 149403
        • 65: 149434
        • 66: 149470
        • 67: 149471
        • 68: 149476
        • 69: 151096
        • 70: 149502
        • 71: 150043
        • 72: 151447
        • 73: 149851
        • 74: 149854
        • 75: 150221
        • 76: 149673
        • 77: 149595
        • 78: 151655
        • 79: 151827
        • 80: 149380
        • 81: 150347
        • 82: 153677
        • 83: 149990
        • 84: 149620
        • 85: 149319
        • 86: 149938
        • 87: 149940
        • 88: 149941
        • 89: 150248
        • 90: 149725
        • 91: 149707
        • 92: 149467
        • 93: 150894
        • 94: 151054
        • 95: 149955
        • 96: 149896
        • 97: 149508
        • 98: 149327
        • 99: 154565
        • 100: 149498
        • 101: 151402
        • 102: 164582
        • 103: 149684
        • 104: 149637
        • 105: 149972
        • 106: 149566
        • 107: 150067
        • 108: 149503
        • 109: 150127
        • 110: 149370
        • 111: 149567
        • 112: 149492
        • 113: 149334
        • 114: 149421
        • 115: 149443
        • 116: 149444
        • 117: 149518
        • 118: 149525
        • 119: 149547
        • 120: 149528
        • 121: 149543
        • 122: 150621
        • 123: 149627
        • 124: 149622
        • 125: 149654
        • 126: 149675
        • 127: 150003
        • 128: 150126
        • 129: 149790
        • 130: 149794
        • 131: 150005
        • 132: 149980
        • 133: 150030
        • 134: 150066
        • 135: 150075
        • 136: 150437
        • 137: 150128
        • 138: 150582
        • 139: 150796
        • 140: 150652
        • 141: 150499
        • 142: 150949
        • 143: 150901
        • 144: 151993
        • 145: 151144
        • 146: 151149
        • 147: 151334
        • 148: 152430
        • 149: 152351
        • 150: 152668
        • 151: 153960
        • 152: 153483
        • 153: 153535
        • 154: 159434
        • 155: 156275
        • 156: 157011
        • 157: 160872
        • 158: 164434
        • 159: 172460
        • 160: 166203
        • 161: 165644
        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_satt410μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (11508, 19479, 27163, 32232, 38496, 61751, 70128, 70604, 79414, 79909, 80412, 81259, 82327, 83816, 84139, 84777, 85330, 85480, 85530, 85607, 85623, 85625, 85648, 85726, 85727, 85728, 85823, 85833, 85898, 85933) 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_satt380μ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_satt330μsselect * from `exam_details` where `exam_details`.`exam_id` = 743 and `exam_details`.`exam_id` is not null
        Bindings
        • 0: 743
        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_satt160μ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
      162ExamResult.php#?
      App\Models\ExamResultAnalytic
      30ExamResultAnalytic.php#?
      App\Models\User
      30User.php#?
      App\Models\Toppers
      10Toppers.php#?
      App\Models\ExamDetail
      5ExamDetail.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Exam
      1Exam.php#?
      App\Models\Setting
      1Setting.php#?
          _token
          tA9gbg6eI3ohCX1BZMUoXuIjkIDJacFlb1GE9ywp
          _previous
          array:1 [ "url" => "https://debugerror.xyz/modeltest/743/result-sheet?page=4" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /modeltest/743/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" => "4" ]
          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.222.142.215" ] "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.222.142.215" ] "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:19:20 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "58" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImdqbGhWMXdFYjFHVmdHblF5ejNSdVE9PSIsInZhbHVlIjoiSzU1QUcxcmJCdzRJeEZFNGRtTnNZOHpSS3FYSzBHL0RZakJUZFU5UVN1OElrckxxR1NzekRybEhiWE1RWUtMWmRiYVNFeW53OXd3Z0o2cnJlREY4ZjhQaEthZFIvWEhOS1NaeU0rd1dvaG1SRis1ckZDdnduWCtSRktJaHhtY3kiLCJtYWMiOiI1YzY5NTEzOWMxYmM1ZWYxOWU3NjRkYzRlZTRhNzliZjQ2NWU1MmEyNmQ3MTJmNDU0NDIzYmMwYTBlNzhmZTM2IiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 20:19:20 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImdqbGhWMXdFYjFHVmdHblF5ejNSdVE9PSIsInZhbHVlIjoiSzU1QUcxcmJCdzRJeEZFNGRtTnNZOHpSS3FYSzBHL0RZakJUZFU5UVN1OElrckxxR1NzekRybEhiWE1RWUtMWmRiYVNFe" 1 => "satt_academy_session=eyJpdiI6IjdGTSsvK2JOVEI0dDVOZEh4bXJ5cEE9PSIsInZhbHVlIjoiWWdJNExqR1V5VDQzdHNCZ3BCaVN4TEVEd0RkTXRIanp1b0c0SDY3bXRaWlNyWnFWT2pNcGpCYkQ3WFVNU2krUC81cjJ1NENXR05lWkhNMW5Gc20yWkIydVROVjNWTU9BRlcwV0M4VmxEQmlaUXNrTnRBU1EzZUpCTzFqaHc0NW4iLCJtYWMiOiIyYjkyMGZlN2YyNTVkYWQyZjNkNWE1ODk2MWQzZGZlZDQ2ZjA0MDkyMmI1MjYyMDgzMWE3Y2FmM2MwOWEzMjk2IiwidGFnIjoiIn0%3D; expires=Wed, 12 Mar 2025 20:19:20 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjdGTSsvK2JOVEI0dDVOZEh4bXJ5cEE9PSIsInZhbHVlIjoiWWdJNExqR1V5VDQzdHNCZ3BCaVN4TEVEd0RkTXRIanp1b0c0SDY3bXRaWlNyWnFWT2pNcGpCYkQ3WFVNU2k" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImdqbGhWMXdFYjFHVmdHblF5ejNSdVE9PSIsInZhbHVlIjoiSzU1QUcxcmJCdzRJeEZFNGRtTnNZOHpSS3FYSzBHL0RZakJUZFU5UVN1OElrckxxR1NzekRybEhiWE1RWUtMWmRiYVNFeW53OXd3Z0o2cnJlREY4ZjhQaEthZFIvWEhOS1NaeU0rd1dvaG1SRis1ckZDdnduWCtSRktJaHhtY3kiLCJtYWMiOiI1YzY5NTEzOWMxYmM1ZWYxOWU3NjRkYzRlZTRhNzliZjQ2NWU1MmEyNmQ3MTJmNDU0NDIzYmMwYTBlNzhmZTM2IiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 20:19:20 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImdqbGhWMXdFYjFHVmdHblF5ejNSdVE9PSIsInZhbHVlIjoiSzU1QUcxcmJCdzRJeEZFNGRtTnNZOHpSS3FYSzBHL0RZakJUZFU5UVN1OElrckxxR1NzekRybEhiWE1RWUtMWmRiYVNFe" 1 => "satt_academy_session=eyJpdiI6IjdGTSsvK2JOVEI0dDVOZEh4bXJ5cEE9PSIsInZhbHVlIjoiWWdJNExqR1V5VDQzdHNCZ3BCaVN4TEVEd0RkTXRIanp1b0c0SDY3bXRaWlNyWnFWT2pNcGpCYkQ3WFVNU2krUC81cjJ1NENXR05lWkhNMW5Gc20yWkIydVROVjNWTU9BRlcwV0M4VmxEQmlaUXNrTnRBU1EzZUpCTzFqaHc0NW4iLCJtYWMiOiIyYjkyMGZlN2YyNTVkYWQyZjNkNWE1ODk2MWQzZGZlZDQ2ZjA0MDkyMmI1MjYyMDgzMWE3Y2FmM2MwOWEzMjk2IiwidGFnIjoiIn0%3D; expires=Wed, 12-Mar-2025 20:19:20 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjdGTSsvK2JOVEI0dDVOZEh4bXJ5cEE9PSIsInZhbHVlIjoiWWdJNExqR1V5VDQzdHNCZ3BCaVN4TEVEd0RkTXRIanp1b0c0SDY3bXRaWlNyWnFWT2pNcGpCYkQ3WFVNU2k" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "tA9gbg6eI3ohCX1BZMUoXuIjkIDJacFlb1GE9ywp" "_previous" => array:1 [ "url" => "https://debugerror.xyz/modeltest/743/result-sheet?page=4" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-12 02:19:20GET/modeltest/743/result-sheet?page=42810243