Board Exam

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

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

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

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
Request history8.2.27PHP Version210msRequest Duration9MBMemory UsageGET academy/board-exam/{slug}Route
    • Booting (29.07ms)time
    • Application (181ms)time
    • 1 x Application (86.15%)
      181ms
      1 x Booting (13.85%)
      29.07ms
      28 templates were rendered
      • academy.board_exam.indexindex.blade.php#?blade
      • academy.board_exam.datadata.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • common.script.todays_examtodays_exam.blade.php#?blade
      • common.script.navigator_sharenavigator_share.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 academy/board-exam/{slug}
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\BoardExamController@index
      namespace
      prefix
      where
      as
      board_exam.index
      file
      app/Http/Controllers/Academy/BoardExamController.php:36-54
      14 statements were executed151ms
      • SubCategoryRepository.php#271debugerror_satt290μsselect `id`, `name`, `slug` from `sub_categories` where `slug` = '4871' and `sub_categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 4871
        Backtrace
        • app/Repositories/SubCategoryRepository.php:271
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubCategoryRepository.php:268
        • app/Services/BoardExamService.php:66
      • BoardExamRepository.php#21debugerror_satt104msselect count(*) as aggregate from (select `id`, `name`, `year_id`, `sub_category_id`, `board_id`, `subject_id`, (select count(*) from `questions` where `board_exams`.`id` = `questions`.`board_exam_id` and `questions`.`deleted_at` is null) as `questions_count`, (select count(*) from `written_questions` where `board_exams`.`id` = `written_questions`.`board_exam_id` and `written_questions`.`deleted_at` is null) as `written_questions_count` from `board_exams` where `board_exams`.`deleted_at` is null having `questions_count` > 0 or `written_questions_count` > 0) as `aggregate_table`
        Bindings
        • 0: 0
        • 1: 0
        Backtrace
        • app/Repositories/BoardExamRepository.php:21
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/BoardExamRepository.php:18
        • app/Services/BoardExamService.php:67
      • BoardExamRepository.php#21debugerror_satt34.64msselect `id`, `name`, `year_id`, `sub_category_id`, `board_id`, `subject_id`, (select count(*) from `questions` where `board_exams`.`id` = `questions`.`board_exam_id` and `questions`.`deleted_at` is null) as `questions_count`, (select count(*) from `written_questions` where `board_exams`.`id` = `written_questions`.`board_exam_id` and `written_questions`.`deleted_at` is null) as `written_questions_count` from `board_exams` where `board_exams`.`deleted_at` is null having `questions_count` > 0 or `written_questions_count` > 0 order by `year_id` desc, `id` desc limit 15 offset 1080
        Bindings
        • 0: 0
        • 1: 0
        Backtrace
        • app/Repositories/BoardExamRepository.php:21
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/BoardExamRepository.php:18
        • app/Services/BoardExamService.php:67
      • BoardExamRepository.php#21debugerror_satt230μsselect `id`, `year` from `years` where `years`.`id` in (59) and `years`.`deleted_at` is null
        Backtrace
        • app/Repositories/BoardExamRepository.php:21
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/BoardExamRepository.php:18
        • app/Services/BoardExamService.php:67
      • BoardExamRepository.php#21debugerror_satt150μsselect `id`, `name` from `sub_categories` where `sub_categories`.`id` in (4871, 4878) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Repositories/BoardExamRepository.php:21
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/BoardExamRepository.php:18
        • app/Services/BoardExamService.php:67
      • BoardExamRepository.php#21debugerror_satt190μsselect `id`, `name` from `boards` where `boards`.`id` in (9, 18) and `boards`.`deleted_at` is null
        Backtrace
        • app/Repositories/BoardExamRepository.php:21
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/BoardExamRepository.php:18
        • app/Services/BoardExamService.php:67
      • BoardExamRepository.php#21debugerror_satt160μsselect `id`, `name` from `subjects` where `subjects`.`id` in (81, 84, 89, 91, 1840, 2116, 2464) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Repositories/BoardExamRepository.php:21
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/BoardExamRepository.php:18
        • app/Services/BoardExamService.php:67
      • BoardRepository.php#19debugerror_satt110μsselect `id`, `name` from `boards` where `boards`.`deleted_at` is null
        Backtrace
        • app/Repositories/BoardRepository.php:19
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/BoardRepository.php:18
        • app/Services/BoardExamService.php:76
      • YearRepository.php#26debugerror_satt1.2msselect distinct `year_id` from `board_exams` where `board_exams`.`deleted_at` is null
        Backtrace
        • app/Repositories/YearRepository.php:26
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/YearRepository.php:21
        • app/Services/BoardExamService.php:77
      • YearRepository.php#31debugerror_satt190μsselect `id`, `year` from `years` where `id` in (56, 57, 58, 59, 60, 61, 62, 63, 64, 65) and `years`.`deleted_at` is null order by `year` desc
        Bindings
        • 0: 56
        • 1: 57
        • 2: 58
        • 3: 59
        • 4: 60
        • 5: 61
        • 6: 62
        • 7: 63
        • 8: 64
        • 9: 65
        Backtrace
        • app/Repositories/YearRepository.php:31
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/YearRepository.php:21
        • app/Services/BoardExamService.php:77
      • SubCategoryRepository.php#280debugerror_satt8.65msselect `sub_categories`.*, (select count(*) from `board_exams` where `sub_categories`.`id` = `board_exams`.`sub_category_id` and `board_exams`.`deleted_at` is null) as `board_exams_count` from `sub_categories` where `sub_categories`.`deleted_at` is null having `board_exams_count` > 0
        Bindings
        • 0: 0
        Backtrace
        • app/Repositories/SubCategoryRepository.php:280
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubCategoryRepository.php:277
        • app/Services/BoardExamService.php:79
      • SubjectRepository.php#181debugerror_satt790μsselect distinct `subject_id` from `board_exams` where `board_exams`.`deleted_at` is null
        Backtrace
        • app/Repositories/SubjectRepository.php:181
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:176
        • app/Services/BoardExamService.php:80
      • SubjectRepository.php#185debugerror_satt320μsselect `id`, `name` from `subjects` where `id` in (null, 72, 73, 74, 75, 76, 77, 78, 81, 82, 83, 84, 86, 87, 89, 90, 91, 94, 98, 99, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1830, 1831, 1832, 1833, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1847, 1849, 1861, 1862, 2106, 2107, 2110, 2111, 2114, 2116, 2464, 2505, 17511, 17513, 17515, 17516, 17519, 17524, 27385, 27436, 27451) and `subjects`.`deleted_at` is null
        Bindings
        • 0: 
        • 1: 72
        • 2: 73
        • 3: 74
        • 4: 75
        • 5: 76
        • 6: 77
        • 7: 78
        • 8: 81
        • 9: 82
        • 10: 83
        • 11: 84
        • 12: 86
        • 13: 87
        • 14: 89
        • 15: 90
        • 16: 91
        • 17: 94
        • 18: 98
        • 19: 99
        • 20: 1821
        • 21: 1822
        • 22: 1823
        • 23: 1824
        • 24: 1825
        • 25: 1826
        • 26: 1827
        • 27: 1828
        • 28: 1830
        • 29: 1831
        • 30: 1832
        • 31: 1833
        • 32: 1835
        • 33: 1836
        • 34: 1837
        • 35: 1838
        • 36: 1839
        • 37: 1840
        • 38: 1841
        • 39: 1842
        • 40: 1843
        • 41: 1844
        • 42: 1845
        • 43: 1847
        • 44: 1849
        • 45: 1861
        • 46: 1862
        • 47: 2106
        • 48: 2107
        • 49: 2110
        • 50: 2111
        • 51: 2114
        • 52: 2116
        • 53: 2464
        • 54: 2505
        • 55: 17511
        • 56: 17513
        • 57: 17515
        • 58: 17516
        • 59: 17519
        • 60: 17524
        • 61: 27385
        • 62: 27436
        • 63: 27451
        Backtrace
        • app/Repositories/SubjectRepository.php:185
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:176
        • app/Services/BoardExamService.php:80
      • restrict.blade.php#30debugerror_satt210μ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
      70Subject.php#?
      App\Models\BoardExam
      15BoardExam.php#?
      App\Models\Board
      15Board.php#?
      App\Models\Year
      11Year.php#?
      App\Models\SubCategory
      5SubCategory.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
          _token
          cexvm3UIT6y0WFWc6pfrjfzbzkdaE0l1MRD6xSS9
          _previous
          array:1 [ "url" => "https://debugerror.xyz/academy/board-exam/4871?page=73" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /academy/board-exam/4871
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "73" ]
          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.128.188.223" ] "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.128.188.223" ] "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 17:31:05 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdiWjVMZkM1Z3hrMjRiUUlSaUd1b3c9PSIsInZhbHVlIjoia2dKcy9qTVc1QUd0bnJKaXk4bkRudEdGUTAwZWJSZ3M2YXZZREZuMEdIZHExMkhXVlhaZThtOHp3ZExRa0JnQmpBQllqUFIyNXpOaXJ4K1hFTjM2T0U3NUxNdVRjRU9YcytCQmhwNGVBelNRSEVSdHJNTVhHUzVJYVVqRW12dlgiLCJtYWMiOiJkZGY2NmU2OTFlZmZjZDViODI4NDAxYjllZTFkMjllZGQ2ZjBjZDYwNGM4NjgyYzMyZmY3OTlmMWU1NTNjYWIzIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 17:31:05 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IkdiWjVMZkM1Z3hrMjRiUUlSaUd1b3c9PSIsInZhbHVlIjoia2dKcy9qTVc1QUd0bnJKaXk4bkRudEdGUTAwZWJSZ3M2YXZZREZuMEdIZHExMkhXVlhaZThtOHp3ZExRa0JnQmpBQllqU" 1 => "satt_academy_session=eyJpdiI6IjNHL05uUkRCeHh5dy90TnNxdmNUZVE9PSIsInZhbHVlIjoieHhsOVdLdEEzK3pMYVYrSGo3OTdxR2NvaUtZN2hwMHJpVXZSYTZqU0s3RGp0cE5FSXYzRGlrdEg3R0ZlZGZzWmtiUTB5NHdqWlU5b25RdlBWbGhZS2tvYTlvTjVvRHQ1Z0hzTlhlc0dLenNTWTdOK0xraGtRNUlBMWlKbjJZeEwiLCJtYWMiOiI3NmMzNTU1NzQ3OGNmNTE5NWVhNWFiNDFkYWI4OGRjMDc4ZjdlM2U5ZjU2YzU2Y2ZlOGM4ZTFlYjIxYzBhMDEzIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 17:31:05 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjNHL05uUkRCeHh5dy90TnNxdmNUZVE9PSIsInZhbHVlIjoieHhsOVdLdEEzK3pMYVYrSGo3OTdxR2NvaUtZN2hwMHJpVXZSYTZqU0s3RGp0cE5FSXYzRGlrdEg3R0ZlZGZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdiWjVMZkM1Z3hrMjRiUUlSaUd1b3c9PSIsInZhbHVlIjoia2dKcy9qTVc1QUd0bnJKaXk4bkRudEdGUTAwZWJSZ3M2YXZZREZuMEdIZHExMkhXVlhaZThtOHp3ZExRa0JnQmpBQllqUFIyNXpOaXJ4K1hFTjM2T0U3NUxNdVRjRU9YcytCQmhwNGVBelNRSEVSdHJNTVhHUzVJYVVqRW12dlgiLCJtYWMiOiJkZGY2NmU2OTFlZmZjZDViODI4NDAxYjllZTFkMjllZGQ2ZjBjZDYwNGM4NjgyYzMyZmY3OTlmMWU1NTNjYWIzIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 17:31:05 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkdiWjVMZkM1Z3hrMjRiUUlSaUd1b3c9PSIsInZhbHVlIjoia2dKcy9qTVc1QUd0bnJKaXk4bkRudEdGUTAwZWJSZ3M2YXZZREZuMEdIZHExMkhXVlhaZThtOHp3ZExRa0JnQmpBQllqU" 1 => "satt_academy_session=eyJpdiI6IjNHL05uUkRCeHh5dy90TnNxdmNUZVE9PSIsInZhbHVlIjoieHhsOVdLdEEzK3pMYVYrSGo3OTdxR2NvaUtZN2hwMHJpVXZSYTZqU0s3RGp0cE5FSXYzRGlrdEg3R0ZlZGZzWmtiUTB5NHdqWlU5b25RdlBWbGhZS2tvYTlvTjVvRHQ1Z0hzTlhlc0dLenNTWTdOK0xraGtRNUlBMWlKbjJZeEwiLCJtYWMiOiI3NmMzNTU1NzQ3OGNmNTE5NWVhNWFiNDFkYWI4OGRjMDc4ZjdlM2U5ZjU2YzU2Y2ZlOGM4ZTFlYjIxYzBhMDEzIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 17:31:05 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjNHL05uUkRCeHh5dy90TnNxdmNUZVE9PSIsInZhbHVlIjoieHhsOVdLdEEzK3pMYVYrSGo3OTdxR2NvaUtZN2hwMHJpVXZSYTZqU0s3RGp0cE5FSXYzRGlrdEg3R0ZlZGZ" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "cexvm3UIT6y0WFWc6pfrjfzbzkdaE0l1MRD6xSS9" "_previous" => array:1 [ "url" => "https://debugerror.xyz/academy/board-exam/4871?page=73" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-12 23:31:05GET/academy/board-exam/4871?page=732814120