Exam

Top 10 Participated

RESULT SHEET

Name Question Answered Right Wrong Pass M. Obtain M. Position
60 58 23 35 24 14.25 1
60 60 50 10 24 47.50 2
60 53 41 12 24 38.00 3
60 50 36 14 24 32.50 4
60 58 49 9 24 46.75 5
60 55 40 15 24 36.25 6
60 58 53 5 24 51.75 7
60 52 38 14 24 34.50 8
60 52 35 17 24 30.75 9
60 60 35 25 24 28.75 10
60 0 0 0 24 0.00 11
60 56 49 7 24 47.25 12
60 59 40 19 24 35.25 13
60 45 26 19 24 21.25 14
60 54 31 23 24 25.25 15
60 46 29 17 24 24.75 16
60 58 45 13 24 41.75 17
60 57 43 14 24 39.50 18
60 52 36 16 24 32.00 19
60 55 44 11 24 41.25 20
60 16 6 10 24 3.50 21
60 52 31 21 24 25.75 22
60 60 37 23 24 31.25 23
60 33 23 10 24 20.50 24
60 59 46 13 24 42.75 25
60 0 0 0 24 0.00 26
60 26 20 6 24 18.50 27
60 45 31 14 24 27.50 28
60 51 44 7 24 42.25 29
60 56 35 21 24 29.75 30

Showing 1 - 30 of 153 entries

Page 1 of 6

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

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

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

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
Request history8.2.27PHP Version58.33msRequest Duration8MBMemory UsageGET modeltest/{id}/result-sheetRoute
    • Booting (33.22ms)time
    • Application (25.11ms)time
    • 1 x Booting (56.94%)
      33.22ms
      1 x Application (43.05%)
      25.11ms
      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.18ms
      • ModelTestResultController.php#214debugerror_satt500μ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_satt270μ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_satt80μ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.18msselect 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_satt900μ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 0
        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_satt330μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (19023, 23417, 24003, 28625, 28871, 31743, 32894, 33401, 42524, 46058, 47256, 49998, 57599, 65365, 67833, 71096, 74331, 77295, 78108, 78482, 79313, 81115, 82078, 83585, 84547, 85343, 85411, 85430, 85441, 85442) 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_satt400μ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_satt100μ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_satt260μ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
          IMgeKPEfSIXTPBZwAzNac7P4c58h9bu46w4v9cUY
          _previous
          array:1 [ "url" => "https://debugerror.xyz/modeltest/743/result-sheet?page=1" ]
          _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" => "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 => "3.14.145.69" ] "x-forwarded-server" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-for" => array:1 [ 0 => "3.14.145.69" ] "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 10:08:03 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "58" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImhlSXNXK09CNmswaHpFUzJ2alBITnc9PSIsInZhbHVlIjoiYmR1d09oZ2x5NVFlSlVuZ3pJU3pxSlR4d2Nza29HYkhzYktZRHdBZzNDdzhEcGs5YTRBZFJ4RlppQmR5NnNScHpWLzlKMXhRMzhsdWhpU3RYVmdmWmJIMS9NNms5T012SkZzZWQ0eUI3d2NOaFFibEVxSURiMnJSbUdyR1lhajIiLCJtYWMiOiI5ODE0YzhmNjQ3NGM4MGFlMDViYTNmZGQxOWQxZjU3NjJhZDVlZDE0Y2NlZTU2N2EyYTcwMWYwOTdiNjEwZWYxIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 10:08:03 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImhlSXNXK09CNmswaHpFUzJ2alBITnc9PSIsInZhbHVlIjoiYmR1d09oZ2x5NVFlSlVuZ3pJU3pxSlR4d2Nza29HYkhzYktZRHdBZzNDdzhEcGs5YTRBZFJ4RlppQmR5NnNScHpWLzlKM" 1 => "satt_academy_session=eyJpdiI6Ik8rem1McFNidW9WeHpoeXdFT3d0ZFE9PSIsInZhbHVlIjoiRXdWVG1OUFRxUmVCaXBXUCttSUZrTEZaY01McStOVEdFVmJtQnRjY2I3eTJ2WEI4TThUa0VIOURMUTdKc2ZHT25WZnZPNThjVE95eXcrZDF3bmRvQjNCZnBQZklIdDBKMnNWN2h0bzdXZ0JZSDNTQVgwMnBLT1ZqWHFGZ2c5SngiLCJtYWMiOiIxNWUxNmRlMzcxOTlkNjE2YTJmMWM3NGM2ZDY0OWVjY2E2YWE1YmNhNjY0NzMyMGVkMmQzNTk0ZDQ0YTY2MmQ3IiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 10:08:03 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6Ik8rem1McFNidW9WeHpoeXdFT3d0ZFE9PSIsInZhbHVlIjoiRXdWVG1OUFRxUmVCaXBXUCttSUZrTEZaY01McStOVEdFVmJtQnRjY2I3eTJ2WEI4TThUa0VIOURMUTdKc2Z" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImhlSXNXK09CNmswaHpFUzJ2alBITnc9PSIsInZhbHVlIjoiYmR1d09oZ2x5NVFlSlVuZ3pJU3pxSlR4d2Nza29HYkhzYktZRHdBZzNDdzhEcGs5YTRBZFJ4RlppQmR5NnNScHpWLzlKMXhRMzhsdWhpU3RYVmdmWmJIMS9NNms5T012SkZzZWQ0eUI3d2NOaFFibEVxSURiMnJSbUdyR1lhajIiLCJtYWMiOiI5ODE0YzhmNjQ3NGM4MGFlMDViYTNmZGQxOWQxZjU3NjJhZDVlZDE0Y2NlZTU2N2EyYTcwMWYwOTdiNjEwZWYxIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 10:08:03 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImhlSXNXK09CNmswaHpFUzJ2alBITnc9PSIsInZhbHVlIjoiYmR1d09oZ2x5NVFlSlVuZ3pJU3pxSlR4d2Nza29HYkhzYktZRHdBZzNDdzhEcGs5YTRBZFJ4RlppQmR5NnNScHpWLzlKM" 1 => "satt_academy_session=eyJpdiI6Ik8rem1McFNidW9WeHpoeXdFT3d0ZFE9PSIsInZhbHVlIjoiRXdWVG1OUFRxUmVCaXBXUCttSUZrTEZaY01McStOVEdFVmJtQnRjY2I3eTJ2WEI4TThUa0VIOURMUTdKc2ZHT25WZnZPNThjVE95eXcrZDF3bmRvQjNCZnBQZklIdDBKMnNWN2h0bzdXZ0JZSDNTQVgwMnBLT1ZqWHFGZ2c5SngiLCJtYWMiOiIxNWUxNmRlMzcxOTlkNjE2YTJmMWM3NGM2ZDY0OWVjY2E2YWE1YmNhNjY0NzMyMGVkMmQzNTk0ZDQ0YTY2MmQ3IiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 10:08:03 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6Ik8rem1McFNidW9WeHpoeXdFT3d0ZFE9PSIsInZhbHVlIjoiRXdWVG1OUFRxUmVCaXBXUCttSUZrTEZaY01McStOVEdFVmJtQnRjY2I3eTJ2WEI4TThUa0VIOURMUTdKc2Z" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "IMgeKPEfSIXTPBZwAzNac7P4c58h9bu46w4v9cUY" "_previous" => array:1 [ "url" => "https://debugerror.xyz/modeltest/743/result-sheet?page=1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-12 16:08:03GET/modeltest/743/result-sheet?page=12810243