অলুক দ্বন্দ্ব সমাসের উদাহরণ কোনটি?

Created: 7 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version63.12msRequest Duration9MBMemory UsageGET job-solution/single-questionRoute
    • Booting (25.54ms)time
    • Application (37.58ms)time
    • 1 x Application (59.53%)
      37.58ms
      1 x Booting (40.46%)
      25.54ms
      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 executed8.67ms
      • QuestionController.php#150debugerror_satt210μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '2268' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 2268
        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_satt130μsselect * from `question_options` where `question_options`.`question_id` in (2268) 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_satt410μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 2268
        Bindings
        • 0: 2268
        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_satt180μ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` = '2268' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 2268
        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_satt110μ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 (2268) 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_satt100μ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_satt110μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (264) 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_satt100μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (1) 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_satt130μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (1) 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_satt200μ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 (2268) 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_satt120μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (2268)
        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 * from `descriptions` where `descriptions`.`descriptionable_id` in (2268) 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_satt110μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (1) 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_satt90μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (2268) 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_satt80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (2268) 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_satt80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (2268) 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#99debugerror_satt1.59msselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (1341, 1352, 1656)
        Bindings
        • 0: App\Models\Question
        • 1: 1341
        • 2: 1352
        • 3: 1656
        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#451debugerror_satt2.99msselect `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 (660, 661, 663, 681, 686, 687, 688, 689, 690, 691, 692, 694, 697, 698, 700, 792, 794, 795, 798, 799, 800, 801, 806, 842, 844, 845, 851, 854, 856, 857, 907, 911, 921, 922, 923, 924, 925, 1069, 1070, 1071, 1072, 1083, 1084, 1086, 1087, 1099, 1163, 1164, 1165, 1167, 1168, 1172, 1175, 1176, 1219, 1220, 1222, 1224, 1225, 1228, 1229, 1232, 1244, 1252, 1253, 1256, 1257, 1338, 1339, 1352, 1353, 1354, 1355, 1385, 1386, 1391, 1410, 1413, 1414, 1415, 1417, 1457, 1512, 1514, 1517, 1518, 1574, 1575, 1581, 1591, 1654, 1655, 1675, 1682, 1723, 1728, 1735, 1738, 1739, 1742, 1745, 1746, 1750, 1760, 1764, 1772, 1776, 1856, 1857, 1864, 1866, 1867, 1868, 1869, 1870, 1871, 1976, 1983, 2005, 2007, 2013, 2014, 2052, 2059, 2070, 2123, 2124, 2127, 2212, 2214, 2215, 2216, 2217, 2268, 2285, 2290, 2291, 2328, 2410, 2421, 2427, 2428, 2483, 2484, 2486, 2491, 2497, 2557, 2561, 2562, 2566, 2567, 2607, 2615, 2745, 2746, 2750, 2757, 2761, 2762, 2763, 2766, 2767, 2768, 2769, 2795, 2798, 2799, 2801, 2831, 2834, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2852, 2946, 2947, 2948, 2949, 2966, 3069, 3070, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3133, 3134, 3135, 3142, 3144, 3145, 3146, 3147, 3161, 3163, 3164, 3165, 3167, 3168, 6055, 3414, 3866, 10312, 11057, 12273, 15501, 16597, 16748, 19374, 22038, 22039, 27906, 29006, 30591, 38593, 44757, 44986, 52952, 59054, 66294, 68899, 69101, 69107, 72005, 72280, 75010, 75773, 75883, 76055, 78263, 82010, 82538, 83027, 3366, 6572, 8371, 10493, 10609, 11328, 15346, 36521, 39224, 39378, 40772, 43210, 50767, 51561, 52677, 52812, 54179, 56737, 56746, 57827, 61467, 65669, 65878, 66290, 66690, 68065, 68650, 68723, 68807, 68808, 68809, 72812, 74255, 74285, 74663, 75142, 75312, 75568, 76102, 76465, 76889, 78729, 79622, 4499, 7705, 9366, 9368, 10411, 11099, 12043, 12044, 12228, 13290, 13982, 15199, 15211, 15234, 16048, 23114, 23602, 24412, 24662, 24773, 26084, 28070, 28993, 29870, 33053, 33716, 36225, 40045, 42543, 49114, 49400, 51511, 51545, 51950, 55034, 59090, 59258, 59743, 65952, 75404, 79677, 80948, 81087, 237320, 237321, 12230, 15043, 17310, 39244, 51197, 11590, 3365, 4617, 5631, 5948, 6071, 6549, 6559, 7254, 7525, 7703, 7713, 8795, 9192, 9791, 10390, 10456, 10497, 10506, 10617, 10706, 11223, 11916, 12137, 12231, 12232, 13349, 13351, 13634, 13948, 14754, 14807, 15230, 15249, 15251, 15265, 15434, 15749, 15792, 16171, 16306, 16380, 16581, 16687, 16695, 17065, 17069, 17317, 17439, 17453, 18443, 18955, 20081, 20223, 21110, 21478, 21611, 21808, 22929, 22930, 22945, 23225, 23566, 23603, 23662, 23664, 24486, 24660, 25978, 25987, 27359, 27613, 27614, 28431, 28459, 28461, 28549, 29012, 29057, 29398, 29754, 30085, 30087, 30595, 32417, 32755, 33169, 33390, 36589, 37704, 37756, 38090, 38305, 38863, 39234, 39386, 39443, 39447, 40686, 41107, 41182, 41904, 41905, 41912, 42331, 43306, 43319, 43632, 43853, 43920, 44553, 44827, 47744, 47857, 47870, 48085, 48144, 48520, 48521, 49046, 49189, 49599, 49992, 50041, 50090, 50270, 50279, 50658, 50928, 51047, 51295, 51540, 51546, 52137, 52146, 52378, 52629, 52633, 52727, 52804, 52891, 54308, 54660, 55699, 56455, 56999, 57338, 57576, 57893, 58742, 59065, 59089, 59324, 59337, 59565, 59590, 60513, 60724, 61470, 64647, 64720, 65676, 65880, 66287, 66605, 66609, 66614, 66756, 66768, 67728, 68077, 68729, 68806, 68817, 69298, 69385, 69387, 72051, 72925, 72992, 73190, 74998, 75012, 75778, 75787, 75888, 75897, 76060, 76178, 76227, 76229, 76509, 77169, 77347, 77535, 77538, 78190, 78480, 79870, 81533, 82530, 237508, 16908, 15201, 43315, 43845, 44899, 57839, 57825, 54807, 50203, 50616, 50662, 50784, 50866, 50982, 51043, 51044, 51139, 51556, 51569, 51645, 52242, 52367, 52635, 52637, 53388, 53401, 53457, 54167, 54171, 54173, 54818, 54829, 54879, 55692, 55777, 56370, 56394, 56453, 56584, 57941, 58076, 58145, 58964, 59061, 59559, 60047, 60105, 60306, 60572, 60715, 61217, 63326, 63455, 63757, 64044, 64189, 64638, 64639, 64660, 64661, 64912, 64913, 64920, 65800, 66695, 66773, 66936, 67607, 67608, 68453, 68572, 69371, 69375, 69377, 69379, 69381, 69382, 69383, 69384, 69386, 69430, 69431, 69437, 75147, 75314, 75321, 75495, 75775, 76228, 76267, 76286, 76351, 76462, 76570, 76802, 76898, 77154, 77296, 77379, 77526, 77528, 77530, 77533, 77534, 77536, 77540, 77894, 77899, 78491, 237636, 250699, 250701, 250716, 250730, 250807, 250810, 81702, 345358, 414750, 414833, 414834, 414835, 694, 792, 1244, 1410, 1417, 1655, 1723, 2014, 2124, 2268, 2567, 2746, 3076, 3077, 1975, 3372, 3437, 3542, 3627, 3639, 3779, 4004, 4133, 4326, 4490, 4915, 5205, 5630, 5937, 5971, 6011, 6044, 6049, 6064, 6109, 6210, 6441, 6450, 6868, 6911, 7062, 7572, 7583, 7622, 7701, 8046, 8047, 8156, 8164, 8320, 8376, 8383, 8384, 8847, 9050, 9280, 9364, 9365, 9382, 9397, 9398, 9537, 9780, 9781, 9782, 9999, 10055, 10417, 10451, 10452, 10494, 10517, 10541, 10543, 10684, 10685, 10686, 10696, 10705, 10767, 10804, 10812, 10813, 11051, 11079, 11082, 11110, 11228, 11233, 11329, 11575, 11768, 11769, 11909, 11921, 12045, 12120, 12148, 12224, 82432, 71927, 71785, 71689, 69241, 69250, 69738, 69300, 70935, 70008, 69197, 68545, 71690, 80303, 70325, 69115, 59259, 69111, 81928, 83437, 81330, 50005, 50441, 50036, 65215, 41186, 13441, 21691, 23905, 42334, 24156, 24605, 24606, 51693, 43288, 43203, 40666, 16294, 43281, 23292, 82322, 14740, 51286, 33306, 59355, 43637, 21613, 43442, 22978, 48142, 43881, 50409, 24664, 12949, 22538, 40328, 17305, 17905, 51131, 23904, 31454, 40664, 21692, 38755, 14598, 51115, 19115, 21108, 43847, 25853, 23293, 78726, 79070, 83573, 25921, 73005, 81017, 83053, 82671, 73458, 71645, 15203, 79945, 81211, 83641, 24938, 73311, 83171, 73457, 71338, 79549, 72575, 44884, 44477, 80404, 79470, 237384, 71443, 73243, 74140, 75635, 76912, 72006, 39584, 46779, 75634, 75949, 40861, 36595, 75410, 237478, 77998, 38030, 77645, 72540, 75245, 51340, 36639, 76280, 33174, 38088, 237577, 45274, 40862, 40162, 17045, 29279, 13053, 13959, 12537, 24255, 22924, 30601, 14359, 15784, 22730, 13648, 12831, 15874, 23452, 13052, 12832, 29008, 13647, 20658, 12536, 22738, 12833, 13316, 13649, 13054, 13960, 52675, 67368, 61911, 66767, 77371, 68965, 67879, 67606, 64637, 61793, 65745, 53458, 56965, 52674, 70139, 70630, 77165, 66428, 55773, 65798, 64910, 66006, 69511, 67208, 59108, 69392, 58970, 76373, 69541, 68071, 52728, 60137, 70009, 68243, 52359, 60707, 70700, 72137, 60515, 59739, 66538, 65806, 52900, 61909, 67007, 59048, 55774, 76100, 29273, 17068, 24309, 50765, 21235, 20333, 21236, 23336, 12727, 52124, 12225, 82750, 72811, 73941, 62110, 48074, 25135, 71177, 19649, 79519, 51952, 15569, 50618, 26262, 56022, 18927, 67974, 73855, 23334, 13885, 25923, 24916, 19183, 24917, 68815, 16602, 21845, 77798, 39863, 20051, 19835, 12941, 67033, 19836, 68079, 81085, 20086, 13984, 50626, 50664, 54309, 50777, 60570, 41424, 28901, 67736, 64727, 50375, 57830, 21063, 39485, 79471, 58752, 18364, 14659, 81431, 69311, 14939, 59578, 51004, 20857, 23674, 44470, 83575, 59056, 71920, 80215, 77882, 12803, 50863, 12336, 20406, 19404, 25772, 56612, 83198, 15775, 20332, 17963, 24157, 24793, 81960, 77555, 20813, 77670, 66686, 75561, 33389, 64827, 20812, 39499, 39498, 79875, 72956, 19840, 20205, 40332, 237316, 16762, 23482, 17589, 21940, 14454, 61106, 65296, 39233, 61476, 27330, 50037, 25134, 60516, 20686, 47284, 52803, 38756, 33060, 20687, 21849, 32748, 14542, 68898, 52201, 26322, 67201, 55338, 17346, 61214, 44488, 76062, 16064, 70983, 19114, 52645, 25734, 18447, 17841, 17755, 24257, 57335, 78337, 38674, 61464, 50002, 43918, 29879, 33160, 81911, 20215, 44825, 19372, 28560, 52899, 61908, 52200, 51325, 44049, 15774, 12345, 74242, 21857, 16927, 79008, 15747, 12335, 71792, 78005, 80519, 81914, 43926, 61104, 52241, 61472, 237909, 238049, 238180, 268653, 83477, 237864, 239633, 239859, 239920, 239921, 283546, 2268, 3077) and `id` != 2268 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 660
        • 1: 661
        • 2: 663
        • 3: 681
        • 4: 686
        • 5: 687
        • 6: 688
        • 7: 689
        • 8: 690
        • 9: 691
        • 10: 692
        • 11: 694
        • 12: 697
        • 13: 698
        • 14: 700
        • 15: 792
        • 16: 794
        • 17: 795
        • 18: 798
        • 19: 799
        • 20: 800
        • 21: 801
        • 22: 806
        • 23: 842
        • 24: 844
        • 25: 845
        • 26: 851
        • 27: 854
        • 28: 856
        • 29: 857
        • 30: 907
        • 31: 911
        • 32: 921
        • 33: 922
        • 34: 923
        • 35: 924
        • 36: 925
        • 37: 1069
        • 38: 1070
        • 39: 1071
        • 40: 1072
        • 41: 1083
        • 42: 1084
        • 43: 1086
        • 44: 1087
        • 45: 1099
        • 46: 1163
        • 47: 1164
        • 48: 1165
        • 49: 1167
        • 50: 1168
        • 51: 1172
        • 52: 1175
        • 53: 1176
        • 54: 1219
        • 55: 1220
        • 56: 1222
        • 57: 1224
        • 58: 1225
        • 59: 1228
        • 60: 1229
        • 61: 1232
        • 62: 1244
        • 63: 1252
        • 64: 1253
        • 65: 1256
        • 66: 1257
        • 67: 1338
        • 68: 1339
        • 69: 1352
        • 70: 1353
        • 71: 1354
        • 72: 1355
        • 73: 1385
        • 74: 1386
        • 75: 1391
        • 76: 1410
        • 77: 1413
        • 78: 1414
        • 79: 1415
        • 80: 1417
        • 81: 1457
        • 82: 1512
        • 83: 1514
        • 84: 1517
        • 85: 1518
        • 86: 1574
        • 87: 1575
        • 88: 1581
        • 89: 1591
        • 90: 1654
        • 91: 1655
        • 92: 1675
        • 93: 1682
        • 94: 1723
        • 95: 1728
        • 96: 1735
        • 97: 1738
        • 98: 1739
        • 99: 1742
        • 100: 1745
        • 101: 1746
        • 102: 1750
        • 103: 1760
        • 104: 1764
        • 105: 1772
        • 106: 1776
        • 107: 1856
        • 108: 1857
        • 109: 1864
        • 110: 1866
        • 111: 1867
        • 112: 1868
        • 113: 1869
        • 114: 1870
        • 115: 1871
        • 116: 1976
        • 117: 1983
        • 118: 2005
        • 119: 2007
        • 120: 2013
        • 121: 2014
        • 122: 2052
        • 123: 2059
        • 124: 2070
        • 125: 2123
        • 126: 2124
        • 127: 2127
        • 128: 2212
        • 129: 2214
        • 130: 2215
        • 131: 2216
        • 132: 2217
        • 133: 2268
        • 134: 2285
        • 135: 2290
        • 136: 2291
        • 137: 2328
        • 138: 2410
        • 139: 2421
        • 140: 2427
        • 141: 2428
        • 142: 2483
        • 143: 2484
        • 144: 2486
        • 145: 2491
        • 146: 2497
        • 147: 2557
        • 148: 2561
        • 149: 2562
        • 150: 2566
        • 151: 2567
        • 152: 2607
        • 153: 2615
        • 154: 2745
        • 155: 2746
        • 156: 2750
        • 157: 2757
        • 158: 2761
        • 159: 2762
        • 160: 2763
        • 161: 2766
        • 162: 2767
        • 163: 2768
        • 164: 2769
        • 165: 2795
        • 166: 2798
        • 167: 2799
        • 168: 2801
        • 169: 2831
        • 170: 2834
        • 171: 2841
        • 172: 2842
        • 173: 2843
        • 174: 2844
        • 175: 2845
        • 176: 2846
        • 177: 2847
        • 178: 2848
        • 179: 2849
        • 180: 2850
        • 181: 2852
        • 182: 2946
        • 183: 2947
        • 184: 2948
        • 185: 2949
        • 186: 2966
        • 187: 3069
        • 188: 3070
        • 189: 3072
        • 190: 3073
        • 191: 3074
        • 192: 3075
        • 193: 3076
        • 194: 3077
        • 195: 3078
        • 196: 3079
        • 197: 3133
        • 198: 3134
        • 199: 3135
        • 200: 3142
        • 201: 3144
        • 202: 3145
        • 203: 3146
        • 204: 3147
        • 205: 3161
        • 206: 3163
        • 207: 3164
        • 208: 3165
        • 209: 3167
        • 210: 3168
        • 211: 6055
        • 212: 3414
        • 213: 3866
        • 214: 10312
        • 215: 11057
        • 216: 12273
        • 217: 15501
        • 218: 16597
        • 219: 16748
        • 220: 19374
        • 221: 22038
        • 222: 22039
        • 223: 27906
        • 224: 29006
        • 225: 30591
        • 226: 38593
        • 227: 44757
        • 228: 44986
        • 229: 52952
        • 230: 59054
        • 231: 66294
        • 232: 68899
        • 233: 69101
        • 234: 69107
        • 235: 72005
        • 236: 72280
        • 237: 75010
        • 238: 75773
        • 239: 75883
        • 240: 76055
        • 241: 78263
        • 242: 82010
        • 243: 82538
        • 244: 83027
        • 245: 3366
        • 246: 6572
        • 247: 8371
        • 248: 10493
        • 249: 10609
        • 250: 11328
        • 251: 15346
        • 252: 36521
        • 253: 39224
        • 254: 39378
        • 255: 40772
        • 256: 43210
        • 257: 50767
        • 258: 51561
        • 259: 52677
        • 260: 52812
        • 261: 54179
        • 262: 56737
        • 263: 56746
        • 264: 57827
        • 265: 61467
        • 266: 65669
        • 267: 65878
        • 268: 66290
        • 269: 66690
        • 270: 68065
        • 271: 68650
        • 272: 68723
        • 273: 68807
        • 274: 68808
        • 275: 68809
        • 276: 72812
        • 277: 74255
        • 278: 74285
        • 279: 74663
        • 280: 75142
        • 281: 75312
        • 282: 75568
        • 283: 76102
        • 284: 76465
        • 285: 76889
        • 286: 78729
        • 287: 79622
        • 288: 4499
        • 289: 7705
        • 290: 9366
        • 291: 9368
        • 292: 10411
        • 293: 11099
        • 294: 12043
        • 295: 12044
        • 296: 12228
        • 297: 13290
        • 298: 13982
        • 299: 15199
        • 300: 15211
        • 301: 15234
        • 302: 16048
        • 303: 23114
        • 304: 23602
        • 305: 24412
        • 306: 24662
        • 307: 24773
        • 308: 26084
        • 309: 28070
        • 310: 28993
        • 311: 29870
        • 312: 33053
        • 313: 33716
        • 314: 36225
        • 315: 40045
        • 316: 42543
        • 317: 49114
        • 318: 49400
        • 319: 51511
        • 320: 51545
        • 321: 51950
        • 322: 55034
        • 323: 59090
        • 324: 59258
        • 325: 59743
        • 326: 65952
        • 327: 75404
        • 328: 79677
        • 329: 80948
        • 330: 81087
        • 331: 237320
        • 332: 237321
        • 333: 12230
        • 334: 15043
        • 335: 17310
        • 336: 39244
        • 337: 51197
        • 338: 11590
        • 339: 3365
        • 340: 4617
        • 341: 5631
        • 342: 5948
        • 343: 6071
        • 344: 6549
        • 345: 6559
        • 346: 7254
        • 347: 7525
        • 348: 7703
        • 349: 7713
        • 350: 8795
        • 351: 9192
        • 352: 9791
        • 353: 10390
        • 354: 10456
        • 355: 10497
        • 356: 10506
        • 357: 10617
        • 358: 10706
        • 359: 11223
        • 360: 11916
        • 361: 12137
        • 362: 12231
        • 363: 12232
        • 364: 13349
        • 365: 13351
        • 366: 13634
        • 367: 13948
        • 368: 14754
        • 369: 14807
        • 370: 15230
        • 371: 15249
        • 372: 15251
        • 373: 15265
        • 374: 15434
        • 375: 15749
        • 376: 15792
        • 377: 16171
        • 378: 16306
        • 379: 16380
        • 380: 16581
        • 381: 16687
        • 382: 16695
        • 383: 17065
        • 384: 17069
        • 385: 17317
        • 386: 17439
        • 387: 17453
        • 388: 18443
        • 389: 18955
        • 390: 20081
        • 391: 20223
        • 392: 21110
        • 393: 21478
        • 394: 21611
        • 395: 21808
        • 396: 22929
        • 397: 22930
        • 398: 22945
        • 399: 23225
        • 400: 23566
        • 401: 23603
        • 402: 23662
        • 403: 23664
        • 404: 24486
        • 405: 24660
        • 406: 25978
        • 407: 25987
        • 408: 27359
        • 409: 27613
        • 410: 27614
        • 411: 28431
        • 412: 28459
        • 413: 28461
        • 414: 28549
        • 415: 29012
        • 416: 29057
        • 417: 29398
        • 418: 29754
        • 419: 30085
        • 420: 30087
        • 421: 30595
        • 422: 32417
        • 423: 32755
        • 424: 33169
        • 425: 33390
        • 426: 36589
        • 427: 37704
        • 428: 37756
        • 429: 38090
        • 430: 38305
        • 431: 38863
        • 432: 39234
        • 433: 39386
        • 434: 39443
        • 435: 39447
        • 436: 40686
        • 437: 41107
        • 438: 41182
        • 439: 41904
        • 440: 41905
        • 441: 41912
        • 442: 42331
        • 443: 43306
        • 444: 43319
        • 445: 43632
        • 446: 43853
        • 447: 43920
        • 448: 44553
        • 449: 44827
        • 450: 47744
        • 451: 47857
        • 452: 47870
        • 453: 48085
        • 454: 48144
        • 455: 48520
        • 456: 48521
        • 457: 49046
        • 458: 49189
        • 459: 49599
        • 460: 49992
        • 461: 50041
        • 462: 50090
        • 463: 50270
        • 464: 50279
        • 465: 50658
        • 466: 50928
        • 467: 51047
        • 468: 51295
        • 469: 51540
        • 470: 51546
        • 471: 52137
        • 472: 52146
        • 473: 52378
        • 474: 52629
        • 475: 52633
        • 476: 52727
        • 477: 52804
        • 478: 52891
        • 479: 54308
        • 480: 54660
        • 481: 55699
        • 482: 56455
        • 483: 56999
        • 484: 57338
        • 485: 57576
        • 486: 57893
        • 487: 58742
        • 488: 59065
        • 489: 59089
        • 490: 59324
        • 491: 59337
        • 492: 59565
        • 493: 59590
        • 494: 60513
        • 495: 60724
        • 496: 61470
        • 497: 64647
        • 498: 64720
        • 499: 65676
        • 500: 65880
        • 501: 66287
        • 502: 66605
        • 503: 66609
        • 504: 66614
        • 505: 66756
        • 506: 66768
        • 507: 67728
        • 508: 68077
        • 509: 68729
        • 510: 68806
        • 511: 68817
        • 512: 69298
        • 513: 69385
        • 514: 69387
        • 515: 72051
        • 516: 72925
        • 517: 72992
        • 518: 73190
        • 519: 74998
        • 520: 75012
        • 521: 75778
        • 522: 75787
        • 523: 75888
        • 524: 75897
        • 525: 76060
        • 526: 76178
        • 527: 76227
        • 528: 76229
        • 529: 76509
        • 530: 77169
        • 531: 77347
        • 532: 77535
        • 533: 77538
        • 534: 78190
        • 535: 78480
        • 536: 79870
        • 537: 81533
        • 538: 82530
        • 539: 237508
        • 540: 16908
        • 541: 15201
        • 542: 43315
        • 543: 43845
        • 544: 44899
        • 545: 57839
        • 546: 57825
        • 547: 54807
        • 548: 50203
        • 549: 50616
        • 550: 50662
        • 551: 50784
        • 552: 50866
        • 553: 50982
        • 554: 51043
        • 555: 51044
        • 556: 51139
        • 557: 51556
        • 558: 51569
        • 559: 51645
        • 560: 52242
        • 561: 52367
        • 562: 52635
        • 563: 52637
        • 564: 53388
        • 565: 53401
        • 566: 53457
        • 567: 54167
        • 568: 54171
        • 569: 54173
        • 570: 54818
        • 571: 54829
        • 572: 54879
        • 573: 55692
        • 574: 55777
        • 575: 56370
        • 576: 56394
        • 577: 56453
        • 578: 56584
        • 579: 57941
        • 580: 58076
        • 581: 58145
        • 582: 58964
        • 583: 59061
        • 584: 59559
        • 585: 60047
        • 586: 60105
        • 587: 60306
        • 588: 60572
        • 589: 60715
        • 590: 61217
        • 591: 63326
        • 592: 63455
        • 593: 63757
        • 594: 64044
        • 595: 64189
        • 596: 64638
        • 597: 64639
        • 598: 64660
        • 599: 64661
        • 600: 64912
        • 601: 64913
        • 602: 64920
        • 603: 65800
        • 604: 66695
        • 605: 66773
        • 606: 66936
        • 607: 67607
        • 608: 67608
        • 609: 68453
        • 610: 68572
        • 611: 69371
        • 612: 69375
        • 613: 69377
        • 614: 69379
        • 615: 69381
        • 616: 69382
        • 617: 69383
        • 618: 69384
        • 619: 69386
        • 620: 69430
        • 621: 69431
        • 622: 69437
        • 623: 75147
        • 624: 75314
        • 625: 75321
        • 626: 75495
        • 627: 75775
        • 628: 76228
        • 629: 76267
        • 630: 76286
        • 631: 76351
        • 632: 76462
        • 633: 76570
        • 634: 76802
        • 635: 76898
        • 636: 77154
        • 637: 77296
        • 638: 77379
        • 639: 77526
        • 640: 77528
        • 641: 77530
        • 642: 77533
        • 643: 77534
        • 644: 77536
        • 645: 77540
        • 646: 77894
        • 647: 77899
        • 648: 78491
        • 649: 237636
        • 650: 250699
        • 651: 250701
        • 652: 250716
        • 653: 250730
        • 654: 250807
        • 655: 250810
        • 656: 81702
        • 657: 345358
        • 658: 414750
        • 659: 414833
        • 660: 414834
        • 661: 414835
        • 662: 694
        • 663: 792
        • 664: 1244
        • 665: 1410
        • 666: 1417
        • 667: 1655
        • 668: 1723
        • 669: 2014
        • 670: 2124
        • 671: 2268
        • 672: 2567
        • 673: 2746
        • 674: 3076
        • 675: 3077
        • 676: 1975
        • 677: 3372
        • 678: 3437
        • 679: 3542
        • 680: 3627
        • 681: 3639
        • 682: 3779
        • 683: 4004
        • 684: 4133
        • 685: 4326
        • 686: 4490
        • 687: 4915
        • 688: 5205
        • 689: 5630
        • 690: 5937
        • 691: 5971
        • 692: 6011
        • 693: 6044
        • 694: 6049
        • 695: 6064
        • 696: 6109
        • 697: 6210
        • 698: 6441
        • 699: 6450
        • 700: 6868
        • 701: 6911
        • 702: 7062
        • 703: 7572
        • 704: 7583
        • 705: 7622
        • 706: 7701
        • 707: 8046
        • 708: 8047
        • 709: 8156
        • 710: 8164
        • 711: 8320
        • 712: 8376
        • 713: 8383
        • 714: 8384
        • 715: 8847
        • 716: 9050
        • 717: 9280
        • 718: 9364
        • 719: 9365
        • 720: 9382
        • 721: 9397
        • 722: 9398
        • 723: 9537
        • 724: 9780
        • 725: 9781
        • 726: 9782
        • 727: 9999
        • 728: 10055
        • 729: 10417
        • 730: 10451
        • 731: 10452
        • 732: 10494
        • 733: 10517
        • 734: 10541
        • 735: 10543
        • 736: 10684
        • 737: 10685
        • 738: 10686
        • 739: 10696
        • 740: 10705
        • 741: 10767
        • 742: 10804
        • 743: 10812
        • 744: 10813
        • 745: 11051
        • 746: 11079
        • 747: 11082
        • 748: 11110
        • 749: 11228
        • 750: 11233
        • 751: 11329
        • 752: 11575
        • 753: 11768
        • 754: 11769
        • 755: 11909
        • 756: 11921
        • 757: 12045
        • 758: 12120
        • 759: 12148
        • 760: 12224
        • 761: 82432
        • 762: 71927
        • 763: 71785
        • 764: 71689
        • 765: 69241
        • 766: 69250
        • 767: 69738
        • 768: 69300
        • 769: 70935
        • 770: 70008
        • 771: 69197
        • 772: 68545
        • 773: 71690
        • 774: 80303
        • 775: 70325
        • 776: 69115
        • 777: 59259
        • 778: 69111
        • 779: 81928
        • 780: 83437
        • 781: 81330
        • 782: 50005
        • 783: 50441
        • 784: 50036
        • 785: 65215
        • 786: 41186
        • 787: 13441
        • 788: 21691
        • 789: 23905
        • 790: 42334
        • 791: 24156
        • 792: 24605
        • 793: 24606
        • 794: 51693
        • 795: 43288
        • 796: 43203
        • 797: 40666
        • 798: 16294
        • 799: 43281
        • 800: 23292
        • 801: 82322
        • 802: 14740
        • 803: 51286
        • 804: 33306
        • 805: 59355
        • 806: 43637
        • 807: 21613
        • 808: 43442
        • 809: 22978
        • 810: 48142
        • 811: 43881
        • 812: 50409
        • 813: 24664
        • 814: 12949
        • 815: 22538
        • 816: 40328
        • 817: 17305
        • 818: 17905
        • 819: 51131
        • 820: 23904
        • 821: 31454
        • 822: 40664
        • 823: 21692
        • 824: 38755
        • 825: 14598
        • 826: 51115
        • 827: 19115
        • 828: 21108
        • 829: 43847
        • 830: 25853
        • 831: 23293
        • 832: 78726
        • 833: 79070
        • 834: 83573
        • 835: 25921
        • 836: 73005
        • 837: 81017
        • 838: 83053
        • 839: 82671
        • 840: 73458
        • 841: 71645
        • 842: 15203
        • 843: 79945
        • 844: 81211
        • 845: 83641
        • 846: 24938
        • 847: 73311
        • 848: 83171
        • 849: 73457
        • 850: 71338
        • 851: 79549
        • 852: 72575
        • 853: 44884
        • 854: 44477
        • 855: 80404
        • 856: 79470
        • 857: 237384
        • 858: 71443
        • 859: 73243
        • 860: 74140
        • 861: 75635
        • 862: 76912
        • 863: 72006
        • 864: 39584
        • 865: 46779
        • 866: 75634
        • 867: 75949
        • 868: 40861
        • 869: 36595
        • 870: 75410
        • 871: 237478
        • 872: 77998
        • 873: 38030
        • 874: 77645
        • 875: 72540
        • 876: 75245
        • 877: 51340
        • 878: 36639
        • 879: 76280
        • 880: 33174
        • 881: 38088
        • 882: 237577
        • 883: 45274
        • 884: 40862
        • 885: 40162
        • 886: 17045
        • 887: 29279
        • 888: 13053
        • 889: 13959
        • 890: 12537
        • 891: 24255
        • 892: 22924
        • 893: 30601
        • 894: 14359
        • 895: 15784
        • 896: 22730
        • 897: 13648
        • 898: 12831
        • 899: 15874
        • 900: 23452
        • 901: 13052
        • 902: 12832
        • 903: 29008
        • 904: 13647
        • 905: 20658
        • 906: 12536
        • 907: 22738
        • 908: 12833
        • 909: 13316
        • 910: 13649
        • 911: 13054
        • 912: 13960
        • 913: 52675
        • 914: 67368
        • 915: 61911
        • 916: 66767
        • 917: 77371
        • 918: 68965
        • 919: 67879
        • 920: 67606
        • 921: 64637
        • 922: 61793
        • 923: 65745
        • 924: 53458
        • 925: 56965
        • 926: 52674
        • 927: 70139
        • 928: 70630
        • 929: 77165
        • 930: 66428
        • 931: 55773
        • 932: 65798
        • 933: 64910
        • 934: 66006
        • 935: 69511
        • 936: 67208
        • 937: 59108
        • 938: 69392
        • 939: 58970
        • 940: 76373
        • 941: 69541
        • 942: 68071
        • 943: 52728
        • 944: 60137
        • 945: 70009
        • 946: 68243
        • 947: 52359
        • 948: 60707
        • 949: 70700
        • 950: 72137
        • 951: 60515
        • 952: 59739
        • 953: 66538
        • 954: 65806
        • 955: 52900
        • 956: 61909
        • 957: 67007
        • 958: 59048
        • 959: 55774
        • 960: 76100
        • 961: 29273
        • 962: 17068
        • 963: 24309
        • 964: 50765
        • 965: 21235
        • 966: 20333
        • 967: 21236
        • 968: 23336
        • 969: 12727
        • 970: 52124
        • 971: 12225
        • 972: 82750
        • 973: 72811
        • 974: 73941
        • 975: 62110
        • 976: 48074
        • 977: 25135
        • 978: 71177
        • 979: 19649
        • 980: 79519
        • 981: 51952
        • 982: 15569
        • 983: 50618
        • 984: 26262
        • 985: 56022
        • 986: 18927
        • 987: 67974
        • 988: 73855
        • 989: 23334
        • 990: 13885
        • 991: 25923
        • 992: 24916
        • 993: 19183
        • 994: 24917
        • 995: 68815
        • 996: 16602
        • 997: 21845
        • 998: 77798
        • 999: 39863
        • 1000: 20051
        • 1001: 19835
        • 1002: 12941
        • 1003: 67033
        • 1004: 19836
        • 1005: 68079
        • 1006: 81085
        • 1007: 20086
        • 1008: 13984
        • 1009: 50626
        • 1010: 50664
        • 1011: 54309
        • 1012: 50777
        • 1013: 60570
        • 1014: 41424
        • 1015: 28901
        • 1016: 67736
        • 1017: 64727
        • 1018: 50375
        • 1019: 57830
        • 1020: 21063
        • 1021: 39485
        • 1022: 79471
        • 1023: 58752
        • 1024: 18364
        • 1025: 14659
        • 1026: 81431
        • 1027: 69311
        • 1028: 14939
        • 1029: 59578
        • 1030: 51004
        • 1031: 20857
        • 1032: 23674
        • 1033: 44470
        • 1034: 83575
        • 1035: 59056
        • 1036: 71920
        • 1037: 80215
        • 1038: 77882
        • 1039: 12803
        • 1040: 50863
        • 1041: 12336
        • 1042: 20406
        • 1043: 19404
        • 1044: 25772
        • 1045: 56612
        • 1046: 83198
        • 1047: 15775
        • 1048: 20332
        • 1049: 17963
        • 1050: 24157
        • 1051: 24793
        • 1052: 81960
        • 1053: 77555
        • 1054: 20813
        • 1055: 77670
        • 1056: 66686
        • 1057: 75561
        • 1058: 33389
        • 1059: 64827
        • 1060: 20812
        • 1061: 39499
        • 1062: 39498
        • 1063: 79875
        • 1064: 72956
        • 1065: 19840
        • 1066: 20205
        • 1067: 40332
        • 1068: 237316
        • 1069: 16762
        • 1070: 23482
        • 1071: 17589
        • 1072: 21940
        • 1073: 14454
        • 1074: 61106
        • 1075: 65296
        • 1076: 39233
        • 1077: 61476
        • 1078: 27330
        • 1079: 50037
        • 1080: 25134
        • 1081: 60516
        • 1082: 20686
        • 1083: 47284
        • 1084: 52803
        • 1085: 38756
        • 1086: 33060
        • 1087: 20687
        • 1088: 21849
        • 1089: 32748
        • 1090: 14542
        • 1091: 68898
        • 1092: 52201
        • 1093: 26322
        • 1094: 67201
        • 1095: 55338
        • 1096: 17346
        • 1097: 61214
        • 1098: 44488
        • 1099: 76062
        • 1100: 16064
        • 1101: 70983
        • 1102: 19114
        • 1103: 52645
        • 1104: 25734
        • 1105: 18447
        • 1106: 17841
        • 1107: 17755
        • 1108: 24257
        • 1109: 57335
        • 1110: 78337
        • 1111: 38674
        • 1112: 61464
        • 1113: 50002
        • 1114: 43918
        • 1115: 29879
        • 1116: 33160
        • 1117: 81911
        • 1118: 20215
        • 1119: 44825
        • 1120: 19372
        • 1121: 28560
        • 1122: 52899
        • 1123: 61908
        • 1124: 52200
        • 1125: 51325
        • 1126: 44049
        • 1127: 15774
        • 1128: 12345
        • 1129: 74242
        • 1130: 21857
        • 1131: 16927
        • 1132: 79008
        • 1133: 15747
        • 1134: 12335
        • 1135: 71792
        • 1136: 78005
        • 1137: 80519
        • 1138: 81914
        • 1139: 43926
        • 1140: 61104
        • 1141: 52241
        • 1142: 61472
        • 1143: 237909
        • 1144: 238049
        • 1145: 238180
        • 1146: 268653
        • 1147: 83477
        • 1148: 237864
        • 1149: 239633
        • 1150: 239859
        • 1151: 239920
        • 1152: 239921
        • 1153: 283546
        • 1154: 2268
        • 1155: 3077
        • 1156: 2268
        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_satt230μsselect * from `question_options` where `question_options`.`question_id` in (283546, 345358, 414750, 414833, 414834, 414835) 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_satt100μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (1) 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_satt140μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5762, 5953) 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_satt100μsselect `id`, `name` from `categories` where `categories`.`id` in (8) 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_satt310μ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 (283546, 345358, 414750, 414833, 414834, 414835) 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_satt150μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (283546, 345358, 414750, 414833, 414834, 414835)
        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_satt110μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (283546, 345358, 414750, 414833, 414834, 414835) 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_satt90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (283546, 345358, 414750, 414833, 414834, 414835) 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_satt80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (283546, 345358, 414750, 414833, 414834, 414835) 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_satt160μsselect * from `categories` where `categories`.`id` = 8 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 8
        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` = 2268) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 2268
        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_satt160μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      15Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\SubCategory
      3SubCategory.php#?
      App\Models\Category
      2Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
      App\Models\User
      1User.php#?
          _token
          EMkFVLqpA5RE6RsbzLxtDq3q9BCJ4uMA80VvCGr1
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=2268%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" => "2268" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNLTUl4WDkxRFM0QzBWenJid1N2RXc9PSIsInZhbHVlIjoieHA0YTZzd3kxZmc4WDBBSFl5bVRlWWREK3hudFBKczkxVHdsR3EvakZSUDBUNWhtNlRuK2hNa0Z0cGZoWVBCTzkwckozL1ZPTEd3ZkRzdy8wempzTnJwd1MvSnpabmhLa1Ywa09qQkRPNFM3TzRlaUliRnNqWnBVYy9YM0xabFkiLCJtYWMiOiIzYjdkY2IyYTVjNDZlNTYwMWIwYzZkZTU3N2ZhM2IxYzU4M2VhNDYyZGQ4YzYxMzY5ODY4YzcwZDIxOGIwYjg3IiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6IjV3LzVSeEkyRVdWR2ZIWTdGeHJJTEE9PSIsInZhbHVlIjoieWxrY2s4bVJ3aWQ4Q3crQmNmQ3ZSSVZnV3doOXJiNm5BTW9wTThoalpqcStocEVUTXBicVRTTWk5dEpGVnUycDdCYmQ3UXg0Q2d6K2FMeWcwQ3R1THdNbklJanhmMEM1QmlWU21lY2h5Qm8xcnNvYlQ3a01SNFVLSVdLT1RDcTQiLCJtYWMiOiJiNTAzMzFlMzM1M2FjNjEyNDJmMDM4MTY5Yzc0ZDQ0YjI5Zjc5OWU0YzhjOGUyZDcyYThkOTZkZDljOTliMjE0IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImNLTUl4WDkxRFM0QzBWenJid1N2RXc9PSIsInZhbHVlIjoieHA0YTZzd3kxZmc4WDBBSFl5bVRlWWREK3hudFBKczkxVHdsR3EvakZSUDBUNWhtNlRuK2hNa0Z0cGZoWVBCTzkwckozL" ] "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 => "13.59.18.177" ] "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 => "13.59.18.177" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "EMkFVLqpA5RE6RsbzLxtDq3q9BCJ4uMA80VvCGr1" "satt_academy_session" => "2ihqM8pxOkQdchRXpxOe2YNe9FfF45OEbdcd1dwn" ]
          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 20:22:06 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "17" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkF4UlVtZDhWNkpWVjBJWDZCZGxscXc9PSIsInZhbHVlIjoiS3NIbmovVittU1hNanlCMmFEWDIzdEFWQUs2WHJINmJIZ05FU2hzcXFZcnpFVkRRWkY0dU12d0NuMU9wUUVSVzdTSERVVGNJOXhyblBCOElkNXJKb2hjQkxrL2ZXSmpYS1NqL2JFcHVQMEhxbVRoWmYzWlFiRWxxZWFWQnQ2WDYiLCJtYWMiOiIwZjY4YjY5MzkzNWM3YzhiMWNkNWI1YjgzZGIyMjdlZmU0ODQ3YmU2ZTVjZjUwMTg2MTBmMDIyNmQ2MDY3MmMxIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:22:06 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IkF4UlVtZDhWNkpWVjBJWDZCZGxscXc9PSIsInZhbHVlIjoiS3NIbmovVittU1hNanlCMmFEWDIzdEFWQUs2WHJINmJIZ05FU2hzcXFZcnpFVkRRWkY0dU12d0NuMU9wUUVSVzdTSERVV" 1 => "satt_academy_session=eyJpdiI6InpocU9vRkZSV25YWU9qbW5MVU5xR3c9PSIsInZhbHVlIjoiSVVuQWlpSnlFc3dGOFp2SFdWOFhXRVVWcUxtSG1Na3h4OG9kbTRjMWpVQjBaQlRlUVBSLzhDQ1dCdnEydWRwVXg3dVJycHRKTHlVQXRpckpzSXZIR3pML2RoS1JNQXgxV2dYSnBKRG9XSUJHNDVCVUVjdmE2QThyTTk0bFp5SWciLCJtYWMiOiIwMjQ0ZGMxMDkzZmFkNzk2YzA3YTVhYTUxNTNmMWRhNGY2NmJjYzZlMjUyODVhNGJhZDc3ZmI3ZGZlMGI3ZjQzIiwidGFnIjoiIn0%3D; expires=Mon, 17 Mar 2025 20:22:06 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6InpocU9vRkZSV25YWU9qbW5MVU5xR3c9PSIsInZhbHVlIjoiSVVuQWlpSnlFc3dGOFp2SFdWOFhXRVVWcUxtSG1Na3h4OG9kbTRjMWpVQjBaQlRlUVBSLzhDQ1dCdnEydWR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkF4UlVtZDhWNkpWVjBJWDZCZGxscXc9PSIsInZhbHVlIjoiS3NIbmovVittU1hNanlCMmFEWDIzdEFWQUs2WHJINmJIZ05FU2hzcXFZcnpFVkRRWkY0dU12d0NuMU9wUUVSVzdTSERVVGNJOXhyblBCOElkNXJKb2hjQkxrL2ZXSmpYS1NqL2JFcHVQMEhxbVRoWmYzWlFiRWxxZWFWQnQ2WDYiLCJtYWMiOiIwZjY4YjY5MzkzNWM3YzhiMWNkNWI1YjgzZGIyMjdlZmU0ODQ3YmU2ZTVjZjUwMTg2MTBmMDIyNmQ2MDY3MmMxIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:22:06 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkF4UlVtZDhWNkpWVjBJWDZCZGxscXc9PSIsInZhbHVlIjoiS3NIbmovVittU1hNanlCMmFEWDIzdEFWQUs2WHJINmJIZ05FU2hzcXFZcnpFVkRRWkY0dU12d0NuMU9wUUVSVzdTSERVV" 1 => "satt_academy_session=eyJpdiI6InpocU9vRkZSV25YWU9qbW5MVU5xR3c9PSIsInZhbHVlIjoiSVVuQWlpSnlFc3dGOFp2SFdWOFhXRVVWcUxtSG1Na3h4OG9kbTRjMWpVQjBaQlRlUVBSLzhDQ1dCdnEydWRwVXg3dVJycHRKTHlVQXRpckpzSXZIR3pML2RoS1JNQXgxV2dYSnBKRG9XSUJHNDVCVUVjdmE2QThyTTk0bFp5SWciLCJtYWMiOiIwMjQ0ZGMxMDkzZmFkNzk2YzA3YTVhYTUxNTNmMWRhNGY2NmJjYzZlMjUyODVhNGJhZDc3ZmI3ZGZlMGI3ZjQzIiwidGFnIjoiIn0%3D; expires=Mon, 17-Mar-2025 20:22:06 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6InpocU9vRkZSV25YWU9qbW5MVU5xR3c9PSIsInZhbHVlIjoiSVVuQWlpSnlFc3dGOFp2SFdWOFhXRVVWcUxtSG1Na3h4OG9kbTRjMWpVQjBaQlRlUVBSLzhDQ1dCdnEydWR" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "EMkFVLqpA5RE6RsbzLxtDq3q9BCJ4uMA80VvCGr1" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/single-question?ques_id=2268%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-17 02:22:06GET/job-solution/single-question?ques_id=2268++++++++++++++++++++++++++++333043