New arrivals
Brands
Electronic Gadgets
Request history8.2.4PHP Version1.66sRequest Duration52MBMemory UsageGET /Route
  • warninglog[12:38:37] LOG.warning: number_format(): Passing null to parameter #1 ($num) of type float is deprec...
  • warninglog[12:38:37] LOG.warning: number_format(): Passing null to parameter #1 ($num) of type float is deprec...
  • warninglog[12:38:37] LOG.warning: number_format(): Passing null to parameter #1 ($num) of type float is deprec...
  • warninglog[12:38:37] LOG.warning: number_format(): Passing null to parameter #1 ($num) of type float is deprec...
  • warninglog[12:38:37] LOG.warning: number_format(): Passing null to parameter #1 ($num) of type float is deprec...
  • warninglog[12:38:37] LOG.warning: number_format(): Passing null to parameter #1 ($num) of type float is deprec...
  • Booting (372ms)time
  • Application (1.29s)time
  • 1 x Application (77.56%)
    1.29s
    1 x Booting (22.44%)
    372ms
    63 templates were rendered
    • 1x web-views.homehome.blade.php#?blade
    • 1x web-views.partials._home-top-slider_home-top-slider.blade.php#?blade
    • 1x web-views.partials._category-section-home_category-section-home.blade.php#?blade
    • 1x web-views.partials._clearance-sale-products_clearance-sale-products.blade.php#?blade
    • 1x web-views.partials._top-sellers_top-sellers.blade.php#?blade
    • 1x web-views.partials._deal-of-the-day_deal-of-the-day.blade.php#?blade
    • 8x web-views.partials._product-card-2_product-card-2.blade.php#?blade
    • 1x web-views.partials._best-selling_best-selling.blade.php#?blade
    • 1x web-views.partials._top-rated_top-rated.blade.php#?blade
    • 2x web-views.partials._category-wise-product_category-wise-product.blade.php#?blade
    • 32x web-views.partials._category-single-product_category-single-product.blade.php#?blade
    • 1x web-views.partials._company-reliability_company-reliability.blade.php#?blade
    • 1x layouts.front-end.appapp.blade.php#?blade
    • 1x web-views.partials._robotsMetaContentData_robotsMetaContentData.blade.php#?blade
    • 1x system-partials._analytics_script_analytics_script.blade.php#?blade
    • 1x layouts.front-end.partials._modals_modals.blade.php#?blade
    • 1x layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.php#?blade
    • 1x layouts.front-end.partials.modal._buy-now_buy-now.blade.php#?blade
    • 1x layouts.front-end.partials._header_header.blade.php#?blade
    • 1x layouts.front-end.partials._cart_cart.blade.php#?blade
    • 1x layouts.front-end.partials._alert-message_alert-message.blade.php#?blade
    • 1x layouts.front-end.partials._footer_footer.blade.php#?blade
    • 1x layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
    • 1x layouts.front-end.partials._firebase-script_firebase-script.blade.php#?blade
    uri
    GET /
    middleware
    web, maintenance_mode, guestCheck
    controller
    App\Http\Controllers\Web\HomeController@index
    namespace
    App\Http\Controllers\Web
    prefix
    where
    as
    home
    file
    app/Http/Controllers/Web/HomeController.php:46-54
    23 statements were executed (2 duplicates)Show only duplicates24.31ms
    • GuestMiddleware.php#24mappyfy4.11msinsert into `guest_users` (`ip_address`, `updated_at`, `created_at`) values ('3.144.151.6', '2025-05-07 12:38:36', '2025-05-07 12:38:36')
      Bindings
      • 0: 3.144.151.6
      • 1: 2025-05-07 12:38:36
      • 2: 2025-05-07 12:38:36
      Backtrace
      • middleware::guestCheck:24
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • middleware::maintenance_mode:30
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • middleware::api_lang:22
    • CacheManagerTrait.php#347mappyfy4.28msselect * from `products` where (`status` = 1) and (`request_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') order by RAND() limit 1
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      Backtrace
      • app/Traits/CacheManagerTrait.php:347
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • app/Traits/CacheManagerTrait.php:344
      • app/Http/Controllers/Web/HomeController.php:63
    • CacheManagerTrait.php#347mappyfy800μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` in (85) and (`is_active` = 1) and `added_by` in ('admin', 'vendor') and exists (select * from `stock_clearance_setups` where `stock_clearance_products`.`setup_id` = `stock_clearance_setups`.`id` and `is_active` = 1 and date(`duration_start_date`) <= '2025-05-07' and date(`duration_end_date`) >= '2025-05-07' and ((`offer_active_time` = 'specific_time' and time(`offer_active_range_start`) <= '12:38:37' and time(`offer_active_range_end`) >= '12:38:37') or (`offer_active_time` = 'always' and `offer_active_range_start` is null and `offer_active_range_end` is null)))
      Bindings
      • 0: 1
      • 1: admin
      • 2: vendor
      • 3: 1
      • 4: 2025-05-07
      • 5: 2025-05-07
      • 6: specific_time
      • 7: 12:38:37
      • 8: 12:38:37
      • 9: always
      Backtrace
      • app/Traits/CacheManagerTrait.php:347
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • app/Traits/CacheManagerTrait.php:344
      • app/Http/Controllers/Web/HomeController.php:63
    • CacheManagerTrait.php#347mappyfy540μsselect * from `translations` where `translations`.`translationable_id` in (85) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
      Bindings
      • 0: App\Models\Product
      • 1: en
      Backtrace
      • app/Traits/CacheManagerTrait.php:347
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • app/Traits/CacheManagerTrait.php:344
      • app/Http/Controllers/Web/HomeController.php:63
    • CacheManagerTrait.php#347mappyfy840μsselect * from `reviews` where `reviews`.`product_id` in (85) and `delivery_man_id` is null and `status` = 1
      Bindings
      • 0: 1
      Backtrace
      • app/Traits/CacheManagerTrait.php:347
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • app/Traits/CacheManagerTrait.php:344
      • app/Http/Controllers/Web/HomeController.php:63
    • CacheManagerTrait.php#236mappyfy1.28msselect `product_id` from `stock_clearance_products` where (`is_active` = 1) and `added_by` in ('admin', 'vendor') and exists (select * from `stock_clearance_setups` where `stock_clearance_products`.`setup_id` = `stock_clearance_setups`.`id` and `is_active` = 1 and date(`duration_start_date`) <= '2025-05-07' and date(`duration_end_date`) >= '2025-05-07' and ((`offer_active_time` = 'specific_time' and time(`offer_active_range_start`) <= '12:38:37' and time(`offer_active_range_end`) >= '12:38:37') or (`offer_active_time` = 'always' and `offer_active_range_start` is null and `offer_active_range_end` is null))) and exists (select * from `stock_clearance_setups` where `stock_clearance_products`.`setup_id` = `stock_clearance_setups`.`id` and `show_in_homepage` = 1 and `setup_by` in ('admin')) and exists (select *, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_count` from `products` where `stock_clearance_products`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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'))
      Bindings
      • 0: 1
      • 1: admin
      • 2: vendor
      • 3: 1
      • 4: 2025-05-07
      • 5: 2025-05-07
      • 6: specific_time
      • 7: 12:38:37
      • 8: 12:38:37
      • 9: always
      • 10: 1
      • 11: admin
      • 12: 1
      • 13: 1
      • 14: 1
      • 15: approved
      • 16: admin
      • 17: 1
      • 18: digital
      • 19: physical
      Backtrace
      • app/Traits/CacheManagerTrait.php:236
      • app/Http/Controllers/Web/HomeController.php:68
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • product-manager.php#2431mappyfy760μsselect count(*) as aggregate from `products` where (`status` = 1) and (`request_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
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      Backtrace
      • app/Utils/product-manager.php:2431
      • app/Traits/CacheManagerTrait.php:241
      • app/Http/Controllers/Web/HomeController.php:68
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • product-manager.php#1519mappyfy630μsselect `flash_deals`.*, (select count(*) from `flash_deal_products` where `flash_deals`.`id` = `flash_deal_products`.`flash_deal_id`) as `products_count` from `flash_deals` where (`deal_type` = 'flash_deal' and `status` = 1) and date(`start_date`) <= '2025-05-07' and date(`end_date`) >= '2025-05-07' limit 1
      Bindings
      • 0: flash_deal
      • 1: 1
      • 2: 2025-05-07
      • 3: 2025-05-07
      Backtrace
      • app/Utils/product-manager.php:1519
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • app/Utils/product-manager.php:1511
      • app/Http/Controllers/Web/HomeController.php:72
    • product-manager.php#1033mappyfy1.08msselect count(*) as aggregate from `products` where (`status` = 1) and (`request_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 (`featured` = 1)
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: 1
      Backtrace
      • app/Utils/product-manager.php:1033
      • app/Http/Controllers/Web/HomeController.php:78
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • product-manager.php#1261mappyfy510μsselect count(*) as aggregate from `products` where (`status` = 1) and (`request_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')
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      Backtrace
      • app/Utils/product-manager.php:1261
      • app/Http/Controllers/Web/HomeController.php:81
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • product-manager.php#1261mappyfy1.07msselect `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_count`, (select count(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (select avg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_avg_rating` from `products` where (`status` = 1) and (`request_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') order by `order_details_count` desc limit 8 offset 0
      Bindings
      • 0: 1
      • 1: 1
      • 2: 1
      • 3: 1
      • 4: approved
      • 5: admin
      • 6: 1
      • 7: digital
      • 8: physical
      Backtrace
      • app/Utils/product-manager.php:1261
      • app/Http/Controllers/Web/HomeController.php:81
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • product-manager.php#1261mappyfy1.02msselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` in (29, 30, 31, 32, 33, 34, 35, 67) and (`is_active` = 1) and `added_by` in ('admin', 'vendor') and exists (select * from `stock_clearance_setups` where `stock_clearance_products`.`setup_id` = `stock_clearance_setups`.`id` and `is_active` = 1 and date(`duration_start_date`) <= '2025-05-07' and date(`duration_end_date`) >= '2025-05-07' and ((`offer_active_time` = 'specific_time' and time(`offer_active_range_start`) <= '12:38:37' and time(`offer_active_range_end`) >= '12:38:37') or (`offer_active_time` = 'always' and `offer_active_range_start` is null and `offer_active_range_end` is null)))
      Bindings
      • 0: 1
      • 1: admin
      • 2: vendor
      • 3: 1
      • 4: 2025-05-07
      • 5: 2025-05-07
      • 6: specific_time
      • 7: 12:38:37
      • 8: 12:38:37
      • 9: always
      Backtrace
      • app/Utils/product-manager.php:1261
      • app/Http/Controllers/Web/HomeController.php:81
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • product-manager.php#1261mappyfy480μsselect * from `translations` where `translations`.`translationable_id` in (29, 30, 31, 32, 33, 34, 35, 67) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
      Bindings
      • 0: App\Models\Product
      • 1: en
      Backtrace
      • app/Utils/product-manager.php:1261
      • app/Http/Controllers/Web/HomeController.php:81
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • product-manager.php#1261mappyfy410μsselect * from `reviews` where `reviews`.`product_id` in (29, 30, 31, 32, 33, 34, 35, 67) and `delivery_man_id` is null and `status` = 1
      Bindings
      • 0: 1
      Backtrace
      • app/Utils/product-manager.php:1261
      • app/Http/Controllers/Web/HomeController.php:81
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • HomeController.php#94mappyfy660μsselect `deal_of_the_days`.*, `products`.`unit_price` from `deal_of_the_days` inner join `products` on `products`.`id` = `deal_of_the_days`.`product_id` where `products`.`status` = 1 and `deal_of_the_days`.`status` = 1 limit 1
      Bindings
      • 0: 1
      • 1: 1
      Backtrace
      • app/Http/Controllers/Web/HomeController.php:94
      • app/Http/Controllers/Web/HomeController.php:50
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • Banner.php#67mappyfy760μsselect * from `storages` where `storages`.`data_type` = 'App\\Models\\Banner' and `storages`.`data_id` = 4 and `storages`.`data_id` is not null
      Bindings
      • 0: App\Models\Banner
      • 1: 4
      Backtrace
      • app/Models/Banner.php:67
      • view::web-views.partials._home-top-slider:45
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • Banner.php#67mappyfy390μsselect * from `storages` where `storages`.`data_type` = 'App\\Models\\Banner' and `storages`.`data_id` = 2 and `storages`.`data_id` is not null
      Bindings
      • 0: App\Models\Banner
      • 1: 2
      Backtrace
      • app/Models/Banner.php:67
      • view::web-views.partials._home-top-slider:45
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • _header.blade.php#37mappyfy980μsselect * from `currencies` where `status` = 1
      Bindings
      • 0: 1
      Backtrace
      • view::layouts.front-end.partials._header:37
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • vendor/laravel/framework/src/Illuminate/View/View.php:207
    • cart-manager.php#128mappyfy1.61msselect `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and (`customer_id` = 12835 and `is_guest` = 1) group by `cart_group_id`
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: 1
      • 8: 12835
      • 9: 1
      Backtrace
      • app/Utils/cart-manager.php:128
      • app/Utils/cart-manager.php:59
      • vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • app/Utils/cart-manager.php:58
      • view::layouts.front-end.partials._cart:1
    • cart-manager.php#67mappyfy640μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and 0 = 1
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: 1
      Backtrace
      • app/Utils/cart-manager.php:67
      • view::layouts.front-end.partials._cart:1
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • cart-manager.php#128mappyfy540μsselect `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and (`customer_id` = 12835 and `is_guest` = 1) group by `cart_group_id`
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: 1
      • 8: 12835
      • 9: 1
      Backtrace
      • app/Utils/cart-manager.php:128
      • app/Utils/cart-manager.php:59
      • vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
      • app/Utils/cart-manager.php:58
      • view::layouts.front-end.partials._cart:2
    • cart-manager.php#67mappyfy320μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and 0 = 1 and (`is_checked` = 1)
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: 1
      • 8: 1
      Backtrace
      • app/Utils/cart-manager.php:67
      • view::layouts.front-end.partials._cart:2
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • _footer.blade.php#109mappyfy600μsselect * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-05-07' and date(`end_date`) >= '2025-05-07' limit 1
      Bindings
      • 0: 1
      • 1: flash_deal
      • 2: 2025-05-07
      • 3: 2025-05-07
      Backtrace
      • view::layouts.front-end.partials._footer:109
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • vendor/laravel/framework/src/Illuminate/View/View.php:207
    App\Models\Product
    9Product.php#?
    App\Models\Currency
    3Currency.php#?
    App\Models\Storage
    2Storage.php#?
        system_default_currency_info
        App\Models\Currency {#2104 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
        currency_code
        INR
        currency_symbol
        currency_exchange_rate
        1
        usd
        0.016666666666667
        _token
        sXLpUYXzSHIT9k5CjJs3s4zVcXBQRXUCvlwpc0G9
        guest_id
        12835
        local
        en
        direction
        ltr
        _previous
        array:1 [ "url" => "https://mappyfy.com" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "host" => array:1 [ 0 => "mappyfy.com" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 07 May 2025 12:38:37 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IkkzVTBTQngrd3Q1Y2d1Rmh2MEEyNkE9PSIsInZhbHVlIjoiZEUwbnZJYkdNTGt4TUp5clZLeElGN3FkMWlCQzgrS3NsakNJSk1uNnIzNE5CeDJXQlZzYzE1c2dHWUZVVjFFeWdXR1ZUZk5Jd3ZsUG5IZTNaVS9FVHpjV3RiT3FmcDZmUFBqTnRKMW1UckN2c1Fzc296eGhzbjBHb1VsTTlVam4iLCJtYWMiOiI2MGViOWYzMmJlZjk4NzFkYTJlYTNmYzUwN2IxZGQ3ZWMxYWYyOTEyMTM4Yjc2MDI1MzBhMjA5MWZiNTYzMTNmIiwidGFnIjoiIn0%3D; expires=Wed, 07 May 2025 13:38:38 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IkkzVTBTQngrd3Q1Y2d1Rmh2MEEyNkE9PSIsInZhbHVlIjoiZEUwbnZJYkdNTGt4TUp5clZLeElGN3FkMWlCQzgrS3NsakNJSk1uNnIzNE5CeDJXQlZzYzE1c2dHWUZVVjFFeWdXR1ZUZ" 1 => "6valley1736933341_session=eyJpdiI6IlRPU2VCbHdiaFVMRDZuUTlNR3hBQnc9PSIsInZhbHVlIjoiUDRqL3JYbW9ockJSd3ZpK296MWxGQUNqRUtjSmhFVFVLVEJRUzJ6eUlYVmN6Skg3NnhyamJwM3hDQi81K0Vnc0xXbS80WVJ4dnc1cmJtK1ZpTWlaQWdBMEh2RHdjT2dranUrZG54YlVrWG40aE9wZUFvV2lucDFmbU9XaUFsVmUiLCJtYWMiOiJhZDU2N2NlYTVmZWVlMGE1Zjg3NWNmMTA3MDg0ZTJlMGRlOWI2MGRiZmE1M2MyOTFkZDA3MjcyM2Y2NzFlMzFmIiwidGFnIjoiIn0%3D; expires=Wed, 07 May 2025 13:38:38 GMT; Max-Age=3600; path=/; httponly6valley1736933341_session=eyJpdiI6IlRPU2VCbHdiaFVMRDZuUTlNR3hBQnc9PSIsInZhbHVlIjoiUDRqL3JYbW9ockJSd3ZpK296MWxGQUNqRUtjSmhFVFVLVEJRUzJ6eUlYVmN6Skg3NnhyamJwM3hDQi" 2 => "popup_banner=eyJpdiI6ImJuK3R1aVJlMHgyRjJRbHJzZjF2bnc9PSIsInZhbHVlIjoiRDRkczd1dHB6UGdYMk55NFovY0hySEUwTjllcjZ3YldqVHlpaXNhOFZNa0VOa2ZpcjlTKzBkM0FJdjh5WTJTbyIsIm1hYyI6IjViNTliOGM0ZGE0OGZiZmMwMzY5MzAwYzRhOWE1Yjg3ZDFjNjJlMjlhZTgzZDhhNWFjOGE2OWU1MjFlOGM2YTAiLCJ0YWciOiIifQ%3D%3D; expires=Wed, 07 May 2025 12:39:38 GMT; Max-Age=60; path=/; httponlypopup_banner=eyJpdiI6ImJuK3R1aVJlMHgyRjJRbHJzZjF2bnc9PSIsInZhbHVlIjoiRDRkczd1dHB6UGdYMk55NFovY0hySEUwTjllcjZ3YldqVHlpaXNhOFZNa0VOa2ZpcjlTKzBkM0FJdjh5WTJTbyIsIm1" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IkkzVTBTQngrd3Q1Y2d1Rmh2MEEyNkE9PSIsInZhbHVlIjoiZEUwbnZJYkdNTGt4TUp5clZLeElGN3FkMWlCQzgrS3NsakNJSk1uNnIzNE5CeDJXQlZzYzE1c2dHWUZVVjFFeWdXR1ZUZk5Jd3ZsUG5IZTNaVS9FVHpjV3RiT3FmcDZmUFBqTnRKMW1UckN2c1Fzc296eGhzbjBHb1VsTTlVam4iLCJtYWMiOiI2MGViOWYzMmJlZjk4NzFkYTJlYTNmYzUwN2IxZGQ3ZWMxYWYyOTEyMTM4Yjc2MDI1MzBhMjA5MWZiNTYzMTNmIiwidGFnIjoiIn0%3D; expires=Wed, 07-May-2025 13:38:38 GMT; path=/XSRF-TOKEN=eyJpdiI6IkkzVTBTQngrd3Q1Y2d1Rmh2MEEyNkE9PSIsInZhbHVlIjoiZEUwbnZJYkdNTGt4TUp5clZLeElGN3FkMWlCQzgrS3NsakNJSk1uNnIzNE5CeDJXQlZzYzE1c2dHWUZVVjFFeWdXR1ZUZ" 1 => "6valley1736933341_session=eyJpdiI6IlRPU2VCbHdiaFVMRDZuUTlNR3hBQnc9PSIsInZhbHVlIjoiUDRqL3JYbW9ockJSd3ZpK296MWxGQUNqRUtjSmhFVFVLVEJRUzJ6eUlYVmN6Skg3NnhyamJwM3hDQi81K0Vnc0xXbS80WVJ4dnc1cmJtK1ZpTWlaQWdBMEh2RHdjT2dranUrZG54YlVrWG40aE9wZUFvV2lucDFmbU9XaUFsVmUiLCJtYWMiOiJhZDU2N2NlYTVmZWVlMGE1Zjg3NWNmMTA3MDg0ZTJlMGRlOWI2MGRiZmE1M2MyOTFkZDA3MjcyM2Y2NzFlMzFmIiwidGFnIjoiIn0%3D; expires=Wed, 07-May-2025 13:38:38 GMT; path=/; httponly6valley1736933341_session=eyJpdiI6IlRPU2VCbHdiaFVMRDZuUTlNR3hBQnc9PSIsInZhbHVlIjoiUDRqL3JYbW9ockJSd3ZpK296MWxGQUNqRUtjSmhFVFVLVEJRUzJ6eUlYVmN6Skg3NnhyamJwM3hDQi" 2 => "popup_banner=eyJpdiI6ImJuK3R1aVJlMHgyRjJRbHJzZjF2bnc9PSIsInZhbHVlIjoiRDRkczd1dHB6UGdYMk55NFovY0hySEUwTjllcjZ3YldqVHlpaXNhOFZNa0VOa2ZpcjlTKzBkM0FJdjh5WTJTbyIsIm1hYyI6IjViNTliOGM0ZGE0OGZiZmMwMzY5MzAwYzRhOWE1Yjg3ZDFjNjJlMjlhZTgzZDhhNWFjOGE2OWU1MjFlOGM2YTAiLCJ0YWciOiIifQ%3D%3D; expires=Wed, 07-May-2025 12:39:38 GMT; path=/; httponlypopup_banner=eyJpdiI6ImJuK3R1aVJlMHgyRjJRbHJzZjF2bnc9PSIsInZhbHVlIjoiRDRkczd1dHB6UGdYMk55NFovY0hySEUwTjllcjZ3YldqVHlpaXNhOFZNa0VOa2ZpcjlTKzBkM0FJdjh5WTJTbyIsIm1" ] ]
        session_attributes
        0 of 0
        array:11 [ "system_default_currency_info" => App\Models\Currency {#2104 #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 Rupee" "symbol" => "" "code" => "INR" "exchange_rate" => "1" "status" => 1 "created_at" => "2020-10-15 19:23:04" "updated_at" => "2025-05-06 13:05:18" ] #original: array:8 [ "id" => 3 "name" => "Indian Rupee" "symbol" => "" "code" => "INR" "exchange_rate" => "1" "status" => 1 "created_at" => "2020-10-15 19:23:04" "updated_at" => "2025-05-06 13:05:18" ] #changes: [] #casts: array:4 [ "id" => "integer" "status" => "boolean" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: array:5 [ 0 => "name" 1 => "symbol" 2 => "code" 3 => "exchange_rate" 4 => "status" ] #guarded: array:1 [ 0 => "*" ] } "currency_code" => "INR" "currency_symbol" => "" "currency_exchange_rate" => "1" "usd" => 0.016666666666667 "_token" => "sXLpUYXzSHIT9k5CjJs3s4zVcXBQRXUCvlwpc0G9" "guest_id" => 12835 "local" => "en" "direction" => "ltr" "_previous" => array:1 [ "url" => "https://mappyfy.com" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-07 12:38:38GET/6632314