İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
0 üründen 0 - 0 arası gösteriliyor
1 x Application (60.49%) | 212ms |
1 x Booting (39.51%) | 138ms |
select * from `slugs` where (`key` = '3-adim-sembolleri-sec' and `prefix` = 'product-categories') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = '3-adim-sembolleri-sec' and `prefix` = 'product-categories')) limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `id` = 32 and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (32) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 32 and `ec_product_categories`.`parent_id` is not null and not `id` = 32 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 22:19:20' OR
ec_products.end_date < '2025-04-08 22:19:20'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 22:19:20' AND
ec_products.end_date >= '2025-04-08 22:19:20'
) 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 22:19:20'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-08 22:19:20' 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 (32, '29')) and `ec_products`.`is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 29 and not `parent_id` = 32 limit 1
Bindings |
|
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 `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (32) and `meta_boxes`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion')
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 (32)) 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 (32))) 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 (32)) 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 (32))
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` from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' where `status` = 'published' and `ec_product_categories`.`id` in (29, 32) 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, 32))) 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 (32)) 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 (32))) 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 (32)) 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, 32))) order by `order` asc
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 `lang_flag` from `languages` where `lang_name` = 'العربية' 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` = 'tr_TR' and `lang_meta_code` = 'tr_TR')
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (4, 5, 6, 7)
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (41, 42, 43, 44, 60, 61, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78) order by `position` asc
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (61) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (41, 42, 43, 44, 60, 61, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (4, 5, 6, 7)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` in (41, 42, 40, 39)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (39, 40, 41, 42) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
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` from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' where `status` = 'published' order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (10)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (10) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (15, 14, 13, 12)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (12, 13, 14, 15) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (16, 19, 17, 18)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (16, 17, 18, 19) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
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` != 'tr_TR' and (`meta`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' and `meta`.`reference_id` = 32)
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 => 32 ] ]
[]
0 of 0array:23 [▼ "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "52.14.200.7" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "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" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cf-ray" => array:1 [▶ 0 => "92d41d9f9b4922f4-ORD" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkxBNGZjUTdqVUZsdVJTUTBmSFRzeUE9PSIsInZhbHVlIjoiYzMxcjBhWkVialVFelI4eGJrSk4wQ3NpWXNEODVMUE05TEUrb1I2cUdWMHdlWTlNUTVPRlowQ3JIY1hFRkUvbFpFTkg3TU5VQnlueDlNbENGcUcxdWsxeW5yazQyVStqWXdQSlhveExLa1JVV3BURG9IN3lVMXFpVmFSSDFDWkgiLCJtYWMiOiIwMWNjNDhhMmE1N2RjYzFkYTMzNDVkYWNhMjBiN2ZhNzRmOTYyODg1OTQ0YzNmZGI2Yzc2NjAxMTNkZTlhN2E4IiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6IlJGSXpRS3RhNFVqQ1EyUlZyNVF6Y3c9PSIsInZhbHVlIjoieUNaaEZHMU9ONEVScmlWeU9zMGRaTzhvN1NoaTU5WjZqSVA3WEo2YStvaHdQaTNGWlBWU0phZkR2SjllY3FJMWo2MUhHNFhPVU9XaUJSMXhZOGtxeU5iNFhqRHhtbTRIeTlUTjhVSkU2S2F0S05xVktad2VUZitzZENEV0kzRksiLCJtYWMiOiIwYWMzNDQ2Y2MzMDMyMzYwNmRiODlmNWY0YjI4ZGRlYmVjNzE1ZjhkODUyMTAyZDE0YzU5NzgzNTAxOGEzODViIiwidGFnIjoiIn0%3D; lumo_footprints_cookie=eyJpdiI6ImlWeHpHVGZTQitpdVFySHVIby9HSGc9PSIsInZhbHVlIjoiRjRDWlFrcjhiUU1lUkp0bmxJcU92WmhCVUk1ajNmRlhJeWttUFRDM29ybXpOS25YdVZrc3V6Sm52S2hZWERIQ0JtRWhlMGpoODY3eUJlK0hkQmh0QmFkaUM3Uml1dEo5TDdtR1FZeGZTN3grdFYzSWJpYlFqM0xRT090NThtMDMiLCJtYWMiOiJjODgxZDIyZGIzNjk2MTI4YTA3YzRlNzM4MzE2YmNkZmI3MDY3MGViNjdmOWE0MzE0MWZmYWEzNWFlZTIwM2JjIiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6Im82MVdJNXJKZjAwaDZmSnFNTm1qRFE9PSIsInZhbHVlIjoiK1p5ZUJvY3p3U2N1ZENBNjl3M2xYTTFLa0ZWNm9oU0RleUo0R1BFWWlNVWk4UTV6ZEJIUXU1K2NmOVcrRVlSem9pMEQyV29DRU83N1F2eVNxbWpWTkpVYmFtMC9ZclIxcVl0cE42bHB6ZDN1dnJUemRYeUlYcnZhMmx6R0lDelpiZ3V2QXNWQUE2aTJXeWVvc2hjYVhJMkpvbmYvT0tPUmhsaEdLYk1rNnlyRXR6UUE1Z3BvOWNzY3pGaFBPeVplVE1WWjBEZnhxcVVJbFN0dVRHYUhNN2s0VWZLV3J0SVhwcDBBS245M3k2dm8wMVU1R2gyVjFWeHNRNTlPS2tPdm5SU282ekZPdndHUHY0TjVaY1pra1dtdkFrMU9CWldPRlUwOFg4RE1MSHNwQ3kzSkZtSUlBOGhBMEJqaGN2WmV5dWdiTlNJZCtGVjZPemhJemoydXUyMk1oZEZFVENzSEhlWk9STU1uQUtSekhmN2Yxc2IyeVdxaWFyZWRSQ3FNNUovQnV0alZCcTA0Z2hVMXZRc3FTeGN6T2ZVRS9JRGtkc1hmRVZBTGdQazdIWmFsTmg2K0VOK3cyUXdndzJqQnF4UUlyL2RYckdQdndURndhaUFSZFlyWEp6SnlCUG5Db3R1M3RqTnMySmRXVHhETzJ6bENGWDVrM2UxS2kwNEIzL1RxVTFWZkhXNE9iT3hvcWlMNEQ3UEovaTIzWXBiaTM1WGFBSXZBeEhJNWdleGVGTGNiTlNwY1kwenMwQVpNbENhMlVBaVFGRU55VlVNTldPY3p6dz09IiwibWFjIjoiNTdhODM5ZjczZmI0ZmFiMjQ2Mjc4YTY3NWFmZjRiMmQzOGFkMzUwM2M2MWI3ODQyNmRiYjE1ZTQyOGY0NjBlNyIsInRhZyI6IiJ9 ◀XSRF-TOKEN=eyJpdiI6IkxBNGZjUTdqVUZsdVJTUTBmSFRzeUE9PSIsInZhbHVlIjoiYzMxcjBhWkVialVFelI4eGJrSk4wQ3NpWXNEODVMUE05TEUrb1I2cUdWMHdlWTlNUTVPRlowQ3JIY1hFRkUvbFpFTkg3T ▶" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "x-forwarded-for" => array:1 [▶ 0 => "52.14.200.7" ] ]
0 of 0array:4 [▼ "XSRF-TOKEN" => "zJuhNgTUXTjkbGChWbBH2IBdcAqeNplfqSONs0VU" "lumo_session" => "NUK526jdaiZifk32NKQA2p9Dr78ccmyj8OUEgT5g" "lumo_footprints_cookie" => "18a953bfa7e565a0ee4d39840990031a7fbfafd0" "lumo_footprints_cookie_data" => "{"footprint":"18a953bfa7e565a0ee4d39840990031a7fbfafd0","ip":"172.71.255.75","landing_domain":"www.demo.lumocomm.com","landing_page":"tr\/product-categories\/3-adim-sembolleri-sec","landing_params":"categories%5B0%5D=29","referral":null,"gclid":null,"fclid":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"utm_term":null,"utm_content":null,"referrer_url":null,"referrer_domain":null} ◀{"footprint":"18a953bfa7e565a0ee4d39840990031a7fbfafd0","ip":"172.71.255.75","landing_domain":"www.demo.lumocomm.com","landing_page":"tr\/product-categories\/3- ▶" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 08 Apr 2025 19:19:20 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:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkczQlhYL041R0RuYnFpTDMyR0s0Qnc9PSIsInZhbHVlIjoiS3JzMWhRMGV6RU1NU0MvaFBnTkZTY3lQRHpETEd0clEzRnlvYkJKS3oyTDVIakxpRUpyVmdMeFlaaHNmVUkxYUkxTS9pdCtqRTJnbUhzMjNRQnlSZkc3L0ZlT3JNb3M1cXZSZzRPaVhDSStyNkFKZkNCTUJGVTBHWkZDdmtZWEsiLCJtYWMiOiJiNmZlZGY3MzRiZWM5YTNjMWFjNzZlZWEyNGQ5YTVjZDE3ZTk2YzUxM2Y5ZDU2NjY4NWE5ZGIyZDE2MjU0YTQ3IiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 21:19:20 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IkczQlhYL041R0RuYnFpTDMyR0s0Qnc9PSIsInZhbHVlIjoiS3JzMWhRMGV6RU1NU0MvaFBnTkZTY3lQRHpETEd0clEzRnlvYkJKS3oyTDVIakxpRUpyVmdMeFlaaHNmVUkxYUkxTS9pd ▶" 1 => "lumo_session=eyJpdiI6InJNYnd3OXd0Mk5OL0tzdnEyeldXbXc9PSIsInZhbHVlIjoiaEhPcElyYjlvVU1iUTBWSUhpRjFEclI4Ny9OWjRwUzNaMTVLVzdhaTNBVnY4cXBGTHNMaVdBUXRZT2pYZEpMOHBrZ3VFNUNIYUJWTmZmUndBbFRYRVdhNzFiNVA3TWVjQ2sybVgvQVM2REYzdWRORjRTa2RhR2lqa05VM2NOS0ciLCJtYWMiOiJjZDk2MTNlNDFkMmVlNTFkYTg0OGZlNmRlMTkyODlkOWQ2MTNlNzU0MDg0NzZkOTQwZjg4ZTcwMjI4NzY1NTQzIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 21:19:20 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6InJNYnd3OXd0Mk5OL0tzdnEyeldXbXc9PSIsInZhbHVlIjoiaEhPcElyYjlvVU1iUTBWSUhpRjFEclI4Ny9OWjRwUzNaMTVLVzdhaTNBVnY4cXBGTHNMaVdBUXRZT2pYZEpMOHBrZ3V ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkczQlhYL041R0RuYnFpTDMyR0s0Qnc9PSIsInZhbHVlIjoiS3JzMWhRMGV6RU1NU0MvaFBnTkZTY3lQRHpETEd0clEzRnlvYkJKS3oyTDVIakxpRUpyVmdMeFlaaHNmVUkxYUkxTS9pdCtqRTJnbUhzMjNRQnlSZkc3L0ZlT3JNb3M1cXZSZzRPaVhDSStyNkFKZkNCTUJGVTBHWkZDdmtZWEsiLCJtYWMiOiJiNmZlZGY3MzRiZWM5YTNjMWFjNzZlZWEyNGQ5YTVjZDE3ZTk2YzUxM2Y5ZDU2NjY4NWE5ZGIyZDE2MjU0YTQ3IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 21:19:20 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IkczQlhYL041R0RuYnFpTDMyR0s0Qnc9PSIsInZhbHVlIjoiS3JzMWhRMGV6RU1NU0MvaFBnTkZTY3lQRHpETEd0clEzRnlvYkJKS3oyTDVIakxpRUpyVmdMeFlaaHNmVUkxYUkxTS9pd ▶" 1 => "lumo_session=eyJpdiI6InJNYnd3OXd0Mk5OL0tzdnEyeldXbXc9PSIsInZhbHVlIjoiaEhPcElyYjlvVU1iUTBWSUhpRjFEclI4Ny9OWjRwUzNaMTVLVzdhaTNBVnY4cXBGTHNMaVdBUXRZT2pYZEpMOHBrZ3VFNUNIYUJWTmZmUndBbFRYRVdhNzFiNVA3TWVjQ2sybVgvQVM2REYzdWRORjRTa2RhR2lqa05VM2NOS0ciLCJtYWMiOiJjZDk2MTNlNDFkMmVlNTFkYTg0OGZlNmRlMTkyODlkOWQ2MTNlNzU0MDg0NzZkOTQwZjg4ZTcwMjI4NzY1NTQzIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 21:19:20 GMT; path=/; httponly ◀lumo_session=eyJpdiI6InJNYnd3OXd0Mk5OL0tzdnEyeldXbXc9PSIsInZhbHVlIjoiaEhPcElyYjlvVU1iUTBWSUhpRjFEclI4Ny9OWjRwUzNaMTVLVzdhaTNBVnY4cXBGTHNMaVdBUXRZT2pYZEpMOHBrZ3V ▶" ] ]
0 of 0array:5 [▼ "_token" => "zJuhNgTUXTjkbGChWbBH2IBdcAqeNplfqSONs0VU" "language" => "tr" "_flash" => array:2 [▶ "new" => [] "old" => [] ] "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/product-categories/3-adim-sembolleri-sec?categories%5B0%5D=29" ] "PHPDEBUGBAR_STACK_DATA" => [] ]