İ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 (52.37%) | 163ms |
1 x Booting (47.63%) | 148ms |
select * from `slugs` where (`key` = '1-adim-luzyonu-sec' and `prefix` = 'product-categories') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = '1-adim-luzyonu-sec' and `prefix` = 'product-categories')) limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8144)
Backtrace |
|
select * from `ec_product_categories` where `id` = 36 and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (36) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8144)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (36)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 36 and `ec_product_categories`.`parent_id` is not null and not `id` = 36 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-08 00:48:17' OR
ec_products.end_date < '2025-04-08 00:48:17'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 00:48:17' AND
ec_products.end_date >= '2025-04-08 00:48:17'
) 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-08 00:48:17'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 00:48:17' 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 (36, '35', '36')) and `ec_products`.`is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 35 and not `parent_id` = 36 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (35)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 34 and not `parent_id` = 35 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (34)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 and not `parent_id` = 34 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` = 34 and `slugs`.`reference_id` is not null limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8142)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `slugs`.`reference_id` = 35 and `slugs`.`reference_id` is not null limit 1
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8143)
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (36) 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 (36)) 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 (36))) 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 (36)) 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 (36))
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 (35, 34, 36) 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 (35, 34, 36))) 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 (36)) 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 (36))) 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 (36)) 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 (35, 34, 36))) 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` = 36)
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:3 [▶ 0 => 35 1 => 34 2 => 36 ] ]
[]
0 of 0array:22 [▼ "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "18.117.114.128" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "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" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "cf-ray" => array:1 [▶ 0 => "92ccba6e7b62eaf0-ORD" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "x-forwarded-for" => array:1 [▶ 0 => "18.117.114.128" ] ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 07 Apr 2025 21:48:17 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=eyJpdiI6IjhGRVBUbnBENG9Rdy9BOWsxUDhod1E9PSIsInZhbHVlIjoiZmg2QTN4bDdxcitUNlZIOU1TNWhZU1JheVBUVTF2R2pWSUd2cGtwUlFmU0s3cFg2cFNDK3poZ3dmMGttYVlETG5hdFN3V0JZRFVrSjJQekx0K3ZPNjV1ZEVjLzdzb2pNN2lDbXRQVXNTaWgyZ0hhWk1nRTVKbkxpNVFIOTk0Q24iLCJtYWMiOiIyMTg4NDVjZWQ4NThmYjBiMDc0ZGZjMDBiNTZlNTU1ZmI3OGFlMzE4MDBiMTVjYTZhMjc0MDA3OGJkNTcyYWNkIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 23:48:17 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IjhGRVBUbnBENG9Rdy9BOWsxUDhod1E9PSIsInZhbHVlIjoiZmg2QTN4bDdxcitUNlZIOU1TNWhZU1JheVBUVTF2R2pWSUd2cGtwUlFmU0s3cFg2cFNDK3poZ3dmMGttYVlETG5hdFN3V ▶" 1 => "lumo_session=eyJpdiI6IkxRdlh2Z0M2dHI1RHo2NUtCdE1vTXc9PSIsInZhbHVlIjoiWWNZU3lYNFlNODcvTDNrSitqVWhVMXRIc2UwZGszOVlncXd1M3J4MVhnUmVvaG9hRUVWUTJlN3lPcEsxWW1zQkVtNzhET3huNElzdUdzRitxUXJDbHM2N25SdjY1emZHejFkNHluTG5hYUpqcCt0ZTliVzUyUFNHM1ExK3NZRHoiLCJtYWMiOiI3NDA2MzVmODRjMWEwNDQ5YjhlOTAwOTBiNTk4OTc0N2QwYTc0NzVkMWU5NzBjMGQxNmRkMWI2ZGI4NjVlMTBhIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 23:48:17 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6IkxRdlh2Z0M2dHI1RHo2NUtCdE1vTXc9PSIsInZhbHVlIjoiWWNZU3lYNFlNODcvTDNrSitqVWhVMXRIc2UwZGszOVlncXd1M3J4MVhnUmVvaG9hRUVWUTJlN3lPcEsxWW1zQkVtNzh ▶" 2 => "lumo_footprints_cookie=eyJpdiI6Ik5IWTlPRVNVV3NrNDU4bWdyc3lzYXc9PSIsInZhbHVlIjoiam9tcXFpS1BYZEZXekR2Tk9OUStFRjVkSEVQb1RNUjgwYVBLazBPNXQ3eVgxNHJsN0VmMitZbGZBNlZ3eFdCZitJTURWWGFMM0s3eExaK2twTkthVDVlVm5SZU1vUzVmR0l2ODBrWjNaNHVneUxJbzVlQXQwcVZSajZpRnZXazMiLCJtYWMiOiIwMDg3ZmFkZTc3YTE1NmZhNzk1NGNmNTQxYjkyMDMwZjA4ZDM3ZTc1NzM0ZTdjYmRmNTg4MWMyNWM0ZTIzODYyIiwidGFnIjoiIn0%3D; expires=Mon, 01 Jun 2026 21:48:17 GMT; Max-Age=36288000; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie=eyJpdiI6Ik5IWTlPRVNVV3NrNDU4bWdyc3lzYXc9PSIsInZhbHVlIjoiam9tcXFpS1BYZEZXekR2Tk9OUStFRjVkSEVQb1RNUjgwYVBLazBPNXQ3eVgxNHJsN0VmMitZbGZBNlZ3e ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6InBJNFZvbXE4WmVHVXR3VXdwVDBPaVE9PSIsInZhbHVlIjoiODdVcG94bDBTN0JPMHY2ZFU2YlBPcFFpbEZkWjNYQXNZQWJ5czdyZEZ1ejJlTm9hZjFuVWFJQndxSDBMbjY5aGgvMjZWOHdUek16QUNFTW85WFVETjJPemx0UVU3WVFnamc1MVBDVFpoNHczd3pKWXBNbGVZOWZ0WlZtWnJ3LzNzVW5seVEwM1Z1Vjhqa0RJMmxsRnE0TG9XSGgzUnZsZUlhKzdNeEgrUDZUT3VFNGFRdS9ZTUcybzFKMGRUZExmVzc0UGdnUzZOcjVUbDdrY1RHa2ZMNGIzWkdMYTNjME9ZVzBtYWZpWXMyNFBMOUpDTWt4SlA2UTYwRjI1bkJKQ3JVRXhKLytteEk0R3dsRXhuT0szdWt6cE03amcvTEZXS2ZuMG5TQW1MTzFyZ3lQd1JERjEwRHVHanpTMldQVU9UeHFQZjZBQXY5VXBEUE90NTF3MUhpbjF0aklPR0xKSXNRdjk5TTM0MmcrMlEvUGl2K0RjbjlKamovZy9XbEF1dk50cUhWbldMZXBkQkpsUGJUSm9sTFV1bFJBeURDOXlSQVJNRkNOUFg0aFlyb0Nrb2VFYUxmQ0N5ZFBrOEM3aUhlME50N3E2NmNKS0lvZnRXWitXRGE4b094NEpZVUNacnBhM3Y0QitOdnIvdkY0ZnFQNnQ0M0lRdXNhZmk1dVVjMXRVVExaSDdHRU1oN0F1eS9Bc3E4dFJaZXRZT2IraE1FeVlJeFM3VTlrS05zVUd5SkZ3WEw3SmhkTCtxTmljNFpjNC9BSjZETmk5MHcwNHZMSGs4RnRhb2NSNnBidStkZVpVc0xlak4yZz0iLCJtYWMiOiJjNDNhNTY5NjI1NmMzOTIyYmNlODQxYjU3NzIxMmQ5NjRjMWYwNmY1NTY4ZmIyYTcwZGNkYzVkYmU5NjAwZTM4IiwidGFnIjoiIn0%3D; expires=Mon, 01 Jun 2026 21:48:17 GMT; Max-Age=36288000; path=/; secure; httponly; samesite=lax ◀lumo_footprints_cookie_data=eyJpdiI6InBJNFZvbXE4WmVHVXR3VXdwVDBPaVE9PSIsInZhbHVlIjoiODdVcG94bDBTN0JPMHY2ZFU2YlBPcFFpbEZkWjNYQXNZQWJ5czdyZEZ1ejJlTm9hZjFuVWFJQndx ▶" ] "Set-Cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjhGRVBUbnBENG9Rdy9BOWsxUDhod1E9PSIsInZhbHVlIjoiZmg2QTN4bDdxcitUNlZIOU1TNWhZU1JheVBUVTF2R2pWSUd2cGtwUlFmU0s3cFg2cFNDK3poZ3dmMGttYVlETG5hdFN3V0JZRFVrSjJQekx0K3ZPNjV1ZEVjLzdzb2pNN2lDbXRQVXNTaWgyZ0hhWk1nRTVKbkxpNVFIOTk0Q24iLCJtYWMiOiIyMTg4NDVjZWQ4NThmYjBiMDc0ZGZjMDBiNTZlNTU1ZmI3OGFlMzE4MDBiMTVjYTZhMjc0MDA3OGJkNTcyYWNkIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 23:48:17 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IjhGRVBUbnBENG9Rdy9BOWsxUDhod1E9PSIsInZhbHVlIjoiZmg2QTN4bDdxcitUNlZIOU1TNWhZU1JheVBUVTF2R2pWSUd2cGtwUlFmU0s3cFg2cFNDK3poZ3dmMGttYVlETG5hdFN3V ▶" 1 => "lumo_session=eyJpdiI6IkxRdlh2Z0M2dHI1RHo2NUtCdE1vTXc9PSIsInZhbHVlIjoiWWNZU3lYNFlNODcvTDNrSitqVWhVMXRIc2UwZGszOVlncXd1M3J4MVhnUmVvaG9hRUVWUTJlN3lPcEsxWW1zQkVtNzhET3huNElzdUdzRitxUXJDbHM2N25SdjY1emZHejFkNHluTG5hYUpqcCt0ZTliVzUyUFNHM1ExK3NZRHoiLCJtYWMiOiI3NDA2MzVmODRjMWEwNDQ5YjhlOTAwOTBiNTk4OTc0N2QwYTc0NzVkMWU5NzBjMGQxNmRkMWI2ZGI4NjVlMTBhIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 23:48:17 GMT; path=/; httponly ◀lumo_session=eyJpdiI6IkxRdlh2Z0M2dHI1RHo2NUtCdE1vTXc9PSIsInZhbHVlIjoiWWNZU3lYNFlNODcvTDNrSitqVWhVMXRIc2UwZGszOVlncXd1M3J4MVhnUmVvaG9hRUVWUTJlN3lPcEsxWW1zQkVtNzh ▶" 2 => "lumo_footprints_cookie=eyJpdiI6Ik5IWTlPRVNVV3NrNDU4bWdyc3lzYXc9PSIsInZhbHVlIjoiam9tcXFpS1BYZEZXekR2Tk9OUStFRjVkSEVQb1RNUjgwYVBLazBPNXQ3eVgxNHJsN0VmMitZbGZBNlZ3eFdCZitJTURWWGFMM0s3eExaK2twTkthVDVlVm5SZU1vUzVmR0l2ODBrWjNaNHVneUxJbzVlQXQwcVZSajZpRnZXazMiLCJtYWMiOiIwMDg3ZmFkZTc3YTE1NmZhNzk1NGNmNTQxYjkyMDMwZjA4ZDM3ZTc1NzM0ZTdjYmRmNTg4MWMyNWM0ZTIzODYyIiwidGFnIjoiIn0%3D; expires=Mon, 01-Jun-2026 21:48:17 GMT; path=/; secure; httponly ◀lumo_footprints_cookie=eyJpdiI6Ik5IWTlPRVNVV3NrNDU4bWdyc3lzYXc9PSIsInZhbHVlIjoiam9tcXFpS1BYZEZXekR2Tk9OUStFRjVkSEVQb1RNUjgwYVBLazBPNXQ3eVgxNHJsN0VmMitZbGZBNlZ3e ▶" 3 => "lumo_footprints_cookie_data=eyJpdiI6InBJNFZvbXE4WmVHVXR3VXdwVDBPaVE9PSIsInZhbHVlIjoiODdVcG94bDBTN0JPMHY2ZFU2YlBPcFFpbEZkWjNYQXNZQWJ5czdyZEZ1ejJlTm9hZjFuVWFJQndxSDBMbjY5aGgvMjZWOHdUek16QUNFTW85WFVETjJPemx0UVU3WVFnamc1MVBDVFpoNHczd3pKWXBNbGVZOWZ0WlZtWnJ3LzNzVW5seVEwM1Z1Vjhqa0RJMmxsRnE0TG9XSGgzUnZsZUlhKzdNeEgrUDZUT3VFNGFRdS9ZTUcybzFKMGRUZExmVzc0UGdnUzZOcjVUbDdrY1RHa2ZMNGIzWkdMYTNjME9ZVzBtYWZpWXMyNFBMOUpDTWt4SlA2UTYwRjI1bkJKQ3JVRXhKLytteEk0R3dsRXhuT0szdWt6cE03amcvTEZXS2ZuMG5TQW1MTzFyZ3lQd1JERjEwRHVHanpTMldQVU9UeHFQZjZBQXY5VXBEUE90NTF3MUhpbjF0aklPR0xKSXNRdjk5TTM0MmcrMlEvUGl2K0RjbjlKamovZy9XbEF1dk50cUhWbldMZXBkQkpsUGJUSm9sTFV1bFJBeURDOXlSQVJNRkNOUFg0aFlyb0Nrb2VFYUxmQ0N5ZFBrOEM3aUhlME50N3E2NmNKS0lvZnRXWitXRGE4b094NEpZVUNacnBhM3Y0QitOdnIvdkY0ZnFQNnQ0M0lRdXNhZmk1dVVjMXRVVExaSDdHRU1oN0F1eS9Bc3E4dFJaZXRZT2IraE1FeVlJeFM3VTlrS05zVUd5SkZ3WEw3SmhkTCtxTmljNFpjNC9BSjZETmk5MHcwNHZMSGs4RnRhb2NSNnBidStkZVpVc0xlak4yZz0iLCJtYWMiOiJjNDNhNTY5NjI1NmMzOTIyYmNlODQxYjU3NzIxMmQ5NjRjMWYwNmY1NTY4ZmIyYTcwZGNkYzVkYmU5NjAwZTM4IiwidGFnIjoiIn0%3D; expires=Mon, 01-Jun-2026 21:48:17 GMT; path=/; secure; httponly ◀lumo_footprints_cookie_data=eyJpdiI6InBJNFZvbXE4WmVHVXR3VXdwVDBPaVE9PSIsInZhbHVlIjoiODdVcG94bDBTN0JPMHY2ZFU2YlBPcFFpbEZkWjNYQXNZQWJ5czdyZEZ1ejJlTm9hZjFuVWFJQndx ▶" ] ]
0 of 0array:5 [▼ "_token" => "a01BZW7XPz0fcMbHD8KiO6Floyc3DtM9j3jwg0hN" "language" => "ar" "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/ar/product-categories/1-adim-luzyonu-sec?categories%5B0%5D=35&categories%5B2%5D=36" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]