Check our Offers Page X
الأحدث المنتجات
939 المنتجات التي تم العثور عليها
10.000KWD
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
إنتهى من المخزن
0.500KWD
إنتهى من المخزن
Request history8.3.11PHP Version1.37sRequest Duration16MBMemory UsageGET productsRoute
    • Booting (80.16ms)time
    • Application (1.29s)time
    • 1 x Application (94.15%)
      1.29s
      1 x Booting (5.85%)
      80.16ms
      33 templates were rendered
      • web-views.products.viewview.blade.php#?blade
      • web-views.products._ajax-products_ajax-products.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • layouts.front-end.appapp.blade.php#?blade
      • web-views.partials._robotsMetaContentData_robotsMetaContentData.blade.php#?blade
      • layouts.front-end.partials._modals_modals.blade.php#?blade
      • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.php#?blade
      • layouts.front-end.partials.modal._buy-now_buy-now.blade.php#?blade
      • layouts.front-end.partials._header_header.blade.php#?blade
      • layouts.front-end.partials._cart_cart.blade.php#?blade
      • layouts.front-end.partials._alert-message_alert-message.blade.php#?blade
      • layouts.front-end.partials._footer_footer.blade.php#?blade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
      uri
      GET products
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\ProductListController@products
      namespace
      App\Http\Controllers\Web
      where
      as
      products
      file
      app/Http/Controllers/Web/ProductListController.php:34-44
      61 statements were executed, 30 of which were duplicates, 31 unique. Show only duplicated1.01s
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        470μslaravelhelpers.php#168
        Bindings
        • 0: maintenance_mode
        Backtrace
        • 16. app/Utils/helpers.php:168
        • 17. middleware::maintenance_mode:20
        • 18. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 19. middleware::api_lang:22
        • 20. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • insert into `guest_users` (`ip_address`, `updated_at`, `created_at`) values ('18.223.149.135', '2025-04-08 21:45:41', '2025-04-08 21:45:41')
        4.41mslaravelGuestMiddleware.php#24
        Bindings
        • 0: 18.223.149.135
        • 1: 2025-04-08 21:45:41
        • 2: 2025-04-08 21:45:41
        Backtrace
        • 22. middleware::guestCheck:24
        • 23. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 24. middleware::maintenance_mode:27
        • 25. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 26. middleware::api_lang:22
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `product_count` from `categories` where `position` = 0
        45.73mslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 0
        Backtrace
        • 15. app/Utils/category-manager.php:82
        • 16. app/Http/Controllers/Web/ProductListController.php:48
        • 17. app/Http/Controllers/Web/ProductListController.php:39
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where `products`.`category_id` in (4, 5, 34, 51, 93, 157, 159, 160, 162, 163, 165, 166, 167, 168) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')
        7.7mslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. app/Http/Controllers/Web/ProductListController.php:48
        • 22. app/Http/Controllers/Web/ProductListController.php:39
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `translations` where `translations`.`translationable_id` in (2, 2549) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'kw'
        450μslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Product
        • 1: kw
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. app/Http/Controllers/Web/ProductListController.php:48
        • 27. app/Http/Controllers/Web/ProductListController.php:39
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `reviews` where `reviews`.`product_id` in (2, 2549) and `delivery_man_id` is null and `status` = 1
        360μslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. app/Http/Controllers/Web/ProductListController.php:48
        • 27. app/Http/Controllers/Web/ProductListController.php:39
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_category_id`) as `sub_category_product_count` from `categories` where `categories`.`parent_id` in (4, 5, 34, 51, 93, 157, 159, 160, 162, 163, 165, 166, 167, 168) and `position` = 1 order by `priority` asc
        107mslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. app/Http/Controllers/Web/ProductListController.php:48
        • 22. app/Http/Controllers/Web/ProductListController.php:39
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_sub_category_id`) as `sub_sub_category_product_count` from `categories` where `categories`.`parent_id` in (7, 10, 13, 14, 15, 17, 19, 21, 23, 26, 27, 28, 30, 40, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 61, 62, 63, 65, 66, 67, 69, 72, 74, 76, 77, 78, 79, 82, 83, 84, 86, 89, 90, 91, 94, 97, 98, 100, 106, 109, 110, 111, 112, 117, 118, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 140, 142, 143, 144, 145, 146, 148, 150, 152, 153, 154, 155, 158, 161, 164, 169) and `position` = 2 order by `priority` asc
        91.78mslaravelcategory-manager.php#82
        Bindings
        • 0: 2
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. app/Http/Controllers/Web/ProductListController.php:48
        • 27. app/Http/Controllers/Web/ProductListController.php:39
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `translations` where `translations`.`translationable_id` in (6, 8, 9, 11, 12, 16, 18, 20, 22, 24, 29, 31, 32, 33, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 58, 60, 68, 70, 71, 73, 75, 80, 85, 87, 88, 95, 96, 99, 101, 102, 103, 104, 105, 107, 108, 113, 114, 115, 116, 119, 120, 121, 123, 136, 137, 138, 139, 141, 147, 149, 151, 156) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'kw'
        1.15mslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: kw
        Backtrace
        • 30. app/Utils/category-manager.php:82
        • 31. app/Http/Controllers/Web/ProductListController.php:48
        • 32. app/Http/Controllers/Web/ProductListController.php:39
        • 33. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 34. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `translations` where `translations`.`translationable_id` in (7, 10, 13, 14, 15, 17, 19, 21, 23, 26, 27, 28, 30, 40, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 61, 62, 63, 65, 66, 67, 69, 72, 74, 76, 77, 78, 79, 82, 83, 84, 86, 89, 90, 91, 94, 97, 98, 100, 106, 109, 110, 111, 112, 117, 118, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 140, 142, 143, 144, 145, 146, 148, 150, 152, 153, 154, 155, 158, 161, 164, 169) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'kw'
        1.31mslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: kw
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. app/Http/Controllers/Web/ProductListController.php:48
        • 27. app/Http/Controllers/Web/ProductListController.php:39
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `translations` where `translations`.`translationable_id` in (4, 5, 34, 51, 93, 157, 159, 160, 162, 163, 165, 166, 167, 168) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'kw'
        580μslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: kw
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. app/Http/Controllers/Web/ProductListController.php:48
        • 22. app/Http/Controllers/Web/ProductListController.php:39
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `business_settings` where (`type` = 'category_list_priority') limit 1
        460μslaravelsettings.php#16
        Bindings
        • 0: category_list_priority
        Backtrace
        • 16. app/Utils/settings.php:16
        • 18. app/Utils/category-manager.php:82
        • 19. app/Http/Controllers/Web/ProductListController.php:48
        • 20. app/Http/Controllers/Web/ProductListController.php:39
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `business_settings` where (`type` = 'brand_list_priority') limit 1
        480μslaravelsettings.php#16
        Bindings
        • 0: brand_list_priority
        Backtrace
        • 16. app/Utils/settings.php:16
        • 18. app/Utils/brand-manager.php:33
        • 19. app/Http/Controllers/Web/ProductListController.php:49
        • 20. app/Http/Controllers/Web/ProductListController.php:39
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        173mslaravelbrand-manager.php#58
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 1
        Backtrace
        • 15. app/Utils/brand-manager.php:58
        • 16. app/Utils/brand-manager.php:33
        • 17. app/Http/Controllers/Web/ProductListController.php:49
        • 18. app/Http/Controllers/Web/ProductListController.php:39
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `translations` where `translations`.`translationable_id` in (105, 106, 108, 109, 110, 113, 115, 117, 122, 124, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'kw'
        1.05mslaravelbrand-manager.php#58
        Bindings
        • 0: App\Models\Brand
        • 1: kw
        Backtrace
        • 20. app/Utils/brand-manager.php:58
        • 21. app/Utils/brand-manager.php:33
        • 22. app/Http/Controllers/Web/ProductListController.php:49
        • 23. app/Http/Controllers/Web/ProductListController.php:39
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_count` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') order by `id` desc
        28.31mslaravelProductListController.php#90
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        Backtrace
        • 15. app/Http/Controllers/Web/ProductListController.php:90
        • 16. app/Http/Controllers/Web/ProductListController.php:39
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `reviews` where `reviews`.`product_id` in (2, 12, 13, 14, 15, 16, 33, 38, 43, 44, 45, 54, 61, 70, 71, 92, 94, 120, 123, 124, 134, 135, 136, 148, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 175, 176, 177, 178, 179, 180, 181, 182, 185, 187, 188, 189, 190, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 228, 232, 233, 237, 239, 240, 244, 245, 246, 247, 249, 250, 257, 259, 260, 265, 266, 272, 277, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 299, 300, 303, 304, 308, 312, 313, 316, 317, 318, 319, 321, 327, 328, 329, 330, 333, 334, 344, 352, 353, 354, 355, 359, 361, 362, 364, 374, 376, 381, 382, 383, 385, 394, 396, 397, 398, 399, 401, 402, 415, 417, 418, 422, 425, 428, 430, 453, 465, 467, 468, 474, 534, 537, 538, 540, 552, 553, 554, 555, 559, 560, 561, 562, 564, 565, 572, 580, 592, 594, 597, 598, 599, 600, 601, 602, 603, 605, 606, 607, 608, 609, 610, 611, 612, 613, 615, 616, 617, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 639, 640, 641, 642, 644, 645, 647, 648, 652, 659, 661, 662, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 699, 700, 703, 704, 724, 725, 726, 728, 729, 732, 739, 740, 741, 744, 745, 746, 747, 752, 757, 766, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 784, 793, 794, 795, 801, 803, 804, 805, 806, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 836, 839, 842, 843, 865, 868, 874, 876, 880, 885, 887, 890, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 991, 992, 1010, 1016, 1017, 1018, 1020, 1022, 1026, 1027, 1028, 1037, 1038, 1040, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1054, 1055, 1057, 1058, 1059, 1063, 1066, 1068, 1072, 1073, 1077, 1082, 1083, 1084, 1090, 1095, 1098, 1099, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1114, 1115, 1116, 1117, 1118, 1119, 1129, 1130, 1131, 1137, 1138, 1139, 1140, 1145, 1146, 1154, 1157, 1159, 1161, 1162, 1163, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1277, 1278, 1279, 1283, 1288, 1289, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1316, 1317, 1327, 1373, 1374, 1375, 1376, 1380, 1386, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1413, 1433, 1473, 1474, 1475, 1476, 1477, 1478, 1485, 1486, 1488, 1489, 1507, 1540, 1541, 1550, 1551, 1555, 1556, 1564, 1566, 1568, 1569, 1572, 1573, 1574, 1583, 1597, 1599, 1600, 1601, 1602, 1603, 1629, 1630, 1634, 1635, 1636, 1637, 1638, 1639, 1641, 1643, 1644, 1645, 1646, 1648, 1649, 1651, 1655, 1658, 1660, 1662, 1665, 1666, 1667, 1670, 1671, 1672, 1676, 1682, 1717, 1718, 1719, 1720, 1721, 1725, 1727, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1743, 1748, 1749, 1750, 1757, 1760, 1761, 1764, 1765, 1768, 1773, 1774, 1775, 1781, 1812, 1813, 1814, 1816, 1817, 1818, 1820, 1821, 1822, 1826, 1827, 1828, 1829, 1851, 1852, 1853, 1855, 1856, 1859, 1861, 1862, 1872, 1879, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1901, 1908, 1913, 1914, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923, 1929, 1930, 1931, 1933, 1937, 1938, 1939, 1940, 1949, 1951, 1952, 1955, 1956, 1958, 1959, 1960, 1961, 1962, 1967, 1971, 1973, 1978, 1979, 1987, 1988, 1989, 1993, 1994, 1998, 2013, 2015, 2016, 2046, 2047, 2048, 2049, 2055, 2056, 2057, 2058, 2085, 2087, 2090, 2096, 2101, 2104, 2112, 2113, 2114, 2115, 2116, 2117, 2122, 2123, 2126, 2127, 2128, 2138, 2139, 2154, 2155, 2156, 2157, 2158, 2159, 2161, 2162, 2172, 2178, 2186, 2188, 2194, 2197, 2198, 2202, 2203, 2204, 2206, 2208, 2209, 2220, 2221, 2222, 2225, 2240, 2242, 2249, 2261, 2263, 2264, 2266, 2268, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2285, 2286, 2323, 2324, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2373, 2374, 2375, 2376, 2377, 2378, 2381, 2383, 2384, 2385, 2386, 2395, 2405, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2420, 2421, 2427, 2428, 2433, 2434, 2441, 2442, 2454, 2465, 2466, 2467, 2468, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2496, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2514, 2543, 2549) and `delivery_man_id` is null and `status` = 1
        1.61mslaravelProductListController.php#90
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Http/Controllers/Web/ProductListController.php:90
        • 21. app/Http/Controllers/Web/ProductListController.php:39
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select avg(rating) average, product_id from `reviews` where `delivery_man_id` is null and `reviews`.`product_id` in (2, 12, 13, 14, 15, 16, 33, 38, 43, 44, 45, 54, 61, 70, 71, 92, 94, 120, 123, 124, 134, 135, 136, 148, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 175, 176, 177, 178, 179, 180, 181, 182, 185, 187, 188, 189, 190, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 228, 232, 233, 237, 239, 240, 244, 245, 246, 247, 249, 250, 257, 259, 260, 265, 266, 272, 277, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 299, 300, 303, 304, 308, 312, 313, 316, 317, 318, 319, 321, 327, 328, 329, 330, 333, 334, 344, 352, 353, 354, 355, 359, 361, 362, 364, 374, 376, 381, 382, 383, 385, 394, 396, 397, 398, 399, 401, 402, 415, 417, 418, 422, 425, 428, 430, 453, 465, 467, 468, 474, 534, 537, 538, 540, 552, 553, 554, 555, 559, 560, 561, 562, 564, 565, 572, 580, 592, 594, 597, 598, 599, 600, 601, 602, 603, 605, 606, 607, 608, 609, 610, 611, 612, 613, 615, 616, 617, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 639, 640, 641, 642, 644, 645, 647, 648, 652, 659, 661, 662, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 699, 700, 703, 704, 724, 725, 726, 728, 729, 732, 739, 740, 741, 744, 745, 746, 747, 752, 757, 766, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 784, 793, 794, 795, 801, 803, 804, 805, 806, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 836, 839, 842, 843, 865, 868, 874, 876, 880, 885, 887, 890, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 991, 992, 1010, 1016, 1017, 1018, 1020, 1022, 1026, 1027, 1028, 1037, 1038, 1040, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1054, 1055, 1057, 1058, 1059, 1063, 1066, 1068, 1072, 1073, 1077, 1082, 1083, 1084, 1090, 1095, 1098, 1099, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1114, 1115, 1116, 1117, 1118, 1119, 1129, 1130, 1131, 1137, 1138, 1139, 1140, 1145, 1146, 1154, 1157, 1159, 1161, 1162, 1163, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1277, 1278, 1279, 1283, 1288, 1289, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1316, 1317, 1327, 1373, 1374, 1375, 1376, 1380, 1386, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1413, 1433, 1473, 1474, 1475, 1476, 1477, 1478, 1485, 1486, 1488, 1489, 1507, 1540, 1541, 1550, 1551, 1555, 1556, 1564, 1566, 1568, 1569, 1572, 1573, 1574, 1583, 1597, 1599, 1600, 1601, 1602, 1603, 1629, 1630, 1634, 1635, 1636, 1637, 1638, 1639, 1641, 1643, 1644, 1645, 1646, 1648, 1649, 1651, 1655, 1658, 1660, 1662, 1665, 1666, 1667, 1670, 1671, 1672, 1676, 1682, 1717, 1718, 1719, 1720, 1721, 1725, 1727, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1743, 1748, 1749, 1750, 1757, 1760, 1761, 1764, 1765, 1768, 1773, 1774, 1775, 1781, 1812, 1813, 1814, 1816, 1817, 1818, 1820, 1821, 1822, 1826, 1827, 1828, 1829, 1851, 1852, 1853, 1855, 1856, 1859, 1861, 1862, 1872, 1879, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1901, 1908, 1913, 1914, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923, 1929, 1930, 1931, 1933, 1937, 1938, 1939, 1940, 1949, 1951, 1952, 1955, 1956, 1958, 1959, 1960, 1961, 1962, 1967, 1971, 1973, 1978, 1979, 1987, 1988, 1989, 1993, 1994, 1998, 2013, 2015, 2016, 2046, 2047, 2048, 2049, 2055, 2056, 2057, 2058, 2085, 2087, 2090, 2096, 2101, 2104, 2112, 2113, 2114, 2115, 2116, 2117, 2122, 2123, 2126, 2127, 2128, 2138, 2139, 2154, 2155, 2156, 2157, 2158, 2159, 2161, 2162, 2172, 2178, 2186, 2188, 2194, 2197, 2198, 2202, 2203, 2204, 2206, 2208, 2209, 2220, 2221, 2222, 2225, 2240, 2242, 2249, 2261, 2263, 2264, 2266, 2268, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2285, 2286, 2323, 2324, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2373, 2374, 2375, 2376, 2377, 2378, 2381, 2383, 2384, 2385, 2386, 2395, 2405, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2420, 2421, 2427, 2428, 2433, 2434, 2441, 2442, 2454, 2465, 2466, 2467, 2468, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2496, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2514, 2543, 2549) and `status` = 1 group by `product_id`
        1.7mslaravelProductListController.php#90
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Http/Controllers/Web/ProductListController.php:90
        • 21. app/Http/Controllers/Web/ProductListController.php:39
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `sellers` where `sellers`.`id` in (1, 2, 3, 4, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25)
        900μslaravelProductListController.php#90
        Backtrace
        • 20. app/Http/Controllers/Web/ProductListController.php:90
        • 21. app/Http/Controllers/Web/ProductListController.php:39
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `shops` where `shops`.`seller_id` in (1, 2, 3, 4, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25)
        670μslaravelProductListController.php#90
        Backtrace
        • 25. app/Http/Controllers/Web/ProductListController.php:90
        • 26. app/Http/Controllers/Web/ProductListController.php:39
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `wishlists` where `wishlists`.`product_id` in (2, 12, 13, 14, 15, 16, 33, 38, 43, 44, 45, 54, 61, 70, 71, 92, 94, 120, 123, 124, 134, 135, 136, 148, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 175, 176, 177, 178, 179, 180, 181, 182, 185, 187, 188, 189, 190, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 228, 232, 233, 237, 239, 240, 244, 245, 246, 247, 249, 250, 257, 259, 260, 265, 266, 272, 277, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 299, 300, 303, 304, 308, 312, 313, 316, 317, 318, 319, 321, 327, 328, 329, 330, 333, 334, 344, 352, 353, 354, 355, 359, 361, 362, 364, 374, 376, 381, 382, 383, 385, 394, 396, 397, 398, 399, 401, 402, 415, 417, 418, 422, 425, 428, 430, 453, 465, 467, 468, 474, 534, 537, 538, 540, 552, 553, 554, 555, 559, 560, 561, 562, 564, 565, 572, 580, 592, 594, 597, 598, 599, 600, 601, 602, 603, 605, 606, 607, 608, 609, 610, 611, 612, 613, 615, 616, 617, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 639, 640, 641, 642, 644, 645, 647, 648, 652, 659, 661, 662, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 699, 700, 703, 704, 724, 725, 726, 728, 729, 732, 739, 740, 741, 744, 745, 746, 747, 752, 757, 766, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 784, 793, 794, 795, 801, 803, 804, 805, 806, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 836, 839, 842, 843, 865, 868, 874, 876, 880, 885, 887, 890, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 991, 992, 1010, 1016, 1017, 1018, 1020, 1022, 1026, 1027, 1028, 1037, 1038, 1040, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1054, 1055, 1057, 1058, 1059, 1063, 1066, 1068, 1072, 1073, 1077, 1082, 1083, 1084, 1090, 1095, 1098, 1099, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1114, 1115, 1116, 1117, 1118, 1119, 1129, 1130, 1131, 1137, 1138, 1139, 1140, 1145, 1146, 1154, 1157, 1159, 1161, 1162, 1163, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1277, 1278, 1279, 1283, 1288, 1289, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1316, 1317, 1327, 1373, 1374, 1375, 1376, 1380, 1386, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1413, 1433, 1473, 1474, 1475, 1476, 1477, 1478, 1485, 1486, 1488, 1489, 1507, 1540, 1541, 1550, 1551, 1555, 1556, 1564, 1566, 1568, 1569, 1572, 1573, 1574, 1583, 1597, 1599, 1600, 1601, 1602, 1603, 1629, 1630, 1634, 1635, 1636, 1637, 1638, 1639, 1641, 1643, 1644, 1645, 1646, 1648, 1649, 1651, 1655, 1658, 1660, 1662, 1665, 1666, 1667, 1670, 1671, 1672, 1676, 1682, 1717, 1718, 1719, 1720, 1721, 1725, 1727, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1743, 1748, 1749, 1750, 1757, 1760, 1761, 1764, 1765, 1768, 1773, 1774, 1775, 1781, 1812, 1813, 1814, 1816, 1817, 1818, 1820, 1821, 1822, 1826, 1827, 1828, 1829, 1851, 1852, 1853, 1855, 1856, 1859, 1861, 1862, 1872, 1879, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1901, 1908, 1913, 1914, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923, 1929, 1930, 1931, 1933, 1937, 1938, 1939, 1940, 1949, 1951, 1952, 1955, 1956, 1958, 1959, 1960, 1961, 1962, 1967, 1971, 1973, 1978, 1979, 1987, 1988, 1989, 1993, 1994, 1998, 2013, 2015, 2016, 2046, 2047, 2048, 2049, 2055, 2056, 2057, 2058, 2085, 2087, 2090, 2096, 2101, 2104, 2112, 2113, 2114, 2115, 2116, 2117, 2122, 2123, 2126, 2127, 2128, 2138, 2139, 2154, 2155, 2156, 2157, 2158, 2159, 2161, 2162, 2172, 2178, 2186, 2188, 2194, 2197, 2198, 2202, 2203, 2204, 2206, 2208, 2209, 2220, 2221, 2222, 2225, 2240, 2242, 2249, 2261, 2263, 2264, 2266, 2268, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2285, 2286, 2323, 2324, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2373, 2374, 2375, 2376, 2377, 2378, 2381, 2383, 2384, 2385, 2386, 2395, 2405, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2420, 2421, 2427, 2428, 2433, 2434, 2441, 2442, 2454, 2465, 2466, 2467, 2468, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2496, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2514, 2543, 2549) and `customer_id` = 0
        1.7mslaravelProductListController.php#90
        Bindings
        • 0: 0
        Backtrace
        • 20. app/Http/Controllers/Web/ProductListController.php:90
        • 21. app/Http/Controllers/Web/ProductListController.php:39
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `product_compares` where `product_compares`.`product_id` in (2, 12, 13, 14, 15, 16, 33, 38, 43, 44, 45, 54, 61, 70, 71, 92, 94, 120, 123, 124, 134, 135, 136, 148, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 175, 176, 177, 178, 179, 180, 181, 182, 185, 187, 188, 189, 190, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 228, 232, 233, 237, 239, 240, 244, 245, 246, 247, 249, 250, 257, 259, 260, 265, 266, 272, 277, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 299, 300, 303, 304, 308, 312, 313, 316, 317, 318, 319, 321, 327, 328, 329, 330, 333, 334, 344, 352, 353, 354, 355, 359, 361, 362, 364, 374, 376, 381, 382, 383, 385, 394, 396, 397, 398, 399, 401, 402, 415, 417, 418, 422, 425, 428, 430, 453, 465, 467, 468, 474, 534, 537, 538, 540, 552, 553, 554, 555, 559, 560, 561, 562, 564, 565, 572, 580, 592, 594, 597, 598, 599, 600, 601, 602, 603, 605, 606, 607, 608, 609, 610, 611, 612, 613, 615, 616, 617, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 639, 640, 641, 642, 644, 645, 647, 648, 652, 659, 661, 662, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 699, 700, 703, 704, 724, 725, 726, 728, 729, 732, 739, 740, 741, 744, 745, 746, 747, 752, 757, 766, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 784, 793, 794, 795, 801, 803, 804, 805, 806, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 836, 839, 842, 843, 865, 868, 874, 876, 880, 885, 887, 890, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 991, 992, 1010, 1016, 1017, 1018, 1020, 1022, 1026, 1027, 1028, 1037, 1038, 1040, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1054, 1055, 1057, 1058, 1059, 1063, 1066, 1068, 1072, 1073, 1077, 1082, 1083, 1084, 1090, 1095, 1098, 1099, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1114, 1115, 1116, 1117, 1118, 1119, 1129, 1130, 1131, 1137, 1138, 1139, 1140, 1145, 1146, 1154, 1157, 1159, 1161, 1162, 1163, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1277, 1278, 1279, 1283, 1288, 1289, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1316, 1317, 1327, 1373, 1374, 1375, 1376, 1380, 1386, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1413, 1433, 1473, 1474, 1475, 1476, 1477, 1478, 1485, 1486, 1488, 1489, 1507, 1540, 1541, 1550, 1551, 1555, 1556, 1564, 1566, 1568, 1569, 1572, 1573, 1574, 1583, 1597, 1599, 1600, 1601, 1602, 1603, 1629, 1630, 1634, 1635, 1636, 1637, 1638, 1639, 1641, 1643, 1644, 1645, 1646, 1648, 1649, 1651, 1655, 1658, 1660, 1662, 1665, 1666, 1667, 1670, 1671, 1672, 1676, 1682, 1717, 1718, 1719, 1720, 1721, 1725, 1727, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1743, 1748, 1749, 1750, 1757, 1760, 1761, 1764, 1765, 1768, 1773, 1774, 1775, 1781, 1812, 1813, 1814, 1816, 1817, 1818, 1820, 1821, 1822, 1826, 1827, 1828, 1829, 1851, 1852, 1853, 1855, 1856, 1859, 1861, 1862, 1872, 1879, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1901, 1908, 1913, 1914, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923, 1929, 1930, 1931, 1933, 1937, 1938, 1939, 1940, 1949, 1951, 1952, 1955, 1956, 1958, 1959, 1960, 1961, 1962, 1967, 1971, 1973, 1978, 1979, 1987, 1988, 1989, 1993, 1994, 1998, 2013, 2015, 2016, 2046, 2047, 2048, 2049, 2055, 2056, 2057, 2058, 2085, 2087, 2090, 2096, 2101, 2104, 2112, 2113, 2114, 2115, 2116, 2117, 2122, 2123, 2126, 2127, 2128, 2138, 2139, 2154, 2155, 2156, 2157, 2158, 2159, 2161, 2162, 2172, 2178, 2186, 2188, 2194, 2197, 2198, 2202, 2203, 2204, 2206, 2208, 2209, 2220, 2221, 2222, 2225, 2240, 2242, 2249, 2261, 2263, 2264, 2266, 2268, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2285, 2286, 2323, 2324, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2373, 2374, 2375, 2376, 2377, 2378, 2381, 2383, 2384, 2385, 2386, 2395, 2405, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2420, 2421, 2427, 2428, 2433, 2434, 2441, 2442, 2454, 2465, 2466, 2467, 2468, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2496, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2514, 2543, 2549) and `user_id` = 0
        2.06mslaravelProductListController.php#90
        Bindings
        • 0: 0
        Backtrace
        • 20. app/Http/Controllers/Web/ProductListController.php:90
        • 21. app/Http/Controllers/Web/ProductListController.php:39
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `translations` where `translations`.`translationable_id` in (2, 12, 13, 14, 15, 16, 33, 38, 43, 44, 45, 54, 61, 70, 71, 92, 94, 120, 123, 124, 134, 135, 136, 148, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 175, 176, 177, 178, 179, 180, 181, 182, 185, 187, 188, 189, 190, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 228, 232, 233, 237, 239, 240, 244, 245, 246, 247, 249, 250, 257, 259, 260, 265, 266, 272, 277, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 299, 300, 303, 304, 308, 312, 313, 316, 317, 318, 319, 321, 327, 328, 329, 330, 333, 334, 344, 352, 353, 354, 355, 359, 361, 362, 364, 374, 376, 381, 382, 383, 385, 394, 396, 397, 398, 399, 401, 402, 415, 417, 418, 422, 425, 428, 430, 453, 465, 467, 468, 474, 534, 537, 538, 540, 552, 553, 554, 555, 559, 560, 561, 562, 564, 565, 572, 580, 592, 594, 597, 598, 599, 600, 601, 602, 603, 605, 606, 607, 608, 609, 610, 611, 612, 613, 615, 616, 617, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 639, 640, 641, 642, 644, 645, 647, 648, 652, 659, 661, 662, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 699, 700, 703, 704, 724, 725, 726, 728, 729, 732, 739, 740, 741, 744, 745, 746, 747, 752, 757, 766, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 784, 793, 794, 795, 801, 803, 804, 805, 806, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 836, 839, 842, 843, 865, 868, 874, 876, 880, 885, 887, 890, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 991, 992, 1010, 1016, 1017, 1018, 1020, 1022, 1026, 1027, 1028, 1037, 1038, 1040, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1054, 1055, 1057, 1058, 1059, 1063, 1066, 1068, 1072, 1073, 1077, 1082, 1083, 1084, 1090, 1095, 1098, 1099, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1114, 1115, 1116, 1117, 1118, 1119, 1129, 1130, 1131, 1137, 1138, 1139, 1140, 1145, 1146, 1154, 1157, 1159, 1161, 1162, 1163, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1277, 1278, 1279, 1283, 1288, 1289, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1316, 1317, 1327, 1373, 1374, 1375, 1376, 1380, 1386, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1413, 1433, 1473, 1474, 1475, 1476, 1477, 1478, 1485, 1486, 1488, 1489, 1507, 1540, 1541, 1550, 1551, 1555, 1556, 1564, 1566, 1568, 1569, 1572, 1573, 1574, 1583, 1597, 1599, 1600, 1601, 1602, 1603, 1629, 1630, 1634, 1635, 1636, 1637, 1638, 1639, 1641, 1643, 1644, 1645, 1646, 1648, 1649, 1651, 1655, 1658, 1660, 1662, 1665, 1666, 1667, 1670, 1671, 1672, 1676, 1682, 1717, 1718, 1719, 1720, 1721, 1725, 1727, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1743, 1748, 1749, 1750, 1757, 1760, 1761, 1764, 1765, 1768, 1773, 1774, 1775, 1781, 1812, 1813, 1814, 1816, 1817, 1818, 1820, 1821, 1822, 1826, 1827, 1828, 1829, 1851, 1852, 1853, 1855, 1856, 1859, 1861, 1862, 1872, 1879, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1901, 1908, 1913, 1914, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923, 1929, 1930, 1931, 1933, 1937, 1938, 1939, 1940, 1949, 1951, 1952, 1955, 1956, 1958, 1959, 1960, 1961, 1962, 1967, 1971, 1973, 1978, 1979, 1987, 1988, 1989, 1993, 1994, 1998, 2013, 2015, 2016, 2046, 2047, 2048, 2049, 2055, 2056, 2057, 2058, 2085, 2087, 2090, 2096, 2101, 2104, 2112, 2113, 2114, 2115, 2116, 2117, 2122, 2123, 2126, 2127, 2128, 2138, 2139, 2154, 2155, 2156, 2157, 2158, 2159, 2161, 2162, 2172, 2178, 2186, 2188, 2194, 2197, 2198, 2202, 2203, 2204, 2206, 2208, 2209, 2220, 2221, 2222, 2225, 2240, 2242, 2249, 2261, 2263, 2264, 2266, 2268, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2285, 2286, 2323, 2324, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2373, 2374, 2375, 2376, 2377, 2378, 2381, 2383, 2384, 2385, 2386, 2395, 2405, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2420, 2421, 2427, 2428, 2433, 2434, 2441, 2442, 2454, 2465, 2466, 2467, 2468, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2496, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2514, 2543, 2549) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'kw'
        2.53mslaravelProductListController.php#90
        Bindings
        • 0: App\Models\Product
        • 1: kw
        Backtrace
        • 20. app/Http/Controllers/Web/ProductListController.php:90
        • 21. app/Http/Controllers/Web/ProductListController.php:39
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
        830μslaravelsettings.php#16
        Bindings
        • 0: currency_symbol_position
        Backtrace
        • 16. app/Utils/settings.php:16
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_search_console_code') limit 1
        1.03mslaravelsettings.php#16
        Bindings
        • 0: google_search_console_code
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'bing_webmaster_code') limit 1
        520μslaravelsettings.php#16
        Bindings
        • 0: bing_webmaster_code
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'baidu_webmaster_code') limit 1
        520μslaravelsettings.php#16
        Bindings
        • 0: baidu_webmaster_code
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'yandex_webmaster_code') limit 1
        490μslaravelsettings.php#16
        Bindings
        • 0: yandex_webmaster_code
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        500μslaravelsettings.php#16
        Bindings
        • 0: google_tag_manager_id
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
        440μslaravelsettings.php#16
        Bindings
        • 0: pixel_analytics
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `storages` where `storages`.`data_type` = 'App\Models\Banner' and `storages`.`data_id` = 11 and `storages`.`data_id` is not null
        920μslaravelBanner.php#61
        Bindings
        • 0: App\Models\Banner
        • 1: 11
        Backtrace
        • 20. app/Models/Banner.php:61
        • 26. view::layouts.front-end.partials._modals:12
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'announcement') limit 1
        400μslaravelsettings.php#16
        Bindings
        • 0: announcement
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where (`customer_id` = 224376 and `is_guest` = 1) group by `cart_group_id`
        480μslaravelcart-manager.php#92
        Bindings
        • 0: 224376
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:92
        • 15. app/Utils/cart-manager.php:51
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:50
        • 18. view::layouts.front-end.partials._cart:5
      • select * from `carts` where 0 = 1
        330μslaravelcart-manager.php#59
        Backtrace
        • 15. app/Utils/cart-manager.php:59
        • 16. view::layouts.front-end.partials._cart:5
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where (`customer_id` = 224376 and `is_guest` = 1) group by `cart_group_id`
        340μslaravelcart-manager.php#92
        Bindings
        • 0: 224376
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:92
        • 15. app/Utils/cart-manager.php:51
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:50
        • 18. view::layouts.front-end.partials._cart:14
      • select * from `carts` where 0 = 1
        220μslaravelcart-manager.php#59
        Backtrace
        • 15. app/Utils/cart-manager.php:59
        • 16. view::layouts.front-end.partials._cart:14
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `product_count` from `categories` where `position` = 0
        44.48mslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 0
        Backtrace
        • 15. app/Utils/category-manager.php:82
        • 16. view::layouts.front-end.partials._header:233
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where `products`.`category_id` in (4, 5, 34, 51, 93, 157, 159, 160, 162, 163, 165, 166, 167, 168) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')
        10.36mslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. view::layouts.front-end.partials._header:233
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (2, 2549) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'kw'
        520μslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Product
        • 1: kw
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:233
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `reviews` where `reviews`.`product_id` in (2, 2549) and `delivery_man_id` is null and `status` = 1
        360μslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:233
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_category_id`) as `sub_category_product_count` from `categories` where `categories`.`parent_id` in (4, 5, 34, 51, 93, 157, 159, 160, 162, 163, 165, 166, 167, 168) and `position` = 1 order by `priority` asc
        139mslaravelcategory-manager.php#82
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. view::layouts.front-end.partials._header:233
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_sub_category_id`) as `sub_sub_category_product_count` from `categories` where `categories`.`parent_id` in (7, 10, 13, 14, 15, 17, 19, 21, 23, 26, 27, 28, 30, 40, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 61, 62, 63, 65, 66, 67, 69, 72, 74, 76, 77, 78, 79, 82, 83, 84, 86, 89, 90, 91, 94, 97, 98, 100, 106, 109, 110, 111, 112, 117, 118, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 140, 142, 143, 144, 145, 146, 148, 150, 152, 153, 154, 155, 158, 161, 164, 169) and `position` = 2 order by `priority` asc
        97.5mslaravelcategory-manager.php#82
        Bindings
        • 0: 2
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:233
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (6, 8, 9, 11, 12, 16, 18, 20, 22, 24, 29, 31, 32, 33, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 58, 60, 68, 70, 71, 73, 75, 80, 85, 87, 88, 95, 96, 99, 101, 102, 103, 104, 105, 107, 108, 113, 114, 115, 116, 119, 120, 121, 123, 136, 137, 138, 139, 141, 147, 149, 151, 156) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'kw'
        1.46mslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: kw
        Backtrace
        • 30. app/Utils/category-manager.php:82
        • 31. view::layouts.front-end.partials._header:233
        • 33. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 34. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 35. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (7, 10, 13, 14, 15, 17, 19, 21, 23, 26, 27, 28, 30, 40, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 61, 62, 63, 65, 66, 67, 69, 72, 74, 76, 77, 78, 79, 82, 83, 84, 86, 89, 90, 91, 94, 97, 98, 100, 106, 109, 110, 111, 112, 117, 118, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 140, 142, 143, 144, 145, 146, 148, 150, 152, 153, 154, 155, 158, 161, 164, 169) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'kw'
        1.34mslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: kw
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:233
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (4, 5, 34, 51, 93, 157, 159, 160, 162, 163, 165, 166, 167, 168) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'kw'
        540μslaravelcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: kw
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. view::layouts.front-end.partials._header:233
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'category_list_priority') limit 1
        450μslaravelsettings.php#16
        Bindings
        • 0: category_list_priority
        Backtrace
        • 16. app/Utils/settings.php:16
        • 18. app/Utils/category-manager.php:82
        • 19. view::layouts.front-end.partials._header:233
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `business_settings` where (`type` = 'brand_list_priority') limit 1
        600μslaravelsettings.php#16
        Bindings
        • 0: brand_list_priority
        Backtrace
        • 16. app/Utils/settings.php:16
        • 18. app/Utils/brand-manager.php:33
        • 19. view::layouts.front-end.partials._header:334
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        210mslaravelbrand-manager.php#58
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 1
        Backtrace
        • 15. app/Utils/brand-manager.php:58
        • 16. app/Utils/brand-manager.php:33
        • 17. view::layouts.front-end.partials._header:334
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `translations` where `translations`.`translationable_id` in (105, 106, 108, 109, 110, 113, 115, 117, 122, 124, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'kw'
        1.59mslaravelbrand-manager.php#58
        Bindings
        • 0: App\Models\Brand
        • 1: kw
        Backtrace
        • 20. app/Utils/brand-manager.php:58
        • 21. app/Utils/brand-manager.php:33
        • 22. view::layouts.front-end.partials._header:334
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select count(*) as aggregate from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and `discount` != 0
        14.38mslaravel_header.blade.php#364
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:364
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'seller_registration') limit 1
        480μslaravelsettings.php#16
        Bindings
        • 0: seller_registration
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        920μslaravelsettings.php#16
        Bindings
        • 0: loader_gif
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'country_code') limit 1
        480μslaravelsettings.php#16
        Bindings
        • 0: country_code
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-04-08' and date(`end_date`) >= '2025-04-08' limit 1
        500μslaravel_footer.blade.php#109
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-04-08
        • 3: 2025-04-08
        Backtrace
        • 16. view::layouts.front-end.partials._footer:109
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'refund-policy') limit 1
        370μslaravelsettings.php#16
        Bindings
        • 0: refund-policy
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'return-policy') limit 1
        340μslaravelsettings.php#16
        Bindings
        • 0: return-policy
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
        270μslaravelsettings.php#16
        Bindings
        • 0: cancellation-policy
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_phone') limit 1
        250μslaravelsettings.php#16
        Bindings
        • 0: company_phone
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_email') limit 1
        280μslaravelsettings.php#16
        Bindings
        • 0: company_email
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shop_address') limit 1
        270μslaravelsettings.php#16
        Bindings
        • 0: shop_address
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'whatsapp') limit 1
        290μslaravelsettings.php#16
        Bindings
        • 0: whatsapp
        Backtrace
        • 16. app/Utils/settings.php:16
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Product
      943Product.php#?
      App\Models\Translation
      494Translation.php#?
      App\Models\Category
      322Category.php#?
      App\Models\Brand
      166Brand.php#?
      App\Models\Seller
      21Seller.php#?
      App\Models\Shop
      21Shop.php#?
      App\Models\BusinessSetting
      19BusinessSetting.php#?
      App\Models\Storage
      1Storage.php#?
          storage_connection_type
          public
          company_web_logo
          array:3 [ "key" => "2024-10-06-6702a7946cf56.webp" "path" => "/storage/company/2024-10-06-6702a7...
          decimal_point_settings
          3
          product_brand
          1
          digital_product
          1
          business_mode
          multi
          currency_model
          single_currency
          language
          array:3 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
          local
          kw
          direction
          rtl
          system_default_currency
          12
          system_default_currency_info
          App\Models\Currency {#1565 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          KWD
          currency_symbol
          KWD
          currency_exchange_rate
          1
          _token
          gbAyEoQQxeHTO7HhEGgUF6e6uMLB5SmKRPUMYB9z
          guest_id
          224376
          currency_symbol_position
          right
          company_email
          info@bunyan.shop
          _previous
          array:1 [ "url" => "https://mybunyan.com/products?data_from=latest&page=1" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /products
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "data_from" => "latest" "page" => "1" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "mybunyan.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 08 Apr 2025 18:45:42 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkFkUEJCRkx1U0dEK1FQSFBHTlJsQXc9PSIsInZhbHVlIjoiVXJDUkpQaVFGWHF1c2FkUnIyaTkwM1V6b0gzTHJpMHdCS3FPd01zRWN1VktNa3IrdXZ1cTFyVDJVUEV6eFNrSGR5L0xWaWw0TVpWL2NMSHRjVXhNUzUvbHBNK2xmQUVISmxzeTBHR2NsMFVuSUl4azhKajFua3dBWmx1bEVNK3UiLCJtYWMiOiI5YjZmMDZjMDZmYjJmNzliOTI5NjAyNTU0M2NiOWYzNjhlNDdiYTFhMDZjNDQ1YzBlYjA3Y2QzMmVjNzNjY2QyIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 19:45:43 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IkFkUEJCRkx1U0dEK1FQSFBHTlJsQXc9PSIsInZhbHVlIjoiVXJDUkpQaVFGWHF1c2FkUnIyaTkwM1V6b0gzTHJpMHdCS3FPd01zRWN1VktNa3IrdXZ1cTFyVDJVUEV6eFNrSGR5L0xWa" 1 => "6valley1724088324_session=eyJpdiI6ImhMZmVCYTJLT0FkSmxYb05KWkRWeVE9PSIsInZhbHVlIjoiNHpBNC9VVzRxcjZ3OFo3bS9zbUI2Z2cySXNjWWp5NHpMQ0hKMmhNaGJVUkUxalpWeUpvZTRUM2NObHlwTTdHQTd5ZklFTm9RTHVRVDdnR1pzMkhLRnIwSlJGYURYMkNIZVZXVzFhdVdJd2htdkg2am9FL0FtVW5YdVZzTTl3ZysiLCJtYWMiOiI3M2ZiMzUxNTVkYjAyOGVmM2Y0Y2UyYTdiYTcwMjlhNDRiMDc4YTk3MDdmMGQ5ZDMzNmM1NzMwODg1N2U3MDUxIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 19:45:43 GMT; Max-Age=3600; path=/; httponly6valley1724088324_session=eyJpdiI6ImhMZmVCYTJLT0FkSmxYb05KWkRWeVE9PSIsInZhbHVlIjoiNHpBNC9VVzRxcjZ3OFo3bS9zbUI2Z2cySXNjWWp5NHpMQ0hKMmhNaGJVUkUxalpWeUpvZTRUM2NObH" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkFkUEJCRkx1U0dEK1FQSFBHTlJsQXc9PSIsInZhbHVlIjoiVXJDUkpQaVFGWHF1c2FkUnIyaTkwM1V6b0gzTHJpMHdCS3FPd01zRWN1VktNa3IrdXZ1cTFyVDJVUEV6eFNrSGR5L0xWaWw0TVpWL2NMSHRjVXhNUzUvbHBNK2xmQUVISmxzeTBHR2NsMFVuSUl4azhKajFua3dBWmx1bEVNK3UiLCJtYWMiOiI5YjZmMDZjMDZmYjJmNzliOTI5NjAyNTU0M2NiOWYzNjhlNDdiYTFhMDZjNDQ1YzBlYjA3Y2QzMmVjNzNjY2QyIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 19:45:43 GMT; path=/XSRF-TOKEN=eyJpdiI6IkFkUEJCRkx1U0dEK1FQSFBHTlJsQXc9PSIsInZhbHVlIjoiVXJDUkpQaVFGWHF1c2FkUnIyaTkwM1V6b0gzTHJpMHdCS3FPd01zRWN1VktNa3IrdXZ1cTFyVDJVUEV6eFNrSGR5L0xWa" 1 => "6valley1724088324_session=eyJpdiI6ImhMZmVCYTJLT0FkSmxYb05KWkRWeVE9PSIsInZhbHVlIjoiNHpBNC9VVzRxcjZ3OFo3bS9zbUI2Z2cySXNjWWp5NHpMQ0hKMmhNaGJVUkUxalpWeUpvZTRUM2NObHlwTTdHQTd5ZklFTm9RTHVRVDdnR1pzMkhLRnIwSlJGYURYMkNIZVZXVzFhdVdJd2htdkg2am9FL0FtVW5YdVZzTTl3ZysiLCJtYWMiOiI3M2ZiMzUxNTVkYjAyOGVmM2Y0Y2UyYTdiYTcwMjlhNDRiMDc4YTk3MDdmMGQ5ZDMzNmM1NzMwODg1N2U3MDUxIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 19:45:43 GMT; path=/; httponly6valley1724088324_session=eyJpdiI6ImhMZmVCYTJLT0FkSmxYb05KWkRWeVE9PSIsInZhbHVlIjoiNHpBNC9VVzRxcjZ3OFo3bS9zbUI2Z2cySXNjWWp5NHpMQ0hKMmhNaGJVUkUxalpWeUpvZTRUM2NObH" ] ]
          session_attributes
          0 of 0
          array:22 [ "storage_connection_type" => "public" "company_web_logo" => array:3 [ "key" => "2024-10-06-6702a7946cf56.webp" "path" => "/storage/company/2024-10-06-6702a7946cf56.webp" "status" => 200 ] "decimal_point_settings" => 3 "product_brand" => 1 "digital_product" => 1 "business_mode" => "multi" "currency_model" => "single_currency" "language" => array:3 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => false ] 1 => array:6 [ "id" => 2 "name" => "Arabic" "direction" => "rtl" "code" => "ae" "status" => 0 "default" => false ] 2 => array:6 [ "id" => 3 "name" => "العربية" "direction" => "rtl" "code" => "kw" "status" => 1 "default" => true ] ] "local" => "kw" "direction" => "rtl" "system_default_currency" => 12 "system_default_currency_info" => App\Models\Currency {#1565 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:8 [ "id" => 12 "name" => "Kwait dainar" "symbol" => "KWD" "code" => "KWD" "exchange_rate" => "1" "status" => 1 "created_at" => "2021-06-27 13:39:37" "updated_at" => "2021-06-27 13:39:37" ] #original: array:8 [ "id" => 12 "name" => "Kwait dainar" "symbol" => "KWD" "code" => "KWD" "exchange_rate" => "1" "status" => 1 "created_at" => "2021-06-27 13:39:37" "updated_at" => "2021-06-27 13:39:37" ] #changes: [] #casts: array:4 [ "id" => "integer" "status" => "boolean" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: array:5 [ 0 => "name" 1 => "symbol" 2 => "code" 3 => "exchange_rate" 4 => "status" ] #guarded: array:1 [ 0 => "*" ] } "currency_code" => "KWD" "currency_symbol" => "KWD" "currency_exchange_rate" => "1" "_token" => "gbAyEoQQxeHTO7HhEGgUF6e6uMLB5SmKRPUMYB9z" "guest_id" => 224376 "currency_symbol_position" => "right" "company_email" => "info@bunyan.shop" "_previous" => array:1 [ "url" => "https://mybunyan.com/products?data_from=latest&page=1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-08 21:45:43GET/products?data_from=latest&page=133611987