৫-এর কত শতাংশ ৭ হবে------

Created: 7 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version73.24msRequest Duration7MBMemory UsageGET job-solution/single-questionRoute
    • Booting (32.33ms)time
    • Application (40.9ms)time
    • 1 x Application (55.84%)
      40.90ms
      1 x Booting (44.14%)
      32.33ms
      33 templates were rendered
      • questions.mcq.single_questionsingle_question.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
      • questions.mcq.sidebarsidebar.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 job-solution/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      job.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      30 statements were executed10.55ms
      • QuestionController.php#150debugerror_satt420μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '6984' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 6984
        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#150debugerror_satt250μsselect * from `question_options` where `question_options`.`question_id` in (6984) 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#190debugerror_satt530μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 6984
        Bindings
        • 0: 6984
        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#256debugerror_satt280μ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` = '6984' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 6984
        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#256debugerror_satt150μ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 (6984) 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#256debugerror_satt140μ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#256debugerror_satt180μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (28) 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#256debugerror_satt150μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (24) 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#256debugerror_satt190μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (24) 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#256debugerror_satt270μ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 (6984) 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#256debugerror_satt170μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (6984)
        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#256debugerror_satt300μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (6984) 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#256debugerror_satt190μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (1, 43310) 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#256debugerror_satt140μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (6984) 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#256debugerror_satt150μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (6984) 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#256debugerror_satt130μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (6984) 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
      • QuestionController.php#451debugerror_satt4.8msselect `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 (77267, 66962, 67132, 67492, 67564, 69570, 69605, 69910, 70271, 70363, 70671, 70757, 73346, 79530, 82816, 239988, 240019, 240162, 26699, 26735, 27277, 27708, 27764, 29299, 29579, 29797, 30029, 30279, 30748, 30779, 30922, 30965, 31056, 31193, 31381, 41663, 41808, 47897, 53590, 55184, 55391, 55730, 57272, 58445, 58848, 66500, 66501, 66668, 68303, 69836, 69909, 70106, 72598, 73034, 73115, 73906, 74381, 76244, 76771, 79370, 79536, 80208, 80674, 83015, 83676, 237626, 240158, 78017, 30856, 31356, 59227, 59414, 67164, 70842, 70862, 73517, 74934, 81980, 83119, 238579, 26541, 245119, 79352, 8589, 10709, 10786, 16558, 19535, 20259, 21494, 22431, 23573, 24078, 24593, 24761, 25093, 25600, 26365, 26438, 27234, 27693, 29241, 29583, 30549, 30838, 30988, 31631, 31691, 31810, 33421, 36319, 37775, 40871, 41071, 41736, 43865, 46691, 48458, 49288, 50525, 54745, 55794, 56665, 58160, 59196, 62603, 66192, 66742, 72373, 76944, 79642, 80364, 81412, 82594, 237610, 25560, 26437, 29763, 31349, 57128, 57496, 67670, 69352, 238585, 6984, 7149, 7231, 26687, 27598, 30696, 38131, 41982, 42650, 42655, 42744, 42982, 43112, 47715, 53955, 54592, 56526, 57137, 57404, 58299, 59923, 66187, 69349, 72463, 73973, 75278, 76115, 77623, 79372, 237368, 238588, 40531, 53336, 51476, 50648, 27557, 44857, 72409, 29924, 59983, 30426, 42749, 19885, 8526, 64742, 8524, 11791, 51452, 22662, 15245, 25805, 27661, 8496, 42042, 17467, 41928, 38505, 73896, 6485, 6883, 7141, 8523, 8576, 8625, 10661, 10715, 10785, 13667, 14307, 14823, 17953, 19546, 20165, 22907, 23366, 24891, 25193, 25270, 25509, 26393, 26693, 27093, 27236, 27239, 27435, 27949, 28728, 28755, 29119, 29158, 29159, 29170, 29179, 29180, 29466, 29472, 29477, 29785, 29803, 29913, 30296, 30297, 30398, 30438, 30477, 30643, 30869, 30871, 30917, 31287, 31289, 31488, 31492, 31812, 33852, 36055, 36056, 36318, 36323, 37776, 38116, 38506, 39770, 41074, 41659, 41687, 41737, 41804, 41884, 41986, 42995, 43111, 46446, 46689, 47901, 49460, 50653, 51218, 51466, 51493, 51770, 54438, 54551, 54615, 55114, 55276, 55618, 55867, 56525, 56536, 56725, 57264, 57266, 57495, 57594, 57914, 58297, 58618, 59556, 59721, 60775, 60937, 65926, 66180, 68110, 68428, 71422, 72380, 72446, 72466, 72754, 72766, 72947, 73683, 73792, 73893, 74367, 74875, 75279, 75521, 75828, 77625, 78018, 78556, 79357, 79923, 80209, 80439, 80636, 81000, 81149, 81382, 81922, 81978, 82893, 83418, 237534, 238317, 25368, 29024, 29558, 38115, 38128, 41069, 44861, 53444, 54437, 54451, 55709, 57587, 58448, 66504, 67853, 69355, 77621, 8543, 29438, 30887, 31493, 51441, 71886, 76943, 31254, 31678, 66316, 7219, 15631, 18861, 24074, 24589, 24757, 27281, 29188, 29250, 29578, 30395, 30483, 36064, 38007, 38117, 38118, 42070, 42648, 43557, 44867, 46705, 51781, 52328, 54297, 54439, 54440, 57906, 65162, 65164, 66196, 73975, 74128, 75627, 78016, 82709, 20258, 20421, 20879, 29792, 30875, 35023, 38053, 38535, 41974, 42751, 49471, 55624, 66313, 67852, 82886, 238147, 8211, 8214, 13940, 13941, 15603, 16335, 16337, 16740, 16795, 17111, 18409, 19315, 19316, 19339, 23326, 24305, 25149, 25269, 25300, 25840, 26493, 27852, 28062, 28794, 28800, 28860, 28870, 28871, 29137, 29635, 30449, 30464, 30653, 30655, 30659, 30897, 30905, 30947, 31645, 31741, 31758, 32016, 32205, 32210, 32273, 32439, 32499, 32504, 32508, 32961, 33530, 33592, 33598, 33606, 33612, 33697, 33805, 34000, 34103, 34115, 34316, 34318, 34319, 34335, 34544, 34583, 34749, 34751, 34780, 35135, 35382, 35386, 35389, 35511, 35530, 35634, 35685, 35708, 35721, 35825, 35829, 35890, 35902, 35997, 36096, 36113, 36417, 36424, 36489, 36498, 36661, 36662, 36770, 36778, 36934, 36953, 37224, 37266, 37482, 37483, 37539, 37882, 37889, 37893, 37978, 37981, 38177, 38255, 38338, 38644, 38706, 38806, 38819, 38921, 38924, 39258, 39336, 39458, 39612, 39655, 39718, 39818, 39827, 39835, 39841, 39845, 40718, 41032, 41039, 41210, 41303, 41346, 41571, 41575, 41579, 41741, 41822, 41967, 42142, 42194, 42195, 42196, 42312, 42820, 42824, 43217, 43224, 43389, 43522, 43928, 43930, 44123, 44236, 44378, 44422, 44430, 44595, 44718, 44775, 44778, 45133, 45189, 45239, 45406, 45474, 45604, 45609, 45615, 45680, 45690, 45691, 45770, 46084, 46182, 46314, 46384, 46914, 46953, 47059, 47209, 47245, 47274, 47593, 47798, 47825, 47834, 47835, 47964, 47966, 48262, 48397, 48516, 48731, 48733, 49013, 49086, 49610, 49614, 50689, 51352, 51355, 51706, 51708, 51713, 52102, 52758, 52823, 52905, 53143, 53544, 53811, 53819, 53976, 55326, 55328, 55330, 57055, 57057, 59249, 59704, 59705, 60333, 60370, 60446, 60531, 60537, 60539, 60814, 60995, 61076, 61131, 61153, 61158, 61234, 61508, 61523, 61538, 61773, 61776, 61800, 61804, 61817, 61819, 61892, 61947, 62004, 62023, 62336, 62583, 62947, 63008, 63054, 63097, 63151, 63477, 63543, 63552, 63565, 63709, 63753, 63843, 64029, 64066, 64074, 64167, 64171, 64259, 64260, 64268, 64269, 64397, 64413, 64416, 64419, 65300, 65307, 65310, 65697, 65705, 65755, 68599, 68601, 68790, 69073, 69170, 69223, 69281, 69283, 69406, 71563, 71566, 71616, 72028, 72679, 74228, 74235, 74700, 74712, 75675, 75762, 75766, 76041, 76193, 76363, 76387, 76388, 76394, 76486, 77070, 77073, 77409, 77844, 77948, 78213, 78268, 78273, 78600, 79591, 80142, 80850, 82222, 82229, 237800, 237816, 238250, 16794, 24163, 27077, 28862, 30233, 30465, 30935, 33181, 34926, 35206, 35435, 36419, 36668, 37413, 38341, 38367, 41574, 44505, 47350, 47981, 49078, 49084, 52105, 52908, 60332, 60761, 61046, 61950, 62942, 64146, 64417, 68676, 69219, 27554, 29546, 54509, 55382, 66541, 7950, 8485, 8551, 19270, 20784, 20791, 25278, 25289, 25397, 26431, 27676, 29178, 29189, 29931, 29936, 30357, 30512, 30514, 30561, 30767, 30844, 30960, 30976, 31424, 31772, 36054, 36065, 37774, 37819, 39866, 40947, 41735, 41787, 41874, 41883, 42057, 42063, 44853, 48098, 48288, 49297, 49466, 49469, 49470, 51437, 51489, 52988, 53309, 53596, 53626, 54563, 55557, 55608, 55939, 56702, 57592, 57598, 58251, 58903, 59171, 59929, 66390, 66736, 67753, 67838, 68127, 68304, 71723, 71888, 72372, 72504, 72755, 73114, 74814, 74881, 75083, 76297, 78825, 81379, 81862, 82711, 82887, 238129, 43757, 61261, 72602, 75468, 40934, 42653, 238505, 31322, 8096, 8265, 25109, 25828, 25829, 25834, 26491, 26536, 27346, 28211, 28225, 30468, 32011, 32041, 32190, 32271, 32500, 32955, 32960, 32982, 33528, 33808, 33837, 34116, 34594, 34729, 35173, 35290, 35332, 35343, 35514, 35535, 36118, 36280, 36499, 36667, 36767, 36939, 37062, 37491, 37543, 37638, 37977, 38636, 38648, 38700, 38920, 39246, 39249, 39613, 39834, 39847, 40053, 40728, 40793, 41304, 41751, 41817, 41964, 42098, 43517, 43523, 43929, 44521, 44641, 44791, 45186, 45253, 45477, 45645, 46147, 46236, 46313, 46946, 47539, 47546, 47586, 48317, 48514, 48668, 48863, 48958, 49015, 49093, 49625, 49697, 51729, 51941, 52107, 52114, 52684, 52910, 53076, 53558, 53599, 57392, 59342, 60214, 60313, 60351, 60443, 60469, 60672, 61077, 61133, 61156, 61270, 61499, 61521, 61530, 61774, 61826, 61952, 62060, 62382, 62470, 62576, 62680, 62698, 62777, 62941, 63101, 63152, 63239, 63431, 63496, 63497, 63498, 63499, 63523, 63530, 63568, 63569, 63706, 63844, 63933, 63935, 64112, 64145, 64174, 64258, 64261, 64481, 65631, 65708, 65713, 65723, 65766, 68763, 68782, 68830, 68837, 68845, 68852, 68910, 69079, 69156, 72285, 73579, 73743, 75760, 75926, 77403, 77772, 78270, 78417, 78593, 79579, 80131, 80133, 80134, 82945, 82949, 238240, 10739, 29190, 29404, 53729, 54519, 55733, 57188, 66549, 30262, 30890, 26149, 8095, 8125, 10126, 13911, 14892, 14893, 14899, 16338, 19313, 19317, 19342, 25838, 27151, 27152, 27747, 28059, 28801, 30451, 30459, 30673, 30902, 30927, 31132, 31317, 31327, 31705, 31709, 31748, 31754, 31999, 32003, 32033, 32039, 32184, 32274, 32291, 32295, 32297, 32299, 32438, 32947, 33398, 33524, 33622, 33759, 33760, 33764, 33766, 33841, 34191, 34451, 34621, 34761, 34769, 34773, 34927, 35098, 35127, 35296, 35512, 35629, 35639, 35709, 35824, 35828, 35879, 35913, 35918, 35919, 36002, 36004, 36100, 36485, 36494, 36586, 36587, 36773, 36941, 36944, 36951, 37042, 37050, 37059, 37234, 37273, 37287, 37291, 37414, 37417, 37420, 37614, 37625, 37636, 37748, 37874, 37876, 37887, 37888, 37890, 37894, 38256, 38332, 38334, 38347, 38354, 38356, 38398, 38705, 38714, 38911, 39647, 39819, 41028, 41203, 41306, 41331, 42149, 42151, 42191, 42197, 43520, 43661, 44003, 44004, 44272, 44379, 44382, 44962, 45236, 45398, 45607, 45681, 45778, 45802, 46011, 46116, 46911, 46915, 46947, 47236, 47238, 47244, 47819, 47823, 47838, 47839, 48241, 48255, 48398, 48584, 49357, 49532, 50226, 51361, 51862, 52434, 52705, 53532, 53542, 54484, 54521, 54540, 54746, 57045, 60099, 60335, 60340, 60366, 60452, 60611, 60950, 61045, 61238, 61239, 61615, 61746, 62062, 62154, 62228, 62255, 62445, 62480, 62482, 62619, 62656, 62679, 62963, 63009, 63098, 63262, 63476, 63708, 63754, 64148, 64296, 64402, 64405, 64455, 64461, 64479, 64863, 65227, 65356, 65703, 65762, 65918, 68611, 68985, 68986, 73143, 74225, 74696, 75761, 76502, 76989, 78212, 79586, 80022, 237812, 37270, 32197, 61048, 36492, 30248, 52842, 37269, 37267, 7140, 7552, 7553, 7645, 7666, 7814, 8267, 8585, 9764, 10146, 41345, 11978, 13937, 14826, 14896, 15634, 17328, 17340, 17472, 18423, 19545, 23382, 25108, 29139, 31014, 34120, 44785, 45131, 45193, 49097, 60369, 61844, 62544, 25196, 25262, 25378, 25549, 25604, 25704, 25811, 25830, 26308, 26389, 238249) and `id` != 6984 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 77267
        • 1: 66962
        • 2: 67132
        • 3: 67492
        • 4: 67564
        • 5: 69570
        • 6: 69605
        • 7: 69910
        • 8: 70271
        • 9: 70363
        • 10: 70671
        • 11: 70757
        • 12: 73346
        • 13: 79530
        • 14: 82816
        • 15: 239988
        • 16: 240019
        • 17: 240162
        • 18: 26699
        • 19: 26735
        • 20: 27277
        • 21: 27708
        • 22: 27764
        • 23: 29299
        • 24: 29579
        • 25: 29797
        • 26: 30029
        • 27: 30279
        • 28: 30748
        • 29: 30779
        • 30: 30922
        • 31: 30965
        • 32: 31056
        • 33: 31193
        • 34: 31381
        • 35: 41663
        • 36: 41808
        • 37: 47897
        • 38: 53590
        • 39: 55184
        • 40: 55391
        • 41: 55730
        • 42: 57272
        • 43: 58445
        • 44: 58848
        • 45: 66500
        • 46: 66501
        • 47: 66668
        • 48: 68303
        • 49: 69836
        • 50: 69909
        • 51: 70106
        • 52: 72598
        • 53: 73034
        • 54: 73115
        • 55: 73906
        • 56: 74381
        • 57: 76244
        • 58: 76771
        • 59: 79370
        • 60: 79536
        • 61: 80208
        • 62: 80674
        • 63: 83015
        • 64: 83676
        • 65: 237626
        • 66: 240158
        • 67: 78017
        • 68: 30856
        • 69: 31356
        • 70: 59227
        • 71: 59414
        • 72: 67164
        • 73: 70842
        • 74: 70862
        • 75: 73517
        • 76: 74934
        • 77: 81980
        • 78: 83119
        • 79: 238579
        • 80: 26541
        • 81: 245119
        • 82: 79352
        • 83: 8589
        • 84: 10709
        • 85: 10786
        • 86: 16558
        • 87: 19535
        • 88: 20259
        • 89: 21494
        • 90: 22431
        • 91: 23573
        • 92: 24078
        • 93: 24593
        • 94: 24761
        • 95: 25093
        • 96: 25600
        • 97: 26365
        • 98: 26438
        • 99: 27234
        • 100: 27693
        • 101: 29241
        • 102: 29583
        • 103: 30549
        • 104: 30838
        • 105: 30988
        • 106: 31631
        • 107: 31691
        • 108: 31810
        • 109: 33421
        • 110: 36319
        • 111: 37775
        • 112: 40871
        • 113: 41071
        • 114: 41736
        • 115: 43865
        • 116: 46691
        • 117: 48458
        • 118: 49288
        • 119: 50525
        • 120: 54745
        • 121: 55794
        • 122: 56665
        • 123: 58160
        • 124: 59196
        • 125: 62603
        • 126: 66192
        • 127: 66742
        • 128: 72373
        • 129: 76944
        • 130: 79642
        • 131: 80364
        • 132: 81412
        • 133: 82594
        • 134: 237610
        • 135: 25560
        • 136: 26437
        • 137: 29763
        • 138: 31349
        • 139: 57128
        • 140: 57496
        • 141: 67670
        • 142: 69352
        • 143: 238585
        • 144: 6984
        • 145: 7149
        • 146: 7231
        • 147: 26687
        • 148: 27598
        • 149: 30696
        • 150: 38131
        • 151: 41982
        • 152: 42650
        • 153: 42655
        • 154: 42744
        • 155: 42982
        • 156: 43112
        • 157: 47715
        • 158: 53955
        • 159: 54592
        • 160: 56526
        • 161: 57137
        • 162: 57404
        • 163: 58299
        • 164: 59923
        • 165: 66187
        • 166: 69349
        • 167: 72463
        • 168: 73973
        • 169: 75278
        • 170: 76115
        • 171: 77623
        • 172: 79372
        • 173: 237368
        • 174: 238588
        • 175: 40531
        • 176: 53336
        • 177: 51476
        • 178: 50648
        • 179: 27557
        • 180: 44857
        • 181: 72409
        • 182: 29924
        • 183: 59983
        • 184: 30426
        • 185: 42749
        • 186: 19885
        • 187: 8526
        • 188: 64742
        • 189: 8524
        • 190: 11791
        • 191: 51452
        • 192: 22662
        • 193: 15245
        • 194: 25805
        • 195: 27661
        • 196: 8496
        • 197: 42042
        • 198: 17467
        • 199: 41928
        • 200: 38505
        • 201: 73896
        • 202: 6485
        • 203: 6883
        • 204: 7141
        • 205: 8523
        • 206: 8576
        • 207: 8625
        • 208: 10661
        • 209: 10715
        • 210: 10785
        • 211: 13667
        • 212: 14307
        • 213: 14823
        • 214: 17953
        • 215: 19546
        • 216: 20165
        • 217: 22907
        • 218: 23366
        • 219: 24891
        • 220: 25193
        • 221: 25270
        • 222: 25509
        • 223: 26393
        • 224: 26693
        • 225: 27093
        • 226: 27236
        • 227: 27239
        • 228: 27435
        • 229: 27949
        • 230: 28728
        • 231: 28755
        • 232: 29119
        • 233: 29158
        • 234: 29159
        • 235: 29170
        • 236: 29179
        • 237: 29180
        • 238: 29466
        • 239: 29472
        • 240: 29477
        • 241: 29785
        • 242: 29803
        • 243: 29913
        • 244: 30296
        • 245: 30297
        • 246: 30398
        • 247: 30438
        • 248: 30477
        • 249: 30643
        • 250: 30869
        • 251: 30871
        • 252: 30917
        • 253: 31287
        • 254: 31289
        • 255: 31488
        • 256: 31492
        • 257: 31812
        • 258: 33852
        • 259: 36055
        • 260: 36056
        • 261: 36318
        • 262: 36323
        • 263: 37776
        • 264: 38116
        • 265: 38506
        • 266: 39770
        • 267: 41074
        • 268: 41659
        • 269: 41687
        • 270: 41737
        • 271: 41804
        • 272: 41884
        • 273: 41986
        • 274: 42995
        • 275: 43111
        • 276: 46446
        • 277: 46689
        • 278: 47901
        • 279: 49460
        • 280: 50653
        • 281: 51218
        • 282: 51466
        • 283: 51493
        • 284: 51770
        • 285: 54438
        • 286: 54551
        • 287: 54615
        • 288: 55114
        • 289: 55276
        • 290: 55618
        • 291: 55867
        • 292: 56525
        • 293: 56536
        • 294: 56725
        • 295: 57264
        • 296: 57266
        • 297: 57495
        • 298: 57594
        • 299: 57914
        • 300: 58297
        • 301: 58618
        • 302: 59556
        • 303: 59721
        • 304: 60775
        • 305: 60937
        • 306: 65926
        • 307: 66180
        • 308: 68110
        • 309: 68428
        • 310: 71422
        • 311: 72380
        • 312: 72446
        • 313: 72466
        • 314: 72754
        • 315: 72766
        • 316: 72947
        • 317: 73683
        • 318: 73792
        • 319: 73893
        • 320: 74367
        • 321: 74875
        • 322: 75279
        • 323: 75521
        • 324: 75828
        • 325: 77625
        • 326: 78018
        • 327: 78556
        • 328: 79357
        • 329: 79923
        • 330: 80209
        • 331: 80439
        • 332: 80636
        • 333: 81000
        • 334: 81149
        • 335: 81382
        • 336: 81922
        • 337: 81978
        • 338: 82893
        • 339: 83418
        • 340: 237534
        • 341: 238317
        • 342: 25368
        • 343: 29024
        • 344: 29558
        • 345: 38115
        • 346: 38128
        • 347: 41069
        • 348: 44861
        • 349: 53444
        • 350: 54437
        • 351: 54451
        • 352: 55709
        • 353: 57587
        • 354: 58448
        • 355: 66504
        • 356: 67853
        • 357: 69355
        • 358: 77621
        • 359: 8543
        • 360: 29438
        • 361: 30887
        • 362: 31493
        • 363: 51441
        • 364: 71886
        • 365: 76943
        • 366: 31254
        • 367: 31678
        • 368: 66316
        • 369: 7219
        • 370: 15631
        • 371: 18861
        • 372: 24074
        • 373: 24589
        • 374: 24757
        • 375: 27281
        • 376: 29188
        • 377: 29250
        • 378: 29578
        • 379: 30395
        • 380: 30483
        • 381: 36064
        • 382: 38007
        • 383: 38117
        • 384: 38118
        • 385: 42070
        • 386: 42648
        • 387: 43557
        • 388: 44867
        • 389: 46705
        • 390: 51781
        • 391: 52328
        • 392: 54297
        • 393: 54439
        • 394: 54440
        • 395: 57906
        • 396: 65162
        • 397: 65164
        • 398: 66196
        • 399: 73975
        • 400: 74128
        • 401: 75627
        • 402: 78016
        • 403: 82709
        • 404: 20258
        • 405: 20421
        • 406: 20879
        • 407: 29792
        • 408: 30875
        • 409: 35023
        • 410: 38053
        • 411: 38535
        • 412: 41974
        • 413: 42751
        • 414: 49471
        • 415: 55624
        • 416: 66313
        • 417: 67852
        • 418: 82886
        • 419: 238147
        • 420: 8211
        • 421: 8214
        • 422: 13940
        • 423: 13941
        • 424: 15603
        • 425: 16335
        • 426: 16337
        • 427: 16740
        • 428: 16795
        • 429: 17111
        • 430: 18409
        • 431: 19315
        • 432: 19316
        • 433: 19339
        • 434: 23326
        • 435: 24305
        • 436: 25149
        • 437: 25269
        • 438: 25300
        • 439: 25840
        • 440: 26493
        • 441: 27852
        • 442: 28062
        • 443: 28794
        • 444: 28800
        • 445: 28860
        • 446: 28870
        • 447: 28871
        • 448: 29137
        • 449: 29635
        • 450: 30449
        • 451: 30464
        • 452: 30653
        • 453: 30655
        • 454: 30659
        • 455: 30897
        • 456: 30905
        • 457: 30947
        • 458: 31645
        • 459: 31741
        • 460: 31758
        • 461: 32016
        • 462: 32205
        • 463: 32210
        • 464: 32273
        • 465: 32439
        • 466: 32499
        • 467: 32504
        • 468: 32508
        • 469: 32961
        • 470: 33530
        • 471: 33592
        • 472: 33598
        • 473: 33606
        • 474: 33612
        • 475: 33697
        • 476: 33805
        • 477: 34000
        • 478: 34103
        • 479: 34115
        • 480: 34316
        • 481: 34318
        • 482: 34319
        • 483: 34335
        • 484: 34544
        • 485: 34583
        • 486: 34749
        • 487: 34751
        • 488: 34780
        • 489: 35135
        • 490: 35382
        • 491: 35386
        • 492: 35389
        • 493: 35511
        • 494: 35530
        • 495: 35634
        • 496: 35685
        • 497: 35708
        • 498: 35721
        • 499: 35825
        • 500: 35829
        • 501: 35890
        • 502: 35902
        • 503: 35997
        • 504: 36096
        • 505: 36113
        • 506: 36417
        • 507: 36424
        • 508: 36489
        • 509: 36498
        • 510: 36661
        • 511: 36662
        • 512: 36770
        • 513: 36778
        • 514: 36934
        • 515: 36953
        • 516: 37224
        • 517: 37266
        • 518: 37482
        • 519: 37483
        • 520: 37539
        • 521: 37882
        • 522: 37889
        • 523: 37893
        • 524: 37978
        • 525: 37981
        • 526: 38177
        • 527: 38255
        • 528: 38338
        • 529: 38644
        • 530: 38706
        • 531: 38806
        • 532: 38819
        • 533: 38921
        • 534: 38924
        • 535: 39258
        • 536: 39336
        • 537: 39458
        • 538: 39612
        • 539: 39655
        • 540: 39718
        • 541: 39818
        • 542: 39827
        • 543: 39835
        • 544: 39841
        • 545: 39845
        • 546: 40718
        • 547: 41032
        • 548: 41039
        • 549: 41210
        • 550: 41303
        • 551: 41346
        • 552: 41571
        • 553: 41575
        • 554: 41579
        • 555: 41741
        • 556: 41822
        • 557: 41967
        • 558: 42142
        • 559: 42194
        • 560: 42195
        • 561: 42196
        • 562: 42312
        • 563: 42820
        • 564: 42824
        • 565: 43217
        • 566: 43224
        • 567: 43389
        • 568: 43522
        • 569: 43928
        • 570: 43930
        • 571: 44123
        • 572: 44236
        • 573: 44378
        • 574: 44422
        • 575: 44430
        • 576: 44595
        • 577: 44718
        • 578: 44775
        • 579: 44778
        • 580: 45133
        • 581: 45189
        • 582: 45239
        • 583: 45406
        • 584: 45474
        • 585: 45604
        • 586: 45609
        • 587: 45615
        • 588: 45680
        • 589: 45690
        • 590: 45691
        • 591: 45770
        • 592: 46084
        • 593: 46182
        • 594: 46314
        • 595: 46384
        • 596: 46914
        • 597: 46953
        • 598: 47059
        • 599: 47209
        • 600: 47245
        • 601: 47274
        • 602: 47593
        • 603: 47798
        • 604: 47825
        • 605: 47834
        • 606: 47835
        • 607: 47964
        • 608: 47966
        • 609: 48262
        • 610: 48397
        • 611: 48516
        • 612: 48731
        • 613: 48733
        • 614: 49013
        • 615: 49086
        • 616: 49610
        • 617: 49614
        • 618: 50689
        • 619: 51352
        • 620: 51355
        • 621: 51706
        • 622: 51708
        • 623: 51713
        • 624: 52102
        • 625: 52758
        • 626: 52823
        • 627: 52905
        • 628: 53143
        • 629: 53544
        • 630: 53811
        • 631: 53819
        • 632: 53976
        • 633: 55326
        • 634: 55328
        • 635: 55330
        • 636: 57055
        • 637: 57057
        • 638: 59249
        • 639: 59704
        • 640: 59705
        • 641: 60333
        • 642: 60370
        • 643: 60446
        • 644: 60531
        • 645: 60537
        • 646: 60539
        • 647: 60814
        • 648: 60995
        • 649: 61076
        • 650: 61131
        • 651: 61153
        • 652: 61158
        • 653: 61234
        • 654: 61508
        • 655: 61523
        • 656: 61538
        • 657: 61773
        • 658: 61776
        • 659: 61800
        • 660: 61804
        • 661: 61817
        • 662: 61819
        • 663: 61892
        • 664: 61947
        • 665: 62004
        • 666: 62023
        • 667: 62336
        • 668: 62583
        • 669: 62947
        • 670: 63008
        • 671: 63054
        • 672: 63097
        • 673: 63151
        • 674: 63477
        • 675: 63543
        • 676: 63552
        • 677: 63565
        • 678: 63709
        • 679: 63753
        • 680: 63843
        • 681: 64029
        • 682: 64066
        • 683: 64074
        • 684: 64167
        • 685: 64171
        • 686: 64259
        • 687: 64260
        • 688: 64268
        • 689: 64269
        • 690: 64397
        • 691: 64413
        • 692: 64416
        • 693: 64419
        • 694: 65300
        • 695: 65307
        • 696: 65310
        • 697: 65697
        • 698: 65705
        • 699: 65755
        • 700: 68599
        • 701: 68601
        • 702: 68790
        • 703: 69073
        • 704: 69170
        • 705: 69223
        • 706: 69281
        • 707: 69283
        • 708: 69406
        • 709: 71563
        • 710: 71566
        • 711: 71616
        • 712: 72028
        • 713: 72679
        • 714: 74228
        • 715: 74235
        • 716: 74700
        • 717: 74712
        • 718: 75675
        • 719: 75762
        • 720: 75766
        • 721: 76041
        • 722: 76193
        • 723: 76363
        • 724: 76387
        • 725: 76388
        • 726: 76394
        • 727: 76486
        • 728: 77070
        • 729: 77073
        • 730: 77409
        • 731: 77844
        • 732: 77948
        • 733: 78213
        • 734: 78268
        • 735: 78273
        • 736: 78600
        • 737: 79591
        • 738: 80142
        • 739: 80850
        • 740: 82222
        • 741: 82229
        • 742: 237800
        • 743: 237816
        • 744: 238250
        • 745: 16794
        • 746: 24163
        • 747: 27077
        • 748: 28862
        • 749: 30233
        • 750: 30465
        • 751: 30935
        • 752: 33181
        • 753: 34926
        • 754: 35206
        • 755: 35435
        • 756: 36419
        • 757: 36668
        • 758: 37413
        • 759: 38341
        • 760: 38367
        • 761: 41574
        • 762: 44505
        • 763: 47350
        • 764: 47981
        • 765: 49078
        • 766: 49084
        • 767: 52105
        • 768: 52908
        • 769: 60332
        • 770: 60761
        • 771: 61046
        • 772: 61950
        • 773: 62942
        • 774: 64146
        • 775: 64417
        • 776: 68676
        • 777: 69219
        • 778: 27554
        • 779: 29546
        • 780: 54509
        • 781: 55382
        • 782: 66541
        • 783: 7950
        • 784: 8485
        • 785: 8551
        • 786: 19270
        • 787: 20784
        • 788: 20791
        • 789: 25278
        • 790: 25289
        • 791: 25397
        • 792: 26431
        • 793: 27676
        • 794: 29178
        • 795: 29189
        • 796: 29931
        • 797: 29936
        • 798: 30357
        • 799: 30512
        • 800: 30514
        • 801: 30561
        • 802: 30767
        • 803: 30844
        • 804: 30960
        • 805: 30976
        • 806: 31424
        • 807: 31772
        • 808: 36054
        • 809: 36065
        • 810: 37774
        • 811: 37819
        • 812: 39866
        • 813: 40947
        • 814: 41735
        • 815: 41787
        • 816: 41874
        • 817: 41883
        • 818: 42057
        • 819: 42063
        • 820: 44853
        • 821: 48098
        • 822: 48288
        • 823: 49297
        • 824: 49466
        • 825: 49469
        • 826: 49470
        • 827: 51437
        • 828: 51489
        • 829: 52988
        • 830: 53309
        • 831: 53596
        • 832: 53626
        • 833: 54563
        • 834: 55557
        • 835: 55608
        • 836: 55939
        • 837: 56702
        • 838: 57592
        • 839: 57598
        • 840: 58251
        • 841: 58903
        • 842: 59171
        • 843: 59929
        • 844: 66390
        • 845: 66736
        • 846: 67753
        • 847: 67838
        • 848: 68127
        • 849: 68304
        • 850: 71723
        • 851: 71888
        • 852: 72372
        • 853: 72504
        • 854: 72755
        • 855: 73114
        • 856: 74814
        • 857: 74881
        • 858: 75083
        • 859: 76297
        • 860: 78825
        • 861: 81379
        • 862: 81862
        • 863: 82711
        • 864: 82887
        • 865: 238129
        • 866: 43757
        • 867: 61261
        • 868: 72602
        • 869: 75468
        • 870: 40934
        • 871: 42653
        • 872: 238505
        • 873: 31322
        • 874: 8096
        • 875: 8265
        • 876: 25109
        • 877: 25828
        • 878: 25829
        • 879: 25834
        • 880: 26491
        • 881: 26536
        • 882: 27346
        • 883: 28211
        • 884: 28225
        • 885: 30468
        • 886: 32011
        • 887: 32041
        • 888: 32190
        • 889: 32271
        • 890: 32500
        • 891: 32955
        • 892: 32960
        • 893: 32982
        • 894: 33528
        • 895: 33808
        • 896: 33837
        • 897: 34116
        • 898: 34594
        • 899: 34729
        • 900: 35173
        • 901: 35290
        • 902: 35332
        • 903: 35343
        • 904: 35514
        • 905: 35535
        • 906: 36118
        • 907: 36280
        • 908: 36499
        • 909: 36667
        • 910: 36767
        • 911: 36939
        • 912: 37062
        • 913: 37491
        • 914: 37543
        • 915: 37638
        • 916: 37977
        • 917: 38636
        • 918: 38648
        • 919: 38700
        • 920: 38920
        • 921: 39246
        • 922: 39249
        • 923: 39613
        • 924: 39834
        • 925: 39847
        • 926: 40053
        • 927: 40728
        • 928: 40793
        • 929: 41304
        • 930: 41751
        • 931: 41817
        • 932: 41964
        • 933: 42098
        • 934: 43517
        • 935: 43523
        • 936: 43929
        • 937: 44521
        • 938: 44641
        • 939: 44791
        • 940: 45186
        • 941: 45253
        • 942: 45477
        • 943: 45645
        • 944: 46147
        • 945: 46236
        • 946: 46313
        • 947: 46946
        • 948: 47539
        • 949: 47546
        • 950: 47586
        • 951: 48317
        • 952: 48514
        • 953: 48668
        • 954: 48863
        • 955: 48958
        • 956: 49015
        • 957: 49093
        • 958: 49625
        • 959: 49697
        • 960: 51729
        • 961: 51941
        • 962: 52107
        • 963: 52114
        • 964: 52684
        • 965: 52910
        • 966: 53076
        • 967: 53558
        • 968: 53599
        • 969: 57392
        • 970: 59342
        • 971: 60214
        • 972: 60313
        • 973: 60351
        • 974: 60443
        • 975: 60469
        • 976: 60672
        • 977: 61077
        • 978: 61133
        • 979: 61156
        • 980: 61270
        • 981: 61499
        • 982: 61521
        • 983: 61530
        • 984: 61774
        • 985: 61826
        • 986: 61952
        • 987: 62060
        • 988: 62382
        • 989: 62470
        • 990: 62576
        • 991: 62680
        • 992: 62698
        • 993: 62777
        • 994: 62941
        • 995: 63101
        • 996: 63152
        • 997: 63239
        • 998: 63431
        • 999: 63496
        • 1000: 63497
        • 1001: 63498
        • 1002: 63499
        • 1003: 63523
        • 1004: 63530
        • 1005: 63568
        • 1006: 63569
        • 1007: 63706
        • 1008: 63844
        • 1009: 63933
        • 1010: 63935
        • 1011: 64112
        • 1012: 64145
        • 1013: 64174
        • 1014: 64258
        • 1015: 64261
        • 1016: 64481
        • 1017: 65631
        • 1018: 65708
        • 1019: 65713
        • 1020: 65723
        • 1021: 65766
        • 1022: 68763
        • 1023: 68782
        • 1024: 68830
        • 1025: 68837
        • 1026: 68845
        • 1027: 68852
        • 1028: 68910
        • 1029: 69079
        • 1030: 69156
        • 1031: 72285
        • 1032: 73579
        • 1033: 73743
        • 1034: 75760
        • 1035: 75926
        • 1036: 77403
        • 1037: 77772
        • 1038: 78270
        • 1039: 78417
        • 1040: 78593
        • 1041: 79579
        • 1042: 80131
        • 1043: 80133
        • 1044: 80134
        • 1045: 82945
        • 1046: 82949
        • 1047: 238240
        • 1048: 10739
        • 1049: 29190
        • 1050: 29404
        • 1051: 53729
        • 1052: 54519
        • 1053: 55733
        • 1054: 57188
        • 1055: 66549
        • 1056: 30262
        • 1057: 30890
        • 1058: 26149
        • 1059: 8095
        • 1060: 8125
        • 1061: 10126
        • 1062: 13911
        • 1063: 14892
        • 1064: 14893
        • 1065: 14899
        • 1066: 16338
        • 1067: 19313
        • 1068: 19317
        • 1069: 19342
        • 1070: 25838
        • 1071: 27151
        • 1072: 27152
        • 1073: 27747
        • 1074: 28059
        • 1075: 28801
        • 1076: 30451
        • 1077: 30459
        • 1078: 30673
        • 1079: 30902
        • 1080: 30927
        • 1081: 31132
        • 1082: 31317
        • 1083: 31327
        • 1084: 31705
        • 1085: 31709
        • 1086: 31748
        • 1087: 31754
        • 1088: 31999
        • 1089: 32003
        • 1090: 32033
        • 1091: 32039
        • 1092: 32184
        • 1093: 32274
        • 1094: 32291
        • 1095: 32295
        • 1096: 32297
        • 1097: 32299
        • 1098: 32438
        • 1099: 32947
        • 1100: 33398
        • 1101: 33524
        • 1102: 33622
        • 1103: 33759
        • 1104: 33760
        • 1105: 33764
        • 1106: 33766
        • 1107: 33841
        • 1108: 34191
        • 1109: 34451
        • 1110: 34621
        • 1111: 34761
        • 1112: 34769
        • 1113: 34773
        • 1114: 34927
        • 1115: 35098
        • 1116: 35127
        • 1117: 35296
        • 1118: 35512
        • 1119: 35629
        • 1120: 35639
        • 1121: 35709
        • 1122: 35824
        • 1123: 35828
        • 1124: 35879
        • 1125: 35913
        • 1126: 35918
        • 1127: 35919
        • 1128: 36002
        • 1129: 36004
        • 1130: 36100
        • 1131: 36485
        • 1132: 36494
        • 1133: 36586
        • 1134: 36587
        • 1135: 36773
        • 1136: 36941
        • 1137: 36944
        • 1138: 36951
        • 1139: 37042
        • 1140: 37050
        • 1141: 37059
        • 1142: 37234
        • 1143: 37273
        • 1144: 37287
        • 1145: 37291
        • 1146: 37414
        • 1147: 37417
        • 1148: 37420
        • 1149: 37614
        • 1150: 37625
        • 1151: 37636
        • 1152: 37748
        • 1153: 37874
        • 1154: 37876
        • 1155: 37887
        • 1156: 37888
        • 1157: 37890
        • 1158: 37894
        • 1159: 38256
        • 1160: 38332
        • 1161: 38334
        • 1162: 38347
        • 1163: 38354
        • 1164: 38356
        • 1165: 38398
        • 1166: 38705
        • 1167: 38714
        • 1168: 38911
        • 1169: 39647
        • 1170: 39819
        • 1171: 41028
        • 1172: 41203
        • 1173: 41306
        • 1174: 41331
        • 1175: 42149
        • 1176: 42151
        • 1177: 42191
        • 1178: 42197
        • 1179: 43520
        • 1180: 43661
        • 1181: 44003
        • 1182: 44004
        • 1183: 44272
        • 1184: 44379
        • 1185: 44382
        • 1186: 44962
        • 1187: 45236
        • 1188: 45398
        • 1189: 45607
        • 1190: 45681
        • 1191: 45778
        • 1192: 45802
        • 1193: 46011
        • 1194: 46116
        • 1195: 46911
        • 1196: 46915
        • 1197: 46947
        • 1198: 47236
        • 1199: 47238
        • 1200: 47244
        • 1201: 47819
        • 1202: 47823
        • 1203: 47838
        • 1204: 47839
        • 1205: 48241
        • 1206: 48255
        • 1207: 48398
        • 1208: 48584
        • 1209: 49357
        • 1210: 49532
        • 1211: 50226
        • 1212: 51361
        • 1213: 51862
        • 1214: 52434
        • 1215: 52705
        • 1216: 53532
        • 1217: 53542
        • 1218: 54484
        • 1219: 54521
        • 1220: 54540
        • 1221: 54746
        • 1222: 57045
        • 1223: 60099
        • 1224: 60335
        • 1225: 60340
        • 1226: 60366
        • 1227: 60452
        • 1228: 60611
        • 1229: 60950
        • 1230: 61045
        • 1231: 61238
        • 1232: 61239
        • 1233: 61615
        • 1234: 61746
        • 1235: 62062
        • 1236: 62154
        • 1237: 62228
        • 1238: 62255
        • 1239: 62445
        • 1240: 62480
        • 1241: 62482
        • 1242: 62619
        • 1243: 62656
        • 1244: 62679
        • 1245: 62963
        • 1246: 63009
        • 1247: 63098
        • 1248: 63262
        • 1249: 63476
        • 1250: 63708
        • 1251: 63754
        • 1252: 64148
        • 1253: 64296
        • 1254: 64402
        • 1255: 64405
        • 1256: 64455
        • 1257: 64461
        • 1258: 64479
        • 1259: 64863
        • 1260: 65227
        • 1261: 65356
        • 1262: 65703
        • 1263: 65762
        • 1264: 65918
        • 1265: 68611
        • 1266: 68985
        • 1267: 68986
        • 1268: 73143
        • 1269: 74225
        • 1270: 74696
        • 1271: 75761
        • 1272: 76502
        • 1273: 76989
        • 1274: 78212
        • 1275: 79586
        • 1276: 80022
        • 1277: 237812
        • 1278: 37270
        • 1279: 32197
        • 1280: 61048
        • 1281: 36492
        • 1282: 30248
        • 1283: 52842
        • 1284: 37269
        • 1285: 37267
        • 1286: 7140
        • 1287: 7552
        • 1288: 7553
        • 1289: 7645
        • 1290: 7666
        • 1291: 7814
        • 1292: 8267
        • 1293: 8585
        • 1294: 9764
        • 1295: 10146
        • 1296: 41345
        • 1297: 11978
        • 1298: 13937
        • 1299: 14826
        • 1300: 14896
        • 1301: 15634
        • 1302: 17328
        • 1303: 17340
        • 1304: 17472
        • 1305: 18423
        • 1306: 19545
        • 1307: 23382
        • 1308: 25108
        • 1309: 29139
        • 1310: 31014
        • 1311: 34120
        • 1312: 44785
        • 1313: 45131
        • 1314: 45193
        • 1315: 49097
        • 1316: 60369
        • 1317: 61844
        • 1318: 62544
        • 1319: 25196
        • 1320: 25262
        • 1321: 25378
        • 1322: 25549
        • 1323: 25604
        • 1324: 25704
        • 1325: 25811
        • 1326: 25830
        • 1327: 26308
        • 1328: 26389
        • 1329: 238249
        • 1330: 6984
        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#451debugerror_satt240μsselect * from `question_options` where `question_options`.`question_id` in (238579, 239988, 240019, 240158, 240162, 245119) 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#451debugerror_satt120μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (3) 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#451debugerror_satt320μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (4889, 5261, 5262, 5276, 5321) 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#451debugerror_satt160μsselect `id`, `name` from `categories` where `categories`.`id` in (5, 8, 15) 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#451debugerror_satt290μ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 (238579, 239988, 240019, 240158, 240162, 245119) 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#451debugerror_satt170μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (238579, 239988, 240019, 240158, 240162, 245119)
        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#451debugerror_satt120μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (238579, 239988, 240019, 240158, 240162, 245119) 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#451debugerror_satt80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (238579, 239988, 240019, 240158, 240162, 245119) 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#451debugerror_satt90μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (238579, 239988, 240019, 240158, 240162, 245119) 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#85debugerror_satt150μsselect * from `categories` where `categories`.`id` = 1 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 1
        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
      • single_question.blade.php#633debugerror_satt110μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 6984) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 6984
        Backtrace
        • view::questions.mcq.single_question:633
        • 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
      • single_question.blade.php#633debugerror_satt110μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 104045) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 104045
        Backtrace
        • view::questions.mcq.single_question:633
        • 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_satt150μ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
      9Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.php#?
      App\Models\Category
      4Category.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\Description
      2Description.php#?
      App\Models\User
      2User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          TcNuHT1BGy6n8d1XiV7vKCs0xkRIMHSxPxfQ9izp
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=6984%20%20%20%20%2...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /job-solution/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" => "6984" ]
          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.217.62.185" ] "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.217.62.185" ] "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 => "Sun, 16 Mar 2025 05:05:28 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "56" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IndhSEUyZlJvdzlYamY0NVUwaFJwZkE9PSIsInZhbHVlIjoiYVI0Nnl5RG1DcXpOTmIzYVNuTE1iM2ltWkFJQXdBNS9Vem9jRU5MS3cyTFRkTm1LQWdZdlAydEMzS3REMS9Say9aUk82QTV0VlNSZm9ISVNoVi9mTzczZmRCODI2eXZzOEpnend1WjNLUlBQaDFuQjJNZDk2SmREUHEydXVjM3UiLCJtYWMiOiI1NWE0NGQ4OTBmMDc1ODYzNGZlYzZlNDA5ZDY2OTY3NGQ3Zjc4Yjc2M2UxMDdlYTRlNTJkYTA2ZmNiNWZhNjg4IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 05:05:28 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IndhSEUyZlJvdzlYamY0NVUwaFJwZkE9PSIsInZhbHVlIjoiYVI0Nnl5RG1DcXpOTmIzYVNuTE1iM2ltWkFJQXdBNS9Vem9jRU5MS3cyTFRkTm1LQWdZdlAydEMzS3REMS9Say9aUk82Q" 1 => "satt_academy_session=eyJpdiI6IjNVQXVQWGx2bUJLOGNyTHZUbXd5RHc9PSIsInZhbHVlIjoiTUFCMU1LN01EK0FGai85QklGM1p3S0cwMThrQi9QYXFlWGovMnAwNU0vN0lTWi81VC95Y20zeVNCOEMrbHovc2d0b24yb1RXWUphd25kTWdqVXkxUFdVZzRQa2RodVJ4Z0Z2Y21oUlJDVm1VbW1uSGZWRlpJd24yRm83Q1M5cDAiLCJtYWMiOiJjMmNhZGFhZDZiZGQ5Yzk1NjJmZTVmZTJmZWNlNTQwOWRkMGQ2M2ZlZTE5OGVhODk5ODM2MTYzZTg2MGQxMzQ1IiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 05:05:28 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjNVQXVQWGx2bUJLOGNyTHZUbXd5RHc9PSIsInZhbHVlIjoiTUFCMU1LN01EK0FGai85QklGM1p3S0cwMThrQi9QYXFlWGovMnAwNU0vN0lTWi81VC95Y20zeVNCOEMrbHo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IndhSEUyZlJvdzlYamY0NVUwaFJwZkE9PSIsInZhbHVlIjoiYVI0Nnl5RG1DcXpOTmIzYVNuTE1iM2ltWkFJQXdBNS9Vem9jRU5MS3cyTFRkTm1LQWdZdlAydEMzS3REMS9Say9aUk82QTV0VlNSZm9ISVNoVi9mTzczZmRCODI2eXZzOEpnend1WjNLUlBQaDFuQjJNZDk2SmREUHEydXVjM3UiLCJtYWMiOiI1NWE0NGQ4OTBmMDc1ODYzNGZlYzZlNDA5ZDY2OTY3NGQ3Zjc4Yjc2M2UxMDdlYTRlNTJkYTA2ZmNiNWZhNjg4IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 05:05:28 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IndhSEUyZlJvdzlYamY0NVUwaFJwZkE9PSIsInZhbHVlIjoiYVI0Nnl5RG1DcXpOTmIzYVNuTE1iM2ltWkFJQXdBNS9Vem9jRU5MS3cyTFRkTm1LQWdZdlAydEMzS3REMS9Say9aUk82Q" 1 => "satt_academy_session=eyJpdiI6IjNVQXVQWGx2bUJLOGNyTHZUbXd5RHc9PSIsInZhbHVlIjoiTUFCMU1LN01EK0FGai85QklGM1p3S0cwMThrQi9QYXFlWGovMnAwNU0vN0lTWi81VC95Y20zeVNCOEMrbHovc2d0b24yb1RXWUphd25kTWdqVXkxUFdVZzRQa2RodVJ4Z0Z2Y21oUlJDVm1VbW1uSGZWRlpJd24yRm83Q1M5cDAiLCJtYWMiOiJjMmNhZGFhZDZiZGQ5Yzk1NjJmZTVmZTJmZWNlNTQwOWRkMGQ2M2ZlZTE5OGVhODk5ODM2MTYzZTg2MGQxMzQ1IiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 05:05:28 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjNVQXVQWGx2bUJLOGNyTHZUbXd5RHc9PSIsInZhbHVlIjoiTUFCMU1LN01EK0FGai85QklGM1p3S0cwMThrQi9QYXFlWGovMnAwNU0vN0lTWi81VC95Y20zeVNCOEMrbHo" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "TcNuHT1BGy6n8d1XiV7vKCs0xkRIMHSxPxfQ9izp" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=6984%20%20%20%20%20%20%20%20%20%20%20%20%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-03-16 11:05:28GET/job-solution/single-question?ques_id=6984++++++++++++++++++++++++++++333044