Welcome to drink2drink Online Shopping Store!
1 x Booting (54.3%) | 308.81ms |
1 x Application (45.66%) | 259.66ms |
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
select * from `slugs` where (`key` = 'others' and `prefix` = 'product-categories') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where (`ec_product_categories`.`id` = 2 and `ec_product_categories`.`status` = 'published') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (2) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 2 and `ec_product_categories`.`parent_id` is not null and `status` = 'published' order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Metadata | |
---|---|
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-28 18:48:51' OR
ec_products.end_date < '2025-04-28 18:48:51'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-28 18:48:51' AND
ec_products.end_date >= '2025-04-28 18:48:51'
) 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-28 18:48:51'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-28 18:48:51' 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 (2)) and `ec_products`.`is_variation` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `ec_products`.*, `products_with_final_price`.`final_price`, (select count(*) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_count`, (select avg(`ec_reviews`.`star`) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_avg` 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-28 18:48:51' OR
ec_products.end_date < '2025-04-28 18:48:51'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-28 18:48:51' AND
ec_products.end_date >= '2025-04-28 18:48:51'
) 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-28 18:48:51'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-28 18:48:51' 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 (2)) and `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 42 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (23) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Product'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_variations` where `ec_product_variations`.`is_default` = 1 and `ec_product_variations`.`configurable_product_id` in (23)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_product_collections`.*, `ec_product_collection_products`.`product_id` as `pivot_product_id`, `ec_product_collection_products`.`product_collection_id` as `pivot_product_collection_id` from `ec_product_collections` inner join `ec_product_collection_products` on `ec_product_collections`.`id` = `ec_product_collection_products`.`product_collection_id` where `ec_product_collection_products`.`product_id` in (23)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_labels`.*, `ec_product_label_products`.`product_id` as `pivot_product_id`, `ec_product_label_products`.`product_label_id` as `pivot_product_label_id` from `ec_product_labels` inner join `ec_product_label_products` on `ec_product_labels`.`id` = `ec_product_label_products`.`product_label_id` where `ec_product_label_products`.`product_id` in (23)
Metadata | |
---|---|
Backtrace |
|
select * from `mp_stores` where `mp_stores`.`id` in (29)
Metadata | |
---|---|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (29) and `slugs`.`reference_type` = 'Botble\Marketplace\Models\Store'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (2) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
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 (2)) 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` = 'Botble\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` = 'Botble\Ecommerce\Models\Brand' and `ec_product_categories`.`id` in (2))) order by `order` asc, `products_count` desc, `created_at` desc
Metadata | |
---|---|
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 (2)) and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc, `created_at` desc limit 10
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `parent_id`, CONCAT(slugs.prefix, "/", slugs.key) as url, `icon`, `icon_image` from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory' where `status` = 'published' and `ec_product_categories`.`id` in (2) order by `ec_product_categories`.`order` asc, `ec_product_categories`.`created_at` desc
Metadata | |
---|---|
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` = 'Botble\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` = 'Botble\Ecommerce\Models\ProductAttributeSet' and `id` in (2))) order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_product_categories`.*, `ec_product_category_product`.`product_id` as `pivot_product_id`, `ec_product_category_product`.`category_id` as `pivot_category_id` from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_product_category_product`.`product_id` = 23
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-04-28 18:48:51' and (`end_date` is null or `end_date` >= '2025-04-28 18:48:51') and (`target` in ('all-orders', 'amount-minimum-order') or (`target` in ('customer', 'group-products', 'products-by-category', 'specific-product', 'product-variant') and `product_quantity` = 1))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_flash_sales` where date(`end_date`) >= '2025-04-28' and `status` = 'published' order by `created_at` desc
Metadata | |
---|---|
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` = 'Botble\Menu\Models\Menu' and `lang_meta_code` = 'en_US' and `lang_meta_code` = 'en_US')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (1, 8, 9, 10, 11, 12, 15, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45) order by `position` asc
Metadata | |
---|---|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (9, 10, 11) and `meta_boxes`.`reference_type` = 'Botble\Menu\Models\MenuNode'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (1, 8, 9, 10, 11, 12, 15, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45) and `meta_boxes`.`reference_type` = 'Botble\Menu\Models\MenuNode'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9)
Metadata | |
---|---|
Backtrace |
|
select * from `pages` where `pages`.`id` in (8)
Metadata | |
---|---|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (8) and `slugs`.`reference_type` = 'Botble\Page\Models\Page'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` in (15)
Metadata | |
---|---|
Backtrace |
|
select * from `widgets` where (`theme` = 'martfury')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (15, 13, 14)
Metadata | |
---|---|
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (13, 14, 15) and `slugs`.`reference_type` = 'Botble\Page\Models\Page'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
0 of 0array:1 [▼ "categories" => array:1 [▶ 0 => 2 ] ]
[]
0 of 0array:19 [▼ "priority" => array:1 [▶ 0 => "u=0, i" ] "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" ] "x-amzn-trace-id" => array:1 [▶ 0 => "Root=1-680fcd92-2c74d0c50ebebcfb5d862c06" ] "host" => array:1 [▶ 0 => "hktefgpo.drink2drink.com" ] "x-forwarded-port" => array:1 [▶ 0 => "443" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "x-forwarded-for" => array:1 [▶ 0 => "3.142.50.218" ] ]
0 of 0array:51 [▼ "USER" => "apache" "HOME" => "/usr/share/httpd" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/product-categories/others" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/product-categories/others" "REMOTE_PORT" => "22392" "SCRIPT_FILENAME" => "/var/www/html/public/index.php" "SERVER_ADMIN" => "root@localhost" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "http" "DOCUMENT_ROOT" => "/var/www/html/public" "REMOTE_ADDR" => "172.31.46.85" "SERVER_PORT" => "80" "SERVER_ADDR" => "172.31.39.111" "SERVER_NAME" => "hktefgpo.drink2drink.com" "SERVER_SOFTWARE" => "Apache/2.4.62 () OpenSSL/1.0.2k-fips" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_X_AMZN_TRACE_ID" => "Root=1-680fcd92-2c74d0c50ebebcfb5d862c06" "HTTP_HOST" => "hktefgpo.drink2drink.com" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_FOR" => "3.142.50.218" "proxy-nokeepalive" => "1" "UNIQUE_ID" => "aA_Nkvk2A_x6Ge_SjQJQ4wAAAAE" "REDIRECT_STATUS" => "200" "REDIRECT_UNIQUE_ID" => "aA_Nkvk2A_x6Ge_SjQJQ4wAAAAE" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1745866130.6796 "REQUEST_TIME" => 1745866130 "HTTPS" => "on" ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 28 Apr 2025 18:48:51 GMT" ] "cms-version" => array:1 [▶ 0 => "6.10.4" ] "authorization-at" => array:1 [▶ 0 => "2024-08-20 17:38:27" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlpXVGo1MHlLUithL1RORjlsb0hGL1E9PSIsInZhbHVlIjoidGhkNjBHRXhwZzNjZkZSaWVIZ1hQU25UaEtleW8rai9UYXZJK1dnK2lSQVM2SkVUNVhqekNaZzhZczBacFQwd3FwNzJnZWxPNzBSOElSeWN3blp6NlpHOWhyM1VYelRRL1dVbXV4dHJzcDVENzEzYnlIT3F1em5GMitJRnphdjQiLCJtYWMiOiIzYjNkZTE3NWEwOWYyMDZhYjJiMDIxNmQ3OWM3ZWZiMWFhODI5NDliOTM3ZGE2MzVhZjA1YmQ1MGU5OGE5MTc4IiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 20:48:51 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IlpXVGo1MHlLUithL1RORjlsb0hGL1E9PSIsInZhbHVlIjoidGhkNjBHRXhwZzNjZkZSaWVIZ1hQU25UaEtleW8rai9UYXZJK1dnK2lSQVM2SkVUNVhqekNaZzhZczBacFQwd3FwNzJnZ ▶" 1 => "botble_session=eyJpdiI6IndXazl4M01DRW1VRlJWOE1sRlVyb2c9PSIsInZhbHVlIjoiYnIreTlyTlRIbld5d3BLbEt4L0k4NHFKZzNONFlhaU5WOGtDajlXaSt1ZzFETWgyKzBJSUJBRGQvRkROSzBrVnBOQ000bzJjNzFCRVJ1YUNlVEk5Nk81MGlwNEtubktGQnh5azRodksvSEpSa3pNS1M3WGFhb1gyTnZLMVJ3c2kiLCJtYWMiOiIzOGE4ZmE5OWY1NzJkNzRlNGUxOWZjYjY4YmM3NWYzOTllNGEwZTNlMmNjZTk1ZDc3ODgwNTFmZDkzYWNlYjRiIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 20:48:51 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6IndXazl4M01DRW1VRlJWOE1sRlVyb2c9PSIsInZhbHVlIjoiYnIreTlyTlRIbld5d3BLbEt4L0k4NHFKZzNONFlhaU5WOGtDajlXaSt1ZzFETWgyKzBJSUJBRGQvRkROSzBrVnBOQ ▶" 2 => "botble_footprints_cookie=eyJpdiI6IldzMUdlK3dTYmlNRzFLWWtGbERKWVE9PSIsInZhbHVlIjoianZTVWZPZ1NjVVg3YUx2eDhGRXUyRUdFcjkrN2FtcHZCMURndDNjNmppaW4xVVd0ZG5QQVI5U2ZLQ2psUXV4ejhyclhXVEo5clZYS0VpeG5KWDlibHBaa05CUDBJME10amJjZlRBQmJzZnRSU0tIWXFlOTFrYWg5Qk5sY0hkUnAiLCJtYWMiOiIyMzFkNTM1Y2NiZTU5Y2FiM2I1ZDRhNzc3YTIzN2I2NDI0ZTgyMmJlOTZjN2Q2NGY2M2Q0MWU0OTU3MDJiMTAyIiwidGFnIjoiIn0%3D; expires=Mon, 22 Jun 2026 18:48:51 GMT; Max-Age=36288000; path=/; httponly; samesite=lax ◀botble_footprints_cookie=eyJpdiI6IldzMUdlK3dTYmlNRzFLWWtGbERKWVE9PSIsInZhbHVlIjoianZTVWZPZ1NjVVg3YUx2eDhGRXUyRUdFcjkrN2FtcHZCMURndDNjNmppaW4xVVd0ZG5QQVI5U2ZLQ2p ▶" 3 => "botble_footprints_cookie_data=eyJpdiI6IlRVODQ0T1JkRVhJa2RlS25vb2JhYnc9PSIsInZhbHVlIjoiMjVtMlpZRG5IMUVhT29tMFB0Nks5S3ZzdDZ2UDcrVWVoOGJQRU8wVXlubDV6eld0YlcyNXd3VExkVjlHUGNoYUlScEQvYTNoSEtIRDZQWHFFZHgwTGczb0NLWGE5Wm9SOW12K1IwN0EyTHRJTzdscnN3UDduN1MxZ0l6ZnRvMXhKUndxT1dHY0V6MjVURVFYZ1JDK0RQU05wY3RBeVVnYzg2c3NHSkE5QUJRa3lORmtTQmo2R1VGUVhJTXFiT3FqRjUxbXgzOEZQSlpuOWUxS1ZHUzhpL1hHOHE0R3F3UzU2OUU4eTcxSmxrNlY2UjVMUng5bXZJTzR4NUcwNVZBWi82RXhtS2NyeXVlekF1c2had0pONDlTdTB3bDNja3BOKzhqUS9CUGxpcTVtNUdsRnJ3b1NLQXE5UUV5dDJjSlY2UDhHMHBoY2tYakd1aGpJZGF5b05ZWUVGN0VwYURyMjNPOFM2ZjV4bUFLT2pRYUxFT28rd2xVb0RlTmpVaDVlcStFNjN3NVZmVEp3N1JiU0FzTkxtTUZ1aVJJMUlxTXNrdTNPcU1UaERBZ3luZzBIUkxrV1RLdWRiTEtyUjFxdjRYbFhuc1ozWmMxbU84R0JVYUV1WittbDRZYVZaMEZXRjA4bTQ1dE54WWVZRW5iYkJTUHpSZW9GMHlScUl3bEprZC8vdzRKSldsU0xZdWNTR1FkRVh3bDl6OXNETCt5NFNyZ3F5M29ldjNVPSIsIm1hYyI6ImJmNWRiZjI5YjlmNmJjMWM1ZDUzOTZkMjU4MDk5MGUxNzI4Y2Q3Y2U4OGMyNjMyYTI4N2I3YjEyZGIxNzFiOWIiLCJ0YWciOiIifQ%3D%3D; expires=Mon, 22 Jun 2026 18:48:51 GMT; Max-Age=36288000; path=/; httponly; samesite=lax ◀botble_footprints_cookie_data=eyJpdiI6IlRVODQ0T1JkRVhJa2RlS25vb2JhYnc9PSIsInZhbHVlIjoiMjVtMlpZRG5IMUVhT29tMFB0Nks5S3ZzdDZ2UDcrVWVoOGJQRU8wVXlubDV6eld0YlcyNXd3VE ▶" ] "Set-Cookie" => array:4 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlpXVGo1MHlLUithL1RORjlsb0hGL1E9PSIsInZhbHVlIjoidGhkNjBHRXhwZzNjZkZSaWVIZ1hQU25UaEtleW8rai9UYXZJK1dnK2lSQVM2SkVUNVhqekNaZzhZczBacFQwd3FwNzJnZWxPNzBSOElSeWN3blp6NlpHOWhyM1VYelRRL1dVbXV4dHJzcDVENzEzYnlIT3F1em5GMitJRnphdjQiLCJtYWMiOiIzYjNkZTE3NWEwOWYyMDZhYjJiMDIxNmQ3OWM3ZWZiMWFhODI5NDliOTM3ZGE2MzVhZjA1YmQ1MGU5OGE5MTc4IiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 20:48:51 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlpXVGo1MHlLUithL1RORjlsb0hGL1E9PSIsInZhbHVlIjoidGhkNjBHRXhwZzNjZkZSaWVIZ1hQU25UaEtleW8rai9UYXZJK1dnK2lSQVM2SkVUNVhqekNaZzhZczBacFQwd3FwNzJnZ ▶" 1 => "botble_session=eyJpdiI6IndXazl4M01DRW1VRlJWOE1sRlVyb2c9PSIsInZhbHVlIjoiYnIreTlyTlRIbld5d3BLbEt4L0k4NHFKZzNONFlhaU5WOGtDajlXaSt1ZzFETWgyKzBJSUJBRGQvRkROSzBrVnBOQ000bzJjNzFCRVJ1YUNlVEk5Nk81MGlwNEtubktGQnh5azRodksvSEpSa3pNS1M3WGFhb1gyTnZLMVJ3c2kiLCJtYWMiOiIzOGE4ZmE5OWY1NzJkNzRlNGUxOWZjYjY4YmM3NWYzOTllNGEwZTNlMmNjZTk1ZDc3ODgwNTFmZDkzYWNlYjRiIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 20:48:51 GMT; path=/; httponly ◀botble_session=eyJpdiI6IndXazl4M01DRW1VRlJWOE1sRlVyb2c9PSIsInZhbHVlIjoiYnIreTlyTlRIbld5d3BLbEt4L0k4NHFKZzNONFlhaU5WOGtDajlXaSt1ZzFETWgyKzBJSUJBRGQvRkROSzBrVnBOQ ▶" 2 => "botble_footprints_cookie=eyJpdiI6IldzMUdlK3dTYmlNRzFLWWtGbERKWVE9PSIsInZhbHVlIjoianZTVWZPZ1NjVVg3YUx2eDhGRXUyRUdFcjkrN2FtcHZCMURndDNjNmppaW4xVVd0ZG5QQVI5U2ZLQ2psUXV4ejhyclhXVEo5clZYS0VpeG5KWDlibHBaa05CUDBJME10amJjZlRBQmJzZnRSU0tIWXFlOTFrYWg5Qk5sY0hkUnAiLCJtYWMiOiIyMzFkNTM1Y2NiZTU5Y2FiM2I1ZDRhNzc3YTIzN2I2NDI0ZTgyMmJlOTZjN2Q2NGY2M2Q0MWU0OTU3MDJiMTAyIiwidGFnIjoiIn0%3D; expires=Mon, 22-Jun-2026 18:48:51 GMT; path=/; httponly ◀botble_footprints_cookie=eyJpdiI6IldzMUdlK3dTYmlNRzFLWWtGbERKWVE9PSIsInZhbHVlIjoianZTVWZPZ1NjVVg3YUx2eDhGRXUyRUdFcjkrN2FtcHZCMURndDNjNmppaW4xVVd0ZG5QQVI5U2ZLQ2p ▶" 3 => "botble_footprints_cookie_data=eyJpdiI6IlRVODQ0T1JkRVhJa2RlS25vb2JhYnc9PSIsInZhbHVlIjoiMjVtMlpZRG5IMUVhT29tMFB0Nks5S3ZzdDZ2UDcrVWVoOGJQRU8wVXlubDV6eld0YlcyNXd3VExkVjlHUGNoYUlScEQvYTNoSEtIRDZQWHFFZHgwTGczb0NLWGE5Wm9SOW12K1IwN0EyTHRJTzdscnN3UDduN1MxZ0l6ZnRvMXhKUndxT1dHY0V6MjVURVFYZ1JDK0RQU05wY3RBeVVnYzg2c3NHSkE5QUJRa3lORmtTQmo2R1VGUVhJTXFiT3FqRjUxbXgzOEZQSlpuOWUxS1ZHUzhpL1hHOHE0R3F3UzU2OUU4eTcxSmxrNlY2UjVMUng5bXZJTzR4NUcwNVZBWi82RXhtS2NyeXVlekF1c2had0pONDlTdTB3bDNja3BOKzhqUS9CUGxpcTVtNUdsRnJ3b1NLQXE5UUV5dDJjSlY2UDhHMHBoY2tYakd1aGpJZGF5b05ZWUVGN0VwYURyMjNPOFM2ZjV4bUFLT2pRYUxFT28rd2xVb0RlTmpVaDVlcStFNjN3NVZmVEp3N1JiU0FzTkxtTUZ1aVJJMUlxTXNrdTNPcU1UaERBZ3luZzBIUkxrV1RLdWRiTEtyUjFxdjRYbFhuc1ozWmMxbU84R0JVYUV1WittbDRZYVZaMEZXRjA4bTQ1dE54WWVZRW5iYkJTUHpSZW9GMHlScUl3bEprZC8vdzRKSldsU0xZdWNTR1FkRVh3bDl6OXNETCt5NFNyZ3F5M29ldjNVPSIsIm1hYyI6ImJmNWRiZjI5YjlmNmJjMWM1ZDUzOTZkMjU4MDk5MGUxNzI4Y2Q3Y2U4OGMyNjMyYTI4N2I3YjEyZGIxNzFiOWIiLCJ0YWciOiIifQ%3D%3D; expires=Mon, 22-Jun-2026 18:48:51 GMT; path=/; httponly ◀botble_footprints_cookie_data=eyJpdiI6IlRVODQ0T1JkRVhJa2RlS25vb2JhYnc9PSIsInZhbHVlIjoiMjVtMlpZRG5IMUVhT29tMFB0Nks5S3ZzdDZ2UDcrVWVoOGJQRU8wVXlubDV6eld0YlcyNXd3VE ▶" ] ]
0 of 0array:5 [▼ "_token" => "Jk0RyctSYEY5rBc1a7yOcwFXlfsE5V4UyuKglsHe" "language" => "en" "_previous" => array:1 [▶ "url" => "https://hktefgpo.drink2drink.com/product-categories/others" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]