Watch these videos to learn more about our products
1 x Booting (51.53%) | 206ms |
1 x Application (48.47%) | 194ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
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 |
|
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 |
|
select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `reviews` where `reviews`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `delivery_man_id` is null and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `order_details` where `delivery_status` = 'delivered' and `order_details`.`product_id` in (1, 2, 3, 4, 5, 6, 8)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select avg(rating) average, product_id from `reviews` where `delivery_man_id` is null and `reviews`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `status` = 1 group by `product_id`
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `sellers` where `sellers`.`id` in (1)
Metadata | |
---|---|
Backtrace |
|
select * from `shops` where `shops`.`seller_id` in (1)
Metadata | |
---|---|
Backtrace |
|
select * from `wishlists` where `wishlists`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `customer_id` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_compares` where `product_compares`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `user_id` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 6, 8) and `translations`.`translationable_type` = 'App\Model\Product' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and 0 = 1 order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and 0 = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 373 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (373) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `product_count` from `categories` where `parent_id` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (8, 362, 363, 364, 365, 366, 381, 382, 384, 403) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `brands` where `status` = 1 limit 15
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (4, 5, 6, 7, 8) and `translations`.`translationable_type` = 'App\Model\Brand' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 8 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (369, 370, 371, 372, 373, 399) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 399 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 369 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 370 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 371 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 372 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 373 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 362 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (374, 375) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 374 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 375 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 363 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (376, 377) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 376 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 377 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 364 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (378) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 378 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 365 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (379) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 379 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 366 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (380) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 380 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 381 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 382 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 384 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 403 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (404) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 404 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `solution_menus`
Metadata | |
---|---|
Backtrace |
|
select * from `our_solutions` where `our_solutions`.`solution_menus_id` in (1, 2, 3, 4, 5)
Metadata | |
---|---|
Backtrace |
|
200
0 of 0array:2 [▼ "data_from" => "category" "id" => "373" ]
0 of 0array:2 [▼ "data_from" => "category" "id" => "373" ]
0 of 0array:22 [▼ "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 => "br" ] "host" => array:1 [▶ 0 => "globaltechnologypra.com" ] "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" ] "x-forwarded-for" => array:1 [▶ 0 => "18.216.244.2" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "x-real-ip" => array:1 [▶ 0 => "18.216.244.2" ] "x-real-port" => array:1 [▶ 0 => "19097" ] "x-forwarded-port" => array:1 [▶ 0 => "443" ] "x-port" => array:1 [▶ 0 => "443" ] "x-lscache" => array:1 [▶ 0 => "1" ] "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:59 [▼ "LSPHP_ProcessGroup" => "on" "PATH" => "/usr/local/bin:/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" => "br" "HTTP_HOST" => "globaltechnologypra.com" "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_X_FORWARDED_FOR" => "18.216.244.2" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_REAL_IP" => "18.216.244.2" "HTTP_X_REAL_PORT" => "19097" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_X_PORT" => "443" "HTTP_X_LSCACHE" => "1" "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/u214691740/domains/globaltechnologypra.com/public_html" "REMOTE_ADDR" => "18.216.244.2" "REMOTE_PORT" => "62342" "SERVER_ADDR" => "2a02:4780:11:1775:0:ccb:ef9c:4" "SERVER_NAME" => "globaltechnologypra.com" "SERVER_ADMIN" => "" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/index.php/products?data_from=category&id=373" "PATH_INFO" => "/products" "PATH_TRANSLATED" => "/home/u214691740/domains/globaltechnologypra.com/public_html/products" "PROXY_REMOTE_ADDR" => "2a02:4780:1:25::2" "HTTPS" => "on" "CRAWLER_USLEEP" => "1000" "CRAWLER_LOAD_LIMIT_ENFORCE" => "25" "H_PLATFORM" => "Hostinger" "H_TYPE" => "shared" "H_CANARY" => "false" "H_STAGING" => "false" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_256_GCM_SHA384" "SSL_CIPHER_USEKEYSIZE" => "256" "SSL_CIPHER_ALGKEYSIZE" => "256" "SCRIPT_FILENAME" => "/home/u214691740/domains/globaltechnologypra.com/public_html/index.php" "QUERY_STRING" => "data_from=category&id=373" "SCRIPT_URI" => "https://globaltechnologypra.com/index.php/products" "SCRIPT_URL" => "/index.php/products" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on,crawler,esi,combine" "PHP_SELF" => "/index.php/products" "REQUEST_TIME_FLOAT" => 1747173108.6628 "REQUEST_TIME" => 1747173108 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 13 May 2025 21:51:48 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UOWxnYTdFTmw2N1p5RlNwaWFTS1B3WEN0bWw1Z2RCbStZUFpZaWNZaXFlSEg4cndJM0Uxa1pIRzNabDEiLCJtYWMiOiIxZGM3YmYxYTU4MmI3NmI4ODUzN2NiMjEzZmRiMmQzNDUyZjEzZWY2ZjVlNDEzZmUyODEyMzM5NWY1YjEwZmZmIiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; Max-Age=3600; path=/ ◀XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UO ▶" 1 => "6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMnlEUUFLbjMybk9POXFIY2M1UzN4Z28zaUV5YVBRazVoMFQ0R2NWU21Yb3JWUnEzN2cva1gvUWJjNkxscDRmU3h5VUE1TzgiLCJtYWMiOiI5ODNmMTczNGUzZGVlYTZhYzk0ZWI3NzgwODBhN2ZiMDJmYTU1YTg2OTU5MWNmZWYzZWIzMTk2M2Y0YmJlZWE0IiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; Max-Age=3600; path=/; httponly ◀6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMn ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UOWxnYTdFTmw2N1p5RlNwaWFTS1B3WEN0bWw1Z2RCbStZUFpZaWNZaXFlSEg4cndJM0Uxa1pIRzNabDEiLCJtYWMiOiIxZGM3YmYxYTU4MmI3NmI4ODUzN2NiMjEzZmRiMmQzNDUyZjEzZWY2ZjVlNDEzZmUyODEyMzM5NWY1YjEwZmZmIiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UO ▶" 1 => "6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMnlEUUFLbjMybk9POXFIY2M1UzN4Z28zaUV5YVBRazVoMFQ0R2NWU21Yb3JWUnEzN2cva1gvUWJjNkxscDRmU3h5VUE1TzgiLCJtYWMiOiI5ODNmMTczNGUzZGVlYTZhYzk0ZWI3NzgwODBhN2ZiMDJmYTU1YTg2OTU5MWNmZWYzZWIzMTk2M2Y0YmJlZWE0IiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; path=/; httponly ◀6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMn ▶" ] ]
0 of 0array:17 [▼ "decimal_point_settings" => 2 "product_brand" => 1 "digital_product" => 1 "recaptcha" => array:3 [▶ "status" => 0 "site_key" => "" "secret_key" => "" ] "currency_model" => "single_currency" "language" => array:1 [▶ 0 => array:4 [▶ "id" => "1" "name" => "english" "code" => "en" "status" => 1 ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 3 "system_default_currency_info" => App\Model\Currency {#3337 ▶ #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:8 [▶ "id" => 3 "name" => "Indian Rupi" "symbol" => "₹" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 17:23:04" "updated_at" => "2021-06-04 18:26:38" ] #original: array:8 [▶ "id" => 3 "name" => "Indian Rupi" "symbol" => "₹" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 17:23:04" "updated_at" => "2021-06-04 18:26:38" ] #changes: [] #casts: array:4 [▶ "exchange_rate" => "float" "status" => "integer" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dates: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true #hidden: [] #visible: [] #fillable: [] #guarded: array:1 [▶ 0 => "*" ] } "currency_code" => "INR" "currency_symbol" => "₹" "currency_exchange_rate" => 60.0 "_token" => "7MYvEYkdoJpkYgFbUrV7vyLdaZSqTpIX6mQhuCcp" "_previous" => array:1 [▶ "url" => "https://globaltechnologypra.com/index.php/products?data_from=category&id=373" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]