İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
Showing 0 - 0 of 0 products
1 x Application (51.53%) | 159ms |
1 x Booting (48.46%) | 149ms |
select * from `slugs` where (`key` = 'sembollerini-sec' and `prefix` = 'product-categories') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = 'sembollerini-sec' and `prefix` = 'product-categories')) limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8138)
Backtrace |
|
select * from `ec_product_categories` where `id` = 30 and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (30) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8138)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (30)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 30 and `ec_product_categories`.`parent_id` is not null and not `id` = 30 and `status` = 'published' order by `order` asc
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Backtrace |
|
select count(*) as aggregate from `ec_products` inner join
(
SELECT DISTINCT
ec_products.id,
CASE
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price <> 0
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price = 0
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
(
ec_products.start_date > '2025-04-07 19:48:59' OR
ec_products.end_date < '2025-04-07 19:48:59'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-07 19:48:59' AND
ec_products.end_date >= '2025-04-07 19:48:59'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-04-07 19:48:59'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-07 19:48:59' AND
ec_products.end_date IS NULL
) THEN ec_products.sale_price
ELSE ec_products.price
END AS final_price
FROM ec_products
) AS products_with_final_price
on `products_with_final_price`.`id` = `ec_products`.`id` where `status` = 'published' and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_category_product`.`category_id` in (30)) and `ec_products`.`is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 29 and not `parent_id` = 30 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (29)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 and not `parent_id` = 29 limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `slugs`.`reference_id` = 29 and `slugs`.`reference_id` is not null limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8137)
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (30) and `meta_boxes`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion-ar')
Bindings |
|
Backtrace |
|
select `ec_brands`.*, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (30)) and `status` = 'published' and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand' and `ec_product_categories`.`id` in (30))) order by `order` asc, `products_count` desc, `created_at` desc
Bindings |
|
Backtrace |
|
select `ec_product_tags`.*, (select count(*) from `ec_products` inner join `ec_product_tag_product` on `ec_products`.`id` = `ec_product_tag_product`.`product_id` where `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (30)) and `status` = 'published' and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc, `created_at` desc limit 10
Bindings |
|
Backtrace |
|
select max(`price`) as aggregate from `ec_products` where exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (30))
Bindings |
|
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'ar' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'ar' where `status` = 'published' and `ec_product_categories`.`id` in (29, 30) order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `ec_product_attribute_sets` where `is_searchable` = 1 and `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet' and `id` in (29, 30))) order by `order` asc
Bindings |
|
Backtrace |
|
select `ec_brands`.*, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (30)) and `status` = 'published' and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\Brand' and `ec_product_categories`.`id` in (30))) order by `order` asc, `products_count` desc, `created_at` desc
Bindings |
|
Backtrace |
|
select `ec_product_tags`.*, (select count(*) from `ec_products` inner join `ec_product_tag_product` on `ec_products`.`id` = `ec_product_tag_product`.`product_id` where `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_categories`.`id` in (30)) and `status` = 'published' and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc, `created_at` desc limit 10
Bindings |
|
Backtrace |
|
select * from `ec_product_attribute_sets` where `is_searchable` = 1 and `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_attribute_sets`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Lumo\Ecommerce\Models\ProductAttributeSet' and `id` in (29, 30))) order by `order` asc
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published' and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = 'Lumo\Menu\Models\Menu' and `lang_meta_code` = 'ar' and `lang_meta_code` = 'ar')
Bindings |
|
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'ar' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'ar' where `status` = 'published' order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select `language_meta`.`lang_meta_code`, `language_meta`.`reference_id` from `language_meta` inner join `language_meta` as `meta` on `meta`.`lang_meta_origin` = `language_meta`.`lang_meta_origin` where `language_meta`.`lang_meta_code` != 'ar' and (`meta`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `meta`.`reference_id` = 30)
Bindings |
|
Backtrace |
|
select `key`, `prefix`, `reference_id` from `slugs` where 0 = 1 and `reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
200
0 of 0array:1 [▼ "categories" => array:2 [▶ 0 => 29 1 => 30 ] ]
[]
0 of 0array:23 [▼ "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" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "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" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.21.75.162" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-for" => array:1 [▶ 0 => "3.21.75.162" ] "cf-ray" => array:1 [▶ 0 => "92cb03fea880a1df-MSP" ] ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 07 Apr 2025 16:48:59 GMT" ] "cms-version" => array:1 [▶ 0 => "7.3.6" ] "authorization-at" => array:1 [▶ 0 => "2024-07-08 03:09:32" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjVSbEtSUUpzNEpoTVdzTW9mVlJmQ0E9PSIsInZhbHVlIjoiU3BqY3Ftek1GV3FUaGhaRWFieUJ6UkdIZTQzTVRCdTJHQ05vV0J5MVo0MzRSbnhhUEZabVdaYjIvZ2lUMUZzZUwzbUhaOWlFd1MvdHZuZUdMQXhUbzZERlZPbGRCYmdPMXFEdDc1aGRKc0RKalVVRGQvOUlnNUJiL3FOczc0Q0giLCJtYWMiOiI4YmE3M2U5YjIwNzRlN2UxYzA2YjAzMzRjZWQ3ZDlkOGFkYTdlNmFmY2NiOTM4NGVhZTE4YjJjNThlODg0NGZhIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 18:48:59 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IjVSbEtSUUpzNEpoTVdzTW9mVlJmQ0E9PSIsInZhbHVlIjoiU3BqY3Ftek1GV3FUaGhaRWFieUJ6UkdIZTQzTVRCdTJHQ05vV0J5MVo0MzRSbnhhUEZabVdaYjIvZ2lUMUZzZUwzbUhaO ▶" 1 => "lumo_session=eyJpdiI6Ii9uSWl3ZUlNOXVBNGhZeGNUaDY0amc9PSIsInZhbHVlIjoiREx5VloxQm51UVZjTXpkaURQZTY3ZVgvUDk2SHRJMmtrYnMzN3M1ejh6cWY4eVdhL3FWQlBlWG5LcjA3UFJyUENUZmdGN2c2d3ZPTUprN3V0S2lSZWZqSEU1RDVXaHNiRjY0UmFJajF1YjZXQ3V3N29pTlI2Qzl2ZnlpZjg2ZmIiLCJtYWMiOiJmN2E1MWQ3NGU5MzZmNDUyZTJlMmNmMDFkZjY1ZGFkMzg4ODM0YmY4YmQ1NTBhMzY0NWMxMmI1MTg4MjE3NjU5IiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 18:48:59 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6Ii9uSWl3ZUlNOXVBNGhZeGNUaDY0amc9PSIsInZhbHVlIjoiREx5VloxQm51UVZjTXpkaURQZTY3ZVgvUDk2SHRJMmtrYnMzN3M1ejh6cWY4eVdhL3FWQlBlWG5LcjA3UFJyUENUZmd ▶" 2 => "lumo_footprints_cookie=eyJpdiI6IlVxL21xS2owL3dLcVJkVXdNTmJNL0E9PSIsInZhbHVlIjoibWxKRC9iTCtCeGdQQXF2OEpaZFJmMXI3WkpZaWI3VkVNTnViVVlhb3hCTVYrZVNhb1pVRURnRVROMkx1SktSeXp5VWhmRTg5aDZyVWxrdTZDQ2lORXJpUlJZYVVqV2ZUdHNvT1hnYndUbmh5R1pwdk15TkkxMHptVFdiQ24raEEiLCJtYWMiOiIwZGJiNGU0ZWY5MmQ3ZTM0Y2E2ZjMyMTAyNThhNTE3MjE3Y2E4ZTJmOWUyYWYwMzZmMWJiNmYwZDA5MWFlYzJjIiwidGFnIjoiIn0%3D; expires=Mon, 01 Jun 2026 16:48:59 GMT; Max-Age=36288000; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie=eyJpdiI6IlVxL21xS2owL3dLcVJkVXdNTmJNL0E9PSIsInZhbHVlIjoibWxKRC9iTCtCeGdQQXF2OEpaZFJmMXI3WkpZaWI3VkVNTnViVVlhb3hCTVYrZVNhb1pVRURnRVROMkx1S ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6IlRkYnRiMGRWc281WXkxbHB6cEoxZFE9PSIsInZhbHVlIjoialBBTW1GK2RQWGZSaVJsSDJHYmpHclJzdjFuYldXWmRhQWJGVGlMMFRSOGFaUm1xRHB5WGtPcjlZYjFiUlRYT09YanhDUFJWOEF5QTM3blM3Lzh6emt6Qk40dkRoQUE1ZnJGcWpMMWpsZHB4NStDa2VkM1EraVcxZmxXb1BDcndaeUkvWkUvcWpxckVnTUVHSVZlQm9qcnVxUUVteGZ2TGtIeWl1NkNjbERhR21qUUcwdXJMcExxY3JLbC9FcUh0djkrWFF2ZlNDUks2TWkyZXI1RE9Nb0U3RGhMbVE5a0FmM0FGUmpCWUYzdTJUTEIzSHF6TTJxNnZyZEt6cUVqMDZrUXZ2YWE2UmRSRGp2cnNvclJydU00UlE2dnIyRzBpR3JVcEJFMkEvVko0MHlCZXVEdk1mTW1Ja05CWllLRDFBRzhrYTdnbDFGT2JUbVRTczJhNC9PZzFUMDdGZmRKRzBtQmNPaEM5R1g1Y0lOZFR0emJBMlFuRlZZT2cyWXRLM25BY1ZZek1LYWhqQ3d5ekhhSW5CQ3JmRjFsZmJUVlZNT040bWt6V0JUZXVkVlprdEpaV3d5bTJJcVJmNW5YcWRIS1psMzdGamhBcEtLbnpYOXdDM3daeDZRRkNVM1M3eWZTc0R6QmVYSFVwdkZGcEdPazhReHd6QXVrNldRdHhueDIvZmVFTEkxYnBSaXFGWTdIZmY4WnJFRDZ1Rko1WHI1SG9Xd3FOcHJGYjRjU2VRVjcyVGM1UG95eW5Sa2pTIiwibWFjIjoiMzhmNzFjOWExMTE5ODU2ZmMxMzg2MjJhMzU1MDc5NWNlZWE2MGMyZjAzMzI4ZjM0MjZjYzRhYTc5YTMwOGZjNiIsInRhZyI6IiJ9; expires=Mon, 01 Jun 2026 16:48:59 GMT; Max-Age=36288000; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie_data=eyJpdiI6IlRkYnRiMGRWc281WXkxbHB6cEoxZFE9PSIsInZhbHVlIjoialBBTW1GK2RQWGZSaVJsSDJHYmpHclJzdjFuYldXWmRhQWJGVGlMMFRSOGFaUm1xRHB5WGtPcjlZ ▶" ] "Set-Cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjVSbEtSUUpzNEpoTVdzTW9mVlJmQ0E9PSIsInZhbHVlIjoiU3BqY3Ftek1GV3FUaGhaRWFieUJ6UkdIZTQzTVRCdTJHQ05vV0J5MVo0MzRSbnhhUEZabVdaYjIvZ2lUMUZzZUwzbUhaOWlFd1MvdHZuZUdMQXhUbzZERlZPbGRCYmdPMXFEdDc1aGRKc0RKalVVRGQvOUlnNUJiL3FOczc0Q0giLCJtYWMiOiI4YmE3M2U5YjIwNzRlN2UxYzA2YjAzMzRjZWQ3ZDlkOGFkYTdlNmFmY2NiOTM4NGVhZTE4YjJjNThlODg0NGZhIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 18:48:59 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IjVSbEtSUUpzNEpoTVdzTW9mVlJmQ0E9PSIsInZhbHVlIjoiU3BqY3Ftek1GV3FUaGhaRWFieUJ6UkdIZTQzTVRCdTJHQ05vV0J5MVo0MzRSbnhhUEZabVdaYjIvZ2lUMUZzZUwzbUhaO ▶" 1 => "lumo_session=eyJpdiI6Ii9uSWl3ZUlNOXVBNGhZeGNUaDY0amc9PSIsInZhbHVlIjoiREx5VloxQm51UVZjTXpkaURQZTY3ZVgvUDk2SHRJMmtrYnMzN3M1ejh6cWY4eVdhL3FWQlBlWG5LcjA3UFJyUENUZmdGN2c2d3ZPTUprN3V0S2lSZWZqSEU1RDVXaHNiRjY0UmFJajF1YjZXQ3V3N29pTlI2Qzl2ZnlpZjg2ZmIiLCJtYWMiOiJmN2E1MWQ3NGU5MzZmNDUyZTJlMmNmMDFkZjY1ZGFkMzg4ODM0YmY4YmQ1NTBhMzY0NWMxMmI1MTg4MjE3NjU5IiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 18:48:59 GMT; path=/; httponly ◀lumo_session=eyJpdiI6Ii9uSWl3ZUlNOXVBNGhZeGNUaDY0amc9PSIsInZhbHVlIjoiREx5VloxQm51UVZjTXpkaURQZTY3ZVgvUDk2SHRJMmtrYnMzN3M1ejh6cWY4eVdhL3FWQlBlWG5LcjA3UFJyUENUZmd ▶" 2 => "lumo_footprints_cookie=eyJpdiI6IlVxL21xS2owL3dLcVJkVXdNTmJNL0E9PSIsInZhbHVlIjoibWxKRC9iTCtCeGdQQXF2OEpaZFJmMXI3WkpZaWI3VkVNTnViVVlhb3hCTVYrZVNhb1pVRURnRVROMkx1SktSeXp5VWhmRTg5aDZyVWxrdTZDQ2lORXJpUlJZYVVqV2ZUdHNvT1hnYndUbmh5R1pwdk15TkkxMHptVFdiQ24raEEiLCJtYWMiOiIwZGJiNGU0ZWY5MmQ3ZTM0Y2E2ZjMyMTAyNThhNTE3MjE3Y2E4ZTJmOWUyYWYwMzZmMWJiNmYwZDA5MWFlYzJjIiwidGFnIjoiIn0%3D; expires=Mon, 01-Jun-2026 16:48:59 GMT; path=/; secure; httponly ◀lumo_footprints_cookie=eyJpdiI6IlVxL21xS2owL3dLcVJkVXdNTmJNL0E9PSIsInZhbHVlIjoibWxKRC9iTCtCeGdQQXF2OEpaZFJmMXI3WkpZaWI3VkVNTnViVVlhb3hCTVYrZVNhb1pVRURnRVROMkx1S ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6IlRkYnRiMGRWc281WXkxbHB6cEoxZFE9PSIsInZhbHVlIjoialBBTW1GK2RQWGZSaVJsSDJHYmpHclJzdjFuYldXWmRhQWJGVGlMMFRSOGFaUm1xRHB5WGtPcjlZYjFiUlRYT09YanhDUFJWOEF5QTM3blM3Lzh6emt6Qk40dkRoQUE1ZnJGcWpMMWpsZHB4NStDa2VkM1EraVcxZmxXb1BDcndaeUkvWkUvcWpxckVnTUVHSVZlQm9qcnVxUUVteGZ2TGtIeWl1NkNjbERhR21qUUcwdXJMcExxY3JLbC9FcUh0djkrWFF2ZlNDUks2TWkyZXI1RE9Nb0U3RGhMbVE5a0FmM0FGUmpCWUYzdTJUTEIzSHF6TTJxNnZyZEt6cUVqMDZrUXZ2YWE2UmRSRGp2cnNvclJydU00UlE2dnIyRzBpR3JVcEJFMkEvVko0MHlCZXVEdk1mTW1Ja05CWllLRDFBRzhrYTdnbDFGT2JUbVRTczJhNC9PZzFUMDdGZmRKRzBtQmNPaEM5R1g1Y0lOZFR0emJBMlFuRlZZT2cyWXRLM25BY1ZZek1LYWhqQ3d5ekhhSW5CQ3JmRjFsZmJUVlZNT040bWt6V0JUZXVkVlprdEpaV3d5bTJJcVJmNW5YcWRIS1psMzdGamhBcEtLbnpYOXdDM3daeDZRRkNVM1M3eWZTc0R6QmVYSFVwdkZGcEdPazhReHd6QXVrNldRdHhueDIvZmVFTEkxYnBSaXFGWTdIZmY4WnJFRDZ1Rko1WHI1SG9Xd3FOcHJGYjRjU2VRVjcyVGM1UG95eW5Sa2pTIiwibWFjIjoiMzhmNzFjOWExMTE5ODU2ZmMxMzg2MjJhMzU1MDc5NWNlZWE2MGMyZjAzMzI4ZjM0MjZjYzRhYTc5YTMwOGZjNiIsInRhZyI6IiJ9; expires=Mon, 01-Jun-2026 16:48:59 GMT; path=/; secure; httponly ◀lumo_footprints_cookie_data=eyJpdiI6IlRkYnRiMGRWc281WXkxbHB6cEoxZFE9PSIsInZhbHVlIjoialBBTW1GK2RQWGZSaVJsSDJHYmpHclJzdjFuYldXWmRhQWJGVGlMMFRSOGFaUm1xRHB5WGtPcjlZ ▶" ] ]
0 of 0array:5 [▼ "_token" => "Nnl2Yn26bP7UKft7O10X1ez4apmZw9H5LE80Nabb" "language" => "ar" "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/ar/product-categories/sembollerini-sec" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]