1 x Application (52.85%) | 705.62ms |
1 x Booting (46.65%) | 622.75ms |
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 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
select * from `sessions` where `id` = 'ytCa5oLDMABt6Azaf8Xp10DhECMDWKqAaemlBkK4' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `key` = 'chong-nang' 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` = 120 and `ec_product_categories`.`status` = 'published' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (120) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `ec_product_categories` where `ec_product_categories`.`parent_id` = 120 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-05-10 06:00:40' OR
ec_products.end_date < '2025-05-10 06:00:40'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-05-10 06:00:40' AND
ec_products.end_date >= '2025-05-10 06:00:40'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-05-10 06:00:40'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-05-10 06:00:40' 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 (120)) and `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 105 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (120) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where (`ec_product_categories`.`parent_id` = 120 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 `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` >= 1746856541
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `sessions` where `user_id` is not null and `last_activity` >= 1746856541
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` = 'ytCa5oLDMABt6Azaf8Xp10DhECMDWKqAaemlBkK4' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
insert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiWGVQYVFRd1dzZ2NHVGxBdllBMFVCTWFmWW5uWE9mdWNMajNZUVJlQiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDI6Imh0dHBzOi8vd3d3LmNpdHl2ZXQudm4vZGFuaC1tdWMvY2hvbmctbmFuZyI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1746856841, '', '18.117.101.118', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'ytCa5oLDMABt6Azaf8Xp10DhECMDWKqAaemlBkK4')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `sessions` where `id` = 'ytCa5oLDMABt6Azaf8Xp10DhECMDWKqAaemlBkK4' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
0 of 0array:1 [▼ "categories" => array:1 [▶ 0 => 120 ] ]
0 of 0array:1 [▼ "categories" => array:1 [▶ 0 => 120 ] ]
0 of 0array:15 [▼ "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" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [▶ 0 => "www.cityvet.vn" ] "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)" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] ]
0 of 0array:43 [▼ "PATH" => "/bin:/usr/bin" "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_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_HOST" => "www.cityvet.vn" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "DOCUMENT_ROOT" => "/home/cityvet.vn/public_html/public" "REMOTE_ADDR" => "18.117.101.118" "REMOTE_PORT" => "34139" "SERVER_ADDR" => "118.69.172.239" "SERVER_NAME" => "www.cityvet.vn" "SERVER_ADMIN" => "info@triluc.vn" "SERVER_PORT" => "443" "REQUEST_URI" => "/danh-muc/chong-nang" "REDIRECT_URL" => "/danh-muc/chong-nang" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_128_GCM_SHA256" "SSL_CIPHER_USEKEYSIZE" => "128" "SSL_CIPHER_ALGKEYSIZE" => "128" "LSWS_EDITION" => "Openlitespeed 1.8.3" "X-LSCACHE" => "on,crawler" "SCRIPT_FILENAME" => "/home/cityvet.vn/public_html/public/index.php" "QUERY_STRING" => "" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1746856840.1327 "REQUEST_TIME" => 1746856840 ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 10 May 2025 06:00:41 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=eyJpdiI6InNyVk1zTmZKZ3ozU1p6b0tKRlZuMUE9PSIsInZhbHVlIjoiU3Y1WkhScGF2SGplbGhkLzVHcnFEZ1JuZkxRSmswUlFxZzlGb25Jc2hsaUtuZU1TNjhqaW1qS1B4ejVRU1hDQ2JHRGUreXlwdjNqVWtreWwxRDhyWDZNTVduYS9Zejl3TFdSOE1PV0pmOHFPT2FGb1N4RGprUzVhVVdUMGNEUGsiLCJtYWMiOiI1OTg0ZDc4NTIxZjE0ODg3MGYxNWViZjY5M2NkM2NmODEwNDdlOGNiY2FlNmVjYTI0OWIyNWYzMDcxYTRhZGIyIiwidGFnIjoiIn0%3D; expires=Sat, 10-May-2025 08:00:41 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6InNyVk1zTmZKZ3ozU1p6b0tKRlZuMUE9PSIsInZhbHVlIjoiU3Y1WkhScGF2SGplbGhkLzVHcnFEZ1JuZkxRSmswUlFxZzlGb25Jc2hsaUtuZU1TNjhqaW1qS1B4ejVRU1hDQ2JHRGUre ▶" 1 => "botble_session=eyJpdiI6Im1ibDdHaTdTQWZlaTBqeFhtZkwzemc9PSIsInZhbHVlIjoiTUVPbGgzZmRDM2MzQm9qb3Rjc2NqUThNaWJvajVZNGFmekZLL3Vwdkg2TkljT2pwZWduVS9QZWVxS1F6Y2NTaFBXTTg0Ulp6Y0pmSktMb3RzSXA1TjhCV2JKYXc0aHdjajR6NG5ZOG9ha0lwTUhKR0djeUEzM0Y4WHRFdU1VRTAiLCJtYWMiOiI0NjM4OTE0NTAyMTk5ZGIxOTY1NGNiMDk1YmQxYjMyZWEyMWJhZmU5N2RkZTU5MWI4Zjc2MWFhNGVlZDBjYzA0IiwidGFnIjoiIn0%3D; expires=Sat, 10-May-2025 08:00:41 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6Im1ibDdHaTdTQWZlaTBqeFhtZkwzemc9PSIsInZhbHVlIjoiTUVPbGgzZmRDM2MzQm9qb3Rjc2NqUThNaWJvajVZNGFmekZLL3Vwdkg2TkljT2pwZWduVS9QZWVxS1F6Y2NTaFBXT ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InNyVk1zTmZKZ3ozU1p6b0tKRlZuMUE9PSIsInZhbHVlIjoiU3Y1WkhScGF2SGplbGhkLzVHcnFEZ1JuZkxRSmswUlFxZzlGb25Jc2hsaUtuZU1TNjhqaW1qS1B4ejVRU1hDQ2JHRGUreXlwdjNqVWtreWwxRDhyWDZNTVduYS9Zejl3TFdSOE1PV0pmOHFPT2FGb1N4RGprUzVhVVdUMGNEUGsiLCJtYWMiOiI1OTg0ZDc4NTIxZjE0ODg3MGYxNWViZjY5M2NkM2NmODEwNDdlOGNiY2FlNmVjYTI0OWIyNWYzMDcxYTRhZGIyIiwidGFnIjoiIn0%3D; expires=Sat, 10-May-2025 08:00:41 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6InNyVk1zTmZKZ3ozU1p6b0tKRlZuMUE9PSIsInZhbHVlIjoiU3Y1WkhScGF2SGplbGhkLzVHcnFEZ1JuZkxRSmswUlFxZzlGb25Jc2hsaUtuZU1TNjhqaW1qS1B4ejVRU1hDQ2JHRGUre ▶" 1 => "botble_session=eyJpdiI6Im1ibDdHaTdTQWZlaTBqeFhtZkwzemc9PSIsInZhbHVlIjoiTUVPbGgzZmRDM2MzQm9qb3Rjc2NqUThNaWJvajVZNGFmekZLL3Vwdkg2TkljT2pwZWduVS9QZWVxS1F6Y2NTaFBXTTg0Ulp6Y0pmSktMb3RzSXA1TjhCV2JKYXc0aHdjajR6NG5ZOG9ha0lwTUhKR0djeUEzM0Y4WHRFdU1VRTAiLCJtYWMiOiI0NjM4OTE0NTAyMTk5ZGIxOTY1NGNiMDk1YmQxYjMyZWEyMWJhZmU5N2RkZTU5MWI4Zjc2MWFhNGVlZDBjYzA0IiwidGFnIjoiIn0%3D; expires=Sat, 10-May-2025 08:00:41 GMT; path=/; httponly ◀botble_session=eyJpdiI6Im1ibDdHaTdTQWZlaTBqeFhtZkwzemc9PSIsInZhbHVlIjoiTUVPbGgzZmRDM2MzQm9qb3Rjc2NqUThNaWJvajVZNGFmekZLL3Vwdkg2TkljT2pwZWduVS9QZWVxS1F6Y2NTaFBXT ▶" ] ]
0 of 0array:4 [▼ "_token" => "XePaQQwWsgcGTlAvYA0UBMafYnnXOfucLj3YQReB" "_previous" => array:1 [▶ "url" => "https://www.cityvet.vn/danh-muc/chong-nang" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]