===============================================

For present perfect tense, which one of the following is correct?

Created: 2 years ago | Updated: 2 years ago
Updated: 2 years ago
Please, contribute to add content.
Content
Content added by
Promotion
Request history8.2.28PHP Version73.29msRequest Duration6MBMemory UsageGET admission/single-questionRoute
    • Booting (32.69ms)time
    • Application (40.59ms)time
    • 1 x Application (55.38%)
      40.59ms
      1 x Booting (44.61%)
      32.69ms
      39 templates were rendered
      • questions.mcq.single_questionsingle_question.blade.php#?blade
      • components.adsense-adadsense-ad.blade.php#?blade
      • questions.include.show_timeshow_time.blade.php#?blade
      • questions.mode.readingreading.blade.php#?blade
      • questions.include.activity_layoutactivity_layout.blade.php#?blade
      • components.adsense-adadsense-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.adsense-adadsense-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.adsense-adadsense-ad.blade.php#?blade
      • components.adsense-adadsense-ad.blade.php#?blade
      • common.modal.bookmark_modalbookmark_modal.blade.php#?blade
      • common.modal.tag_add_modaltag_add_modal.blade.php#?blade
      • common.modal.add_description_modaladd_description_modal.blade.php#?blade
      • common.modal.video_modalvideo_modal.blade.php#?blade
      • common.modal.edit_description_modaledit_description_modal.blade.php#?blade
      • common.modal.error_report_modalerror_report_modal.blade.php#?blade
      • job.job_include.job_scriptjob_script.blade.php#?blade
      • common.script.activity_scriptactivity_script.blade.php#?blade
      • common.script.navigator_sharenavigator_share.blade.php#?blade
      • common.script.follow_unfollow_scriptfollow_unfollow_script.blade.php#?blade
      • common.script.short_statistics_scriptshort_statistics_script.blade.php#?blade
      • layouts.single-question-appsingle-question-app.blade.php#?blade
      • includes.single_header_linksingle_header_link.blade.php#?blade
      • common.login_modallogin_modal.blade.php#?blade
      • components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • layouts.headerheader.blade.php#?blade
      • layouts.toolbartoolbar.blade.php#?blade
      • layouts.footerfooter.blade.php#?blade
      • common.includes.promotion_modalpromotion_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 admission/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      admission.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      34 statements were executed6.76ms
      • QuestionController.php#150satt_satt_mobile_app230μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '240900' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 240900
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#150satt_satt_mobile_app160μsselect * from `question_options` where `question_options`.`question_id` in (240900) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#190satt_satt_mobile_app450μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 240900
        Bindings
        • 0: 240900
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:190
        • vendor/laravel/framework/src/Illuminate/Cache/Lock.php:95
        • app/Http/Controllers/Academy/QuestionController.php:187
        • app/Http/Controllers/Academy/QuestionController.php:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • QuestionController.php#256satt_satt_mobile_app220μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `meta_og_image`, `meta_og_title`, `meta_keyword`, `created_at`, `updated_at`, exists(select * from `review_contents` where `questions`.`id` = `review_contents`.`reviewable_id` and `review_contents`.`reviewable_type` = 'App\\Models\\Question') as `review_content_exists` from `questions` where `id` = '240900' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 240900
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app170μsselect `id`, `question_id`, `option_1`, `option_2`, `option_3`, `option_4`, `option_5`, `image_option`, `image_question`, `answer` from `question_options` where `question_options`.`question_id` in (240900) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app110μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (0) and `passages`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app110μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (5285) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app130μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (73) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app130μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (88242) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app110μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (73) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app300μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (240900) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (240900)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app240μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (240900) and `descriptions`.`descriptionable_type` = 'App\\Models\\Question' and `status` in ('approve', 'active') and `descriptions`.`deleted_at` is null order by `vote` desc
        Bindings
        • 0: App\Models\Question
        • 1: approve
        • 2: active
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app110μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (240900) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (240900) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (240900) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • DynamicPrintService.php#99satt_satt_mobile_app230μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (14977)
        Bindings
        • 0: App\Models\Question
        • 1: 14977
        Backtrace
        • app/Services/DynamicPrintService.php:99
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Services/DynamicPrintService.php:96
        • app/Http/Controllers/Academy/QuestionController.php:409
      • QuestionController.php#451satt_satt_mobile_app860μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `created_at`, `updated_at` from `questions` where `id` in (245283, 89253, 101426, 102631, 104495, 106061, 124186, 124898, 124902, 126424, 143349, 144740, 145378, 150747, 152994, 153365, 154364, 155199, 161341, 161731, 161733, 162309, 162311, 171302, 193449, 193827, 217462, 217483, 240897, 240900, 240903, 241677, 242137, 242138, 161943, 177577, 218689, 219442) and `id` != 240900 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 245283
        • 1: 89253
        • 2: 101426
        • 3: 102631
        • 4: 104495
        • 5: 106061
        • 6: 124186
        • 7: 124898
        • 8: 124902
        • 9: 126424
        • 10: 143349
        • 11: 144740
        • 12: 145378
        • 13: 150747
        • 14: 152994
        • 15: 153365
        • 16: 154364
        • 17: 155199
        • 18: 161341
        • 19: 161731
        • 20: 161733
        • 21: 162309
        • 22: 162311
        • 23: 171302
        • 24: 193449
        • 25: 193827
        • 26: 217462
        • 27: 217483
        • 28: 240897
        • 29: 240900
        • 30: 240903
        • 31: 241677
        • 32: 242137
        • 33: 242138
        • 34: 161943
        • 35: 177577
        • 36: 218689
        • 37: 219442
        • 38: 240900
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app340μsselect * from `question_options` where `question_options`.`question_id` in (240897, 240903, 241677, 242137, 242138, 245283) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app170μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (2, 73) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app210μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5285, 5286, 5293, 5323) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app170μsselect `id`, `name` from `categories` where `categories`.`id` in (8, 122) and `categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app370μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (240897, 240903, 241677, 242137, 242138, 245283) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app250μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (240897, 240903, 241677, 242137, 242138, 245283)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app130μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (240897, 240903, 241677, 242137, 242138, 245283) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app110μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (240897, 240903, 241677, 242137, 242138, 245283) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app100μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (240897, 240903, 241677, 242137, 242138, 245283) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • single_question.blade.php#85satt_satt_mobile_app170μsselect * from `categories` where `categories`.`id` = 122 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 122
        Backtrace
        • view::questions.mcq.single_question:85
        • 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
      • AdsenseAd.php#31satt_satt_mobile_app190μsselect * from `adsense_ads` where json_contains(`positions`, '\"page_header\"') and `show_on_desktop` = 1
        Bindings
        • 0: "page_header"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:347
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AdsenseAd.php#31satt_satt_mobile_app120μsselect * from `adsense_ads` where json_contains(`positions`, '\"above_subject_section\"') and `show_on_desktop` = 1
        Bindings
        • 0: "above_subject_section"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:796
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AdsenseAd.php#31satt_satt_mobile_app120μsselect * from `adsense_ads` where json_contains(`positions`, '\"sidebar_top\"') and `show_on_desktop` = 1
        Bindings
        • 0: "sidebar_top"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:1052
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AdsenseAd.php#31satt_satt_mobile_app120μsselect * from `adsense_ads` where json_contains(`positions`, '\"sidebar_bottom\"') and `show_on_desktop` = 1
        Bindings
        • 0: "sidebar_bottom"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:1073
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AdsenseAd.php#31satt_satt_mobile_app120μsselect * from `adsense_ads` where json_contains(`positions`, '\"page_footer\"') and `show_on_desktop` = 1
        Bindings
        • 0: "page_footer"
        • 1: 1
        Backtrace
        • app/View/Components/AdsenseAd.php:31
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::questions.mcq.single_question:1096
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • restrict.blade.php#30satt_satt_mobile_app210μ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\Subject
      12Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\VoteStatistics
      6VoteStatistics.php#?
      App\Models\SubCategory
      5SubCategory.php#?
      App\Models\Category
      3Category.php#?
      App\Models\PackagePlan
      3PackagePlan.php#?
      App\Models\AdsenseAd
      2AdsenseAd.php#?
      App\Models\User
      1User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          2Rwbeuszn2kHGiGTaYV8A35jhoo5BHsNgZFGx3Pi
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=240900%20%20%20%20%20...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /admission/single-question
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "ques_id" => "240900" ]
          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 => "52.15.91.151" ] "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 => "52.15.91.151" ] "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 => "Sat, 12 Apr 2025 23:31:52 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNvd2cvdC9XLzNyaGdLOG1UU25ZMXc9PSIsInZhbHVlIjoiYXZMVHBaQWpKUFppaG0rOTJZV08xUG1qSkxzMXlMRURDQ1pBWmswVlVQS1Uvd2VldVY2Lzl5eUE1bUVkdC9CY0pQZWNYdmMwYk55NFMyK2ZrZHVxR2hiV1REZXA0VW9VUHYyclY0TjllMmtSMTdjZzVFaHlyaThTNEx3NUlwODgiLCJtYWMiOiI1MGZlNmEzMzBlMzVjN2ViZTliZjAzMjk2YmUwZjg4ZGNmMDk5NmY3NjM2ZjQ5MDM2ZmUzOTNkYjJiMzRlNGRkIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 23:31:52 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImNvd2cvdC9XLzNyaGdLOG1UU25ZMXc9PSIsInZhbHVlIjoiYXZMVHBaQWpKUFppaG0rOTJZV08xUG1qSkxzMXlMRURDQ1pBWmswVlVQS1Uvd2VldVY2Lzl5eUE1bUVkdC9CY0pQZWNYd" 1 => "satt_academy_session=eyJpdiI6IkUyeCtCdnlOMkNERDZnSFVNN05RSnc9PSIsInZhbHVlIjoibGJCNFR4amNKOEUrTUhNMndodmd6UkE1ZEk2T1VIN3BuNzZOM3IyZ09oWm44bzZ4V0FJY1hUK1Z1RVppa0J0dzNybklERmc3TzhwWmRheEZORzNGWTNsZkJmNzJ4MHpETUFxcWk5aWd6NVRwV0tudjltNzNFRnpaWFpBU3kzRTYiLCJtYWMiOiIxNjEwMDIyMzM1OGU3Nzc4OTVhMGYyNGM3N2RiYjg5ZjVhYmZiOGQwMzFmYjA2MDQzYWM1ZjdjODZjMWQxOTQ4IiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 23:31:52 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkUyeCtCdnlOMkNERDZnSFVNN05RSnc9PSIsInZhbHVlIjoibGJCNFR4amNKOEUrTUhNMndodmd6UkE1ZEk2T1VIN3BuNzZOM3IyZ09oWm44bzZ4V0FJY1hUK1Z1RVppa0J" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNvd2cvdC9XLzNyaGdLOG1UU25ZMXc9PSIsInZhbHVlIjoiYXZMVHBaQWpKUFppaG0rOTJZV08xUG1qSkxzMXlMRURDQ1pBWmswVlVQS1Uvd2VldVY2Lzl5eUE1bUVkdC9CY0pQZWNYdmMwYk55NFMyK2ZrZHVxR2hiV1REZXA0VW9VUHYyclY0TjllMmtSMTdjZzVFaHlyaThTNEx3NUlwODgiLCJtYWMiOiI1MGZlNmEzMzBlMzVjN2ViZTliZjAzMjk2YmUwZjg4ZGNmMDk5NmY3NjM2ZjQ5MDM2ZmUzOTNkYjJiMzRlNGRkIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 23:31:52 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImNvd2cvdC9XLzNyaGdLOG1UU25ZMXc9PSIsInZhbHVlIjoiYXZMVHBaQWpKUFppaG0rOTJZV08xUG1qSkxzMXlMRURDQ1pBWmswVlVQS1Uvd2VldVY2Lzl5eUE1bUVkdC9CY0pQZWNYd" 1 => "satt_academy_session=eyJpdiI6IkUyeCtCdnlOMkNERDZnSFVNN05RSnc9PSIsInZhbHVlIjoibGJCNFR4amNKOEUrTUhNMndodmd6UkE1ZEk2T1VIN3BuNzZOM3IyZ09oWm44bzZ4V0FJY1hUK1Z1RVppa0J0dzNybklERmc3TzhwWmRheEZORzNGWTNsZkJmNzJ4MHpETUFxcWk5aWd6NVRwV0tudjltNzNFRnpaWFpBU3kzRTYiLCJtYWMiOiIxNjEwMDIyMzM1OGU3Nzc4OTVhMGYyNGM3N2RiYjg5ZjVhYmZiOGQwMzFmYjA2MDQzYWM1ZjdjODZjMWQxOTQ4IiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 23:31:52 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IkUyeCtCdnlOMkNERDZnSFVNN05RSnc9PSIsInZhbHVlIjoibGJCNFR4amNKOEUrTUhNMndodmd6UkE1ZEk2T1VIN3BuNzZOM3IyZ09oWm44bzZ4V0FJY1hUK1Z1RVppa0J" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "2Rwbeuszn2kHGiGTaYV8A35jhoo5BHsNgZFGx3Pi" "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=240900%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-13 05:31:52GET/admission/single-question?ques_id=240900++++++++++++++++393449