1 x Booting (51.02%) | 279.66ms |
1 x Application (48.37%) | 265.16ms |
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
select * from `sessions` where `id` = 'K6kDlYZc3VUXIlDizejjZCjs4yt9yOaB93qEQSRx' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `key` = 'tui-xach' and `reference_type` = 'Botble\Ecommerce\Models\ProductCategory' and `prefix` = 'danh-muc' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 182 and `ec_product_categories`.`status` = 'published' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (182) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `ec_product_categories` where `ec_product_categories`.`parent_id` = 182 and `ec_product_categories`.`parent_id` is not null
Metadata | |
---|---|
Bindings |
|
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-05 21:58:00' OR
ec_products.end_date < '2025-04-05 21:58:00'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-05 21:58:00' AND
ec_products.end_date >= '2025-04-05 21:58:00'
) 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-05 21:58:00'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-05 21:58:00' 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` left join `ec_product_category_product` on `ec_product_category_product`.`product_id` = `ec_products`.`id` where (`ec_product_category_product`.`category_id` in (182)) and `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `ec_products`.*, `products_with_final_price`.`final_price` 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-05 21:58:00' OR
ec_products.end_date < '2025-04-05 21:58:00'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-05 21:58:00' AND
ec_products.end_date >= '2025-04-05 21:58:00'
) 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-05 21:58:00'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-04-05 21:58:00' 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` left join `ec_product_category_product` on `ec_product_category_product`.`product_id` = `ec_products`.`id` where (`ec_product_category_product`.`category_id` in (182)) and `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 20 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (576, 577, 578) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Product'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` in (576, 577, 578)
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 (576, 577, 578)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_attributes`.*, `ec_product_variations`.*, `ec_product_variation_items`.*, `ec_product_attribute_sets`.*, `ec_product_attributes`.`title` as `attribute_title` from `ec_product_variations` inner join `ec_product_variation_items` on `ec_product_variation_items`.`variation_id` = `ec_product_variations`.`id` inner join `ec_product_attributes` on `ec_product_attributes`.`id` = `ec_product_variation_items`.`attribute_id` inner join `ec_product_attribute_sets` on `ec_product_attribute_sets`.`id` = `ec_product_attributes`.`attribute_set_id` where `ec_product_attribute_sets`.`status` = 'published' and `ec_product_attribute_sets`.`is_use_in_product_listing` = 1 and `ec_product_variations`.`configurable_product_id` in (576, 577, 578)
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 (576, 577, 578)
Metadata | |
---|---|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 147 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` = 147 and `slugs`.`reference_id` is not null and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (182) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where (`ec_product_categories`.`parent_id` = 182 and `ec_product_categories`.`status` = 'published' and `is_featured` is null) order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and `is_variation` = 0) as `products_count` from `ec_brands` where `status` = 'published' order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (62, 63, 64, 65) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Brand'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where (`status` = 'published') and (`parent_id` is null or `parent_id` = 0 or `parent_id` = '') order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (144, 145, 146, 147) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (144, 145, 146, 147)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (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, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (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 `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc limit 20
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (148, 149, 150, 151, 152, 153, 154)
Metadata | |
---|---|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167)
Metadata | |
---|---|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178)
Metadata | |
---|---|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (179, 180, 181, 182)
Metadata | |
---|---|
Backtrace |
|
select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-04-05 21:58:00' and (`end_date` is null or `end_date` >= '2025-04-05 21:58:00') and (`target` in ('all-orders', 'amount-minimum-order') or (`target` in ('customer', 'group-products', 'specific-product', 'product-variant') and `product_quantity` = 1))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_flash_sales` where `status` = 'published' and `end_date` >= '2025-04-05' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (5, 6, 7, 8, 9)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (5, 6, 7, 8, 9)
Metadata | |
---|---|
Backtrace |
|
select * from `ec_product_categories` where (`status` = 'published') and (`parent_id` is null or `parent_id` = 0 or `parent_id` = '') order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (144, 145, 146, 147) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (144, 145, 146, 147)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (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, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `blocks` where `blocks`.`id` = 2 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `posts`.* from `posts` inner join `post_categories` on `post_categories`.`post_id` = `posts`.`id` inner join `categories` on `post_categories`.`category_id` = `categories`.`id` where (`posts`.`status` = 'published' and `posts`.`is_featured` = 1) and `post_categories`.`category_id` in (41) order by `posts`.`order` asc limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (100, 102, 103, 104) and `slugs`.`reference_type` = 'Botble\Blog\Models\Post'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `posts`.* from `posts` inner join `post_categories` on `post_categories`.`post_id` = `posts`.`id` inner join `categories` on `post_categories`.`category_id` = `categories`.`id` where (`posts`.`status` = 'published' and `posts`.`is_featured` = 1) and `post_categories`.`category_id` in (42) order by `posts`.`order` asc limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (100, 102, 103, 104) and `slugs`.`reference_type` = 'Botble\Blog\Models\Post'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `custom_fields` where `use_for` = 'Botble\Block\Models\Block' and `use_for_id` = 2 and `slug` = 'bct' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `sessions` where `user_id` is null and `last_activity` >= 1743889980
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where 0 = 1
Metadata | |
---|---|
Backtrace |
|
select * from `sessions` where `user_id` is not null and `last_activity` >= 1743889980
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (1) and `slugs`.`reference_type` = 'Botble\Page\Models\Page'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where (`status` = 'published') and (`parent_id` is null or `parent_id` = 0 or `parent_id` = '') order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (144, 145, 146, 147) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name`, `parent_id` from `ec_product_categories` where `ec_product_categories`.`parent_id` in (144, 145, 146, 147)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (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, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `sessions` where `id` = 'K6kDlYZc3VUXIlDizejjZCjs4yt9yOaB93qEQSRx' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
insert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiQ2IxQktUUjZmSlVCdlVLTlBxaUk0MlFCU3R6UmFFelpSczl4WHhkQiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vY2l0eXZldC52bi9kYW5oLW11Yy90dWkteGFjaCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1743890280, '', '18.191.148.200', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'K6kDlYZc3VUXIlDizejjZCjs4yt9yOaB93qEQSRx')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `sessions` where `id` = 'K6kDlYZc3VUXIlDizejjZCjs4yt9yOaB93qEQSRx' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
0 of 0array:1 [▼ "categories" => array:1 [▶ 0 => 182 ] ]
0 of 0array:1 [▼ "categories" => array:1 [▶ 0 => 182 ] ]
0 of 0array:17 [▼ "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" ] "host" => array:1 [▶ 0 => "cityvet.vn" ] "content-length" => array:1 [▶ 0 => "" ] "content-type" => array:1 [▶ 0 => "" ] ]
0 of 0array:40 [▼ "USER" => "cityvet" "HOME" => "/home/cityvet" "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_HOST" => "cityvet.vn" "HTTPS" => "on" "PATH_INFO" => "" "SERVER_NAME" => "cityvet.vn" "SERVER_PORT" => "443" "SERVER_ADDR" => "125.212.214.71" "REMOTE_PORT" => "52430" "REMOTE_ADDR" => "18.191.148.200" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/home/cityvet/public_html" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/danh-muc/tui-xach" "SCRIPT_NAME" => "/index.php" "SCRIPT_FILENAME" => "/home/cityvet/public_html/public/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SERVER_SOFTWARE" => "nginx" "GATEWAY_INTERFACE" => "CGI/1.1" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743890279.9429 "REQUEST_TIME" => 1743890279 ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 05 Apr 2025 21:58:00 GMT" ] "cms-version" => array:1 [▶ 0 => "5.21" ] "authorization-at" => array:1 [▶ 0 => "2025-03-13 02:23:40" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImRCWWRZcXZPbU5hak5vbUl0dWxUU2c9PSIsInZhbHVlIjoicXdiT3FzUm5pRFNjcy9oRlVMeUI0cmNXQ2xrTisxejQzWlZObW4xT1lEUlR1MkY2VVFyakZFWCswaGJyMTZ0a0RqZmRJZFJxRDFXNlM0dXBhLzJRdm4vUk15T09vZEVrTWQzaEdrMllsOGxzdTc5ZFdCdWpGdjg5TjQ0VGo4MjkiLCJtYWMiOiJiZTBiY2E4Njk2NTFmMzQzOGRiOWFjNzRjOGI0MDgxYTY4ZjAzYmQxNTUyZGFlMWVlOWMzYmFiOTNmZjk5ZDE3IiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 23:58:00 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6ImRCWWRZcXZPbU5hak5vbUl0dWxUU2c9PSIsInZhbHVlIjoicXdiT3FzUm5pRFNjcy9oRlVMeUI0cmNXQ2xrTisxejQzWlZObW4xT1lEUlR1MkY2VVFyakZFWCswaGJyMTZ0a0RqZmRJZ ▶" 1 => "botble_session=eyJpdiI6IjM4NTVBRm9oM0Z6SUhzcGN1cTVpY3c9PSIsInZhbHVlIjoib2JpV3FvZU5jNzRKYzdVNXQyVlNKNXVGSitnYWJUb2N6Uklqa2NVZHVTVUtLVU82c2FEUUJrZStUckQ4M21ZVlhoUDdvOHB6UGw2SHp0Z242Z0p2cmhUaGtadzFKUldxeDNrRWw2YU55Rlc5K0ZSTkRJc2dtcDZnbCtKeldvaWIiLCJtYWMiOiJkNjE1MTZiMWM0ZGZlM2U1Mjk0M2YwZmEyMjU0OGU2OWYxNzA4YzljNjgxMDFjMGYwZmU0YTJkMWMzMmFlZjExIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 23:58:00 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6IjM4NTVBRm9oM0Z6SUhzcGN1cTVpY3c9PSIsInZhbHVlIjoib2JpV3FvZU5jNzRKYzdVNXQyVlNKNXVGSitnYWJUb2N6Uklqa2NVZHVTVUtLVU82c2FEUUJrZStUckQ4M21ZVlhoU ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImRCWWRZcXZPbU5hak5vbUl0dWxUU2c9PSIsInZhbHVlIjoicXdiT3FzUm5pRFNjcy9oRlVMeUI0cmNXQ2xrTisxejQzWlZObW4xT1lEUlR1MkY2VVFyakZFWCswaGJyMTZ0a0RqZmRJZFJxRDFXNlM0dXBhLzJRdm4vUk15T09vZEVrTWQzaEdrMllsOGxzdTc5ZFdCdWpGdjg5TjQ0VGo4MjkiLCJtYWMiOiJiZTBiY2E4Njk2NTFmMzQzOGRiOWFjNzRjOGI0MDgxYTY4ZjAzYmQxNTUyZGFlMWVlOWMzYmFiOTNmZjk5ZDE3IiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 23:58:00 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6ImRCWWRZcXZPbU5hak5vbUl0dWxUU2c9PSIsInZhbHVlIjoicXdiT3FzUm5pRFNjcy9oRlVMeUI0cmNXQ2xrTisxejQzWlZObW4xT1lEUlR1MkY2VVFyakZFWCswaGJyMTZ0a0RqZmRJZ ▶" 1 => "botble_session=eyJpdiI6IjM4NTVBRm9oM0Z6SUhzcGN1cTVpY3c9PSIsInZhbHVlIjoib2JpV3FvZU5jNzRKYzdVNXQyVlNKNXVGSitnYWJUb2N6Uklqa2NVZHVTVUtLVU82c2FEUUJrZStUckQ4M21ZVlhoUDdvOHB6UGw2SHp0Z242Z0p2cmhUaGtadzFKUldxeDNrRWw2YU55Rlc5K0ZSTkRJc2dtcDZnbCtKeldvaWIiLCJtYWMiOiJkNjE1MTZiMWM0ZGZlM2U1Mjk0M2YwZmEyMjU0OGU2OWYxNzA4YzljNjgxMDFjMGYwZmU0YTJkMWMzMmFlZjExIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 23:58:00 GMT; path=/; httponly ◀botble_session=eyJpdiI6IjM4NTVBRm9oM0Z6SUhzcGN1cTVpY3c9PSIsInZhbHVlIjoib2JpV3FvZU5jNzRKYzdVNXQyVlNKNXVGSitnYWJUb2N6Uklqa2NVZHVTVUtLVU82c2FEUUJrZStUckQ4M21ZVlhoU ▶" ] ]
0 of 0array:4 [▼ "_token" => "Cb1BKTR6fJUBvUKNPqiI42QBStzRaEzZRs9xXxdB" "_previous" => array:1 [▶ "url" => "https://cityvet.vn/danh-muc/tui-xach" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]