F_test_2

(0) 0 Reviews 1 Orders 0 Wish listed
990.00₹ 1,000.00₹
Quantity :
Total price :
  (Tax : )

test

No review given yet!

Fast Delivery all across the country
Safe Payment
7 Days Return Policy
100% Authentic Products
More from the store
F_test_2
990.00₹1,000.00₹ 0.00₹
990.00₹1,000.00₹
Request history8.2.4PHP Version1.55sRequest Duration42MBMemory UsageGET product/{slug}Route
  • warninglog[03:52:10] LOG.warning: Optional parameter $globalScope declared before required parameter $whereHas...
  • warninglog[03:52:10] LOG.warning: Optional parameter $globalScope declared before required parameter $whereHas...
  • Booting (416ms)time
  • Application (1.13s)time
  • 1 x Application (73.05%)
    1.13s
    1 x Booting (26.95%)
    416ms
    28 templates were rendered
    • web-views.products.detailsdetails.blade.php#?blade
    • web-views.partials._productSEOMetaContentData_productSEOMetaContentData.blade.php#?blade
    • web-views.partials._product-reviews_product-reviews.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.partials._inline-single-product-without-eye_inline-single-product-without-eye.blade.php#?blade
    • web-views.products._product-details-sticky_product-details-sticky.blade.php#?blade
    • layouts.front-end.partials.modal._chatting_chatting.blade.php#?blade
    • layouts.front-end.appapp.blade.php#?blade
    • web-views.partials._robotsMetaContentData_robotsMetaContentData.blade.php#?blade
    • system-partials._analytics_script_analytics_script.blade.php#?blade
    • layouts.front-end.partials._modals_modals.blade.php#?blade
    • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.php#?blade
    • layouts.front-end.partials.modal._buy-now_buy-now.blade.php#?blade
    • layouts.front-end.partials._header_header.blade.php#?blade
    • layouts.front-end.partials._cart_cart.blade.php#?blade
    • layouts.front-end.partials._alert-message_alert-message.blade.php#?blade
    • layouts.front-end.partials._footer_footer.blade.php#?blade
    • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
    • layouts.front-end.partials._firebase-script_firebase-script.blade.php#?blade
    uri
    GET product/{slug}
    middleware
    web, maintenance_mode, guestCheck
    controller
    App\Http\Controllers\Web\ProductDetailsController@index
    namespace
    App\Http\Controllers\Web
    prefix
    where
    as
    product
    file
    app/Http/Controllers/Web/ProductDetailsController.php:48-57
    43 statements were executed (8 duplicates)Show only duplicates28.43ms
    • GuestMiddleware.php#24mappyfy5.41msinsert into `guest_users` (`ip_address`, `updated_at`, `created_at`) values ('18.221.201.67', '2025-03-15 03:52:11', '2025-03-15 03:52:11')
      Bindings
      • 0: 18.221.201.67
      • 1: 2025-03-15 03:52:11
      • 2: 2025-03-15 03:52:11
      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
    • ProductRepository.php#131mappyfy790μsselect * 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 `slug` = 'f-test-2-OOgzLz' limit 1
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: f-test-2-OOgzLz
      Backtrace
      • app/Repositories/ProductRepository.php:131
      • app/Http/Controllers/Web/ProductDetailsController.php:61
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#131mappyfy810μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` in (16) 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-03-15' and date(`duration_end_date`) >= '2025-03-15' and ((`offer_active_time` = 'specific_time' and time(`offer_active_range_start`) <= '03:52:11' and time(`offer_active_range_end`) >= '03:52:11') 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-03-15
      • 5: 2025-03-15
      • 6: specific_time
      • 7: 03:52:11
      • 8: 03:52:11
      • 9: always
      Backtrace
      • app/Repositories/ProductRepository.php:131
      • app/Http/Controllers/Web/ProductDetailsController.php:61
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#131mappyfy780μsselect * from `translations` where `translations`.`translationable_id` in (16) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
      Bindings
      • 0: App\Models\Product
      • 1: en
      Backtrace
      • app/Repositories/ProductRepository.php:131
      • app/Http/Controllers/Web/ProductDetailsController.php:61
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#131mappyfy790μsselect * from `reviews` where `reviews`.`product_id` in (16) and `delivery_man_id` is null and `status` = 1
      Bindings
      • 0: 1
      Backtrace
      • app/Repositories/ProductRepository.php:131
      • app/Http/Controllers/Web/ProductDetailsController.php:61
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductDetailsController.php#68mappyfy1.06msselect * from `product_seos` where `product_seos`.`product_id` = 16 limit 1
      Bindings
      • 0: 16
      Backtrace
      • app/Http/Controllers/Web/ProductDetailsController.php:68
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • 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
    • ProductService.php#904mappyfy360μsselect * from `digital_product_authors` where `digital_product_authors`.`product_id` = 16 and `digital_product_authors`.`product_id` is not null
      Bindings
      • 0: 16
      Backtrace
      • app/Services/ProductService.php:904
      • app/Http/Controllers/Web/ProductDetailsController.php:69
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductService.php#925mappyfy460μsselect * from `digital_product_publishing_houses` where `digital_product_publishing_houses`.`product_id` = 16 and `digital_product_publishing_houses`.`product_id` is not null
      Bindings
      • 0: 16
      Backtrace
      • app/Services/ProductService.php:925
      • app/Http/Controllers/Web/ProductDetailsController.php:70
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • WishlistRepository.php#62mappyfy150μsselect count(*) as aggregate from `wishlists` where (`product_id` = 16)
      Bindings
      • 0: 16
      Backtrace
      • app/Repositories/WishlistRepository.php:62
      • app/Http/Controllers/Web/ProductDetailsController.php:73
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ReviewRepository.php#70mappyfy290μsselect count(*) as aggregate from `reviews` where (`product_id` = 16) and `status` = 1
      Bindings
      • 0: 16
      • 1: 1
      Backtrace
      • app/Repositories/ReviewRepository.php:70
      • app/Http/Controllers/Web/ProductDetailsController.php:74
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy610μ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 (`added_by` = 'seller') and `user_id` = 10 and `id` not in (16)
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: seller
      • 8: 10
      • 9: 16
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:89
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy520μ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 (`added_by` = 'seller') and `user_id` = 10
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: seller
      • 8: 10
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:99
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy690μsselect `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1 and `status` = 1) as `reviews_count` 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 (`added_by` = 'seller') and `user_id` = 10 limit 25 offset 0
      Bindings
      • 0: 1
      • 1: 1
      • 2: 1
      • 3: 1
      • 4: approved
      • 5: admin
      • 6: 1
      • 7: digital
      • 8: physical
      • 9: seller
      • 10: 10
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:99
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy360μsselect * from `translations` where `translations`.`translationable_id` in (16) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
      Bindings
      • 0: App\Models\Product
      • 1: en
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:99
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy280μsselect * from `reviews` where `reviews`.`product_id` in (16) and `delivery_man_id` is null and `status` = 1
      Bindings
      • 0: 1
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:99
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • OrderDetailRepository.php#82mappyfy150μsselect count(*) as aggregate from `order_details` where (`product_id` = 16)
      Bindings
      • 0: 16
      Backtrace
      • app/Repositories/OrderDetailRepository.php:82
      • app/Http/Controllers/Web/ProductDetailsController.php:116
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • WishlistRepository.php#62mappyfy150μsselect count(*) as aggregate from `wishlists` where (`product_id` = 16)
      Bindings
      • 0: 16
      Backtrace
      • app/Repositories/WishlistRepository.php:62
      • app/Http/Controllers/Web/ProductDetailsController.php:117
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy440μ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 (`category_id` = 4) and `id` not in (16)
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: 4
      • 8: 16
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:118
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy750μsselect * 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 (`category_id` = 4) and `id` not in (16) limit 12 offset 0
      Bindings
      • 0: 1
      • 1: 1
      • 2: approved
      • 3: admin
      • 4: 1
      • 5: digital
      • 6: physical
      • 7: 4
      • 8: 16
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:118
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy340μsselect * from `reviews` where `reviews`.`product_id` in (3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 15) and `delivery_man_id` is null and `status` = 1
      Bindings
      • 0: 1
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:118
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductRepository.php#352mappyfy330μsselect * from `translations` where `translations`.`translationable_id` in (3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 15) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
      Bindings
      • 0: App\Models\Product
      • 1: en
      Backtrace
      • app/Repositories/ProductRepository.php:352
      • app/Http/Controllers/Web/ProductDetailsController.php:118
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • DealOfTheDayRepository.php#24mappyfy570μsselect * from `deal_of_the_days` where (`product_id` = 16 and `status` = 1) limit 1
      Bindings
      • 0: 16
      • 1: 1
      Backtrace
      • app/Repositories/DealOfTheDayRepository.php:24
      • app/Http/Controllers/Web/ProductDetailsController.php:126
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ProductDetailsController.php#128mappyfy260μsselect * from `sellers` where `sellers`.`id` = 10 limit 1
      Bindings
      • 0: 10
      Backtrace
      • app/Http/Controllers/Web/ProductDetailsController.php:128
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • 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
    • ProductDetailsController.php#128mappyfy280μsselect * from `shops` where `shops`.`seller_id` = 10 and `shops`.`seller_id` is not null limit 1
      Bindings
      • 0: 10
      Backtrace
      • app/Http/Controllers/Web/ProductDetailsController.php:128
      • app/Http/Controllers/Web/ProductDetailsController.php:53
      • 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
    • ProductSeo.php#79mappyfy680μsselect * from `storages` where `storages`.`data_type` = 'App\\Models\\ProductSeo' and `storages`.`data_id` = 16 and `storages`.`data_id` is not null
      Bindings
      • 0: App\Models\ProductSeo
      • 1: 16
      Backtrace
      • app/Models/ProductSeo.php:79
      • view::web-views.partials._productSEOMetaContentData:30
      • 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
    • currency.php#238mappyfy660μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 3 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 3
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy460μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 4 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 4
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy410μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 5 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 5
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy450μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 6 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 6
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy380μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 7 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 7
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy380μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 9 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 9
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy400μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 10 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 10
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy480μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 11 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 11
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy460μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 12 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 12
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy330μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 13 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 13
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • currency.php#238mappyfy300μsselect * from `stock_clearance_products` where `stock_clearance_products`.`product_id` = 15 and `stock_clearance_products`.`product_id` is not null limit 1
      Bindings
      • 0: 15
      Backtrace
      • app/Utils/currency.php:238
      • 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
    • product.php#82mappyfy690μsselect * from `digital_product_variations` where `digital_product_variations`.`product_id` = 16 and `digital_product_variations`.`product_id` is not null
      Bindings
      • 0: 16
      Backtrace
      • app/Utils/product.php:82
      • 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
    • _header.blade.php#37mappyfy1.07msselect * 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.44msselect `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` = 4645 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: 4645
      • 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#67mappyfy730μ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#128mappyfy480μ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` = 4645 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: 4645
      • 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#67mappyfy710μ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#109mappyfy1.29msselect * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-03-15' and date(`end_date`) >= '2025-03-15' limit 1
      Bindings
      • 0: 1
      • 1: flash_deal
      • 2: 2025-03-15
      • 3: 2025-03-15
      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
    13Product.php#?
    App\Models\Currency
    7Currency.php#?
    App\Models\ProductSeo
    1ProductSeo.php#?
    App\Models\Seller
    1Seller.php#?
    App\Models\Shop
    1Shop.php#?
    App\Models\Storage
    1Storage.php#?
        system_default_currency_info
        App\Models\Currency {#1942 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
        currency_code
        INR
        currency_symbol
        currency_exchange_rate
        1
        usd
        0.016666666666667
        _token
        NaL5omTDMNi1F8EtexkAb4U1YGDnEdIxCibuokOc
        guest_id
        4645
        local
        en
        direction
        ltr
        _previous
        array:1 [ "url" => "https://mappyfy.com/product/f-test-2-OOgzLz" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /product/f-test-2-OOgzLz
        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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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 => "Sat, 15 Mar 2025 03:52:11 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlUvbGNpWVpzejVkOFdnQTJ5S0hzVlE9PSIsInZhbHVlIjoiSWE4eHFhcmFHUVBYampBVjF3TG81eHJKTE9EWXRpak82Uno3bHZGVjBPdXZucVpvaERjcHlpNkRxNll2ZDVsbWxPSy9HNnBka1VZL2xnYnpRNzdaZGY4dGdVYjF0VDYrUmNPR0NPK25aRHRwdjBWc1Z6WDY0dStuVjJ3alA1OTgiLCJtYWMiOiJiOTA4MWI3ZGI1ZDZiZTVmMjU5M2MwNTFlNzBhNjQxOTA2ZjA1YjFiNzdlMzc4MWIwOWUyMDdlNTgwZmY3MTVkIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 04:52:12 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IlUvbGNpWVpzejVkOFdnQTJ5S0hzVlE9PSIsInZhbHVlIjoiSWE4eHFhcmFHUVBYampBVjF3TG81eHJKTE9EWXRpak82Uno3bHZGVjBPdXZucVpvaERjcHlpNkRxNll2ZDVsbWxPSy9HN" 1 => "6valley1736933341_session=eyJpdiI6Ijc0cFJSZmxEV0FHWVdwMjEyVnk1OVE9PSIsInZhbHVlIjoiN0Q1akVVcktNS1hwcWZ5eG1qOEhwVGYyWnh5dGFNY0tWRjI1d2FQbiszcmQ3L0VKaCtUSmFDWjVCVXVHZmRHNy85U3Y2MGFqU2Q5WE5lcTVnYUMwaVRCeUJlRmZQK2I4Z3RKdkcySENoVFR2bTduOHNrY1VmOXBmRDNnc3REOHUiLCJtYWMiOiI2YmY1OGNmN2ExODljMjAwYmNiYTk5M2Q2MWE0NmM5Yjk4NTk0MGNlNzk4NjFlYWU0OWZkZTQ3ZGYzOWVlNWY2IiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 04:52:12 GMT; Max-Age=3600; path=/; httponly6valley1736933341_session=eyJpdiI6Ijc0cFJSZmxEV0FHWVdwMjEyVnk1OVE9PSIsInZhbHVlIjoiN0Q1akVVcktNS1hwcWZ5eG1qOEhwVGYyWnh5dGFNY0tWRjI1d2FQbiszcmQ3L0VKaCtUSmFDWjVCVX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlUvbGNpWVpzejVkOFdnQTJ5S0hzVlE9PSIsInZhbHVlIjoiSWE4eHFhcmFHUVBYampBVjF3TG81eHJKTE9EWXRpak82Uno3bHZGVjBPdXZucVpvaERjcHlpNkRxNll2ZDVsbWxPSy9HNnBka1VZL2xnYnpRNzdaZGY4dGdVYjF0VDYrUmNPR0NPK25aRHRwdjBWc1Z6WDY0dStuVjJ3alA1OTgiLCJtYWMiOiJiOTA4MWI3ZGI1ZDZiZTVmMjU5M2MwNTFlNzBhNjQxOTA2ZjA1YjFiNzdlMzc4MWIwOWUyMDdlNTgwZmY3MTVkIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 04:52:12 GMT; path=/XSRF-TOKEN=eyJpdiI6IlUvbGNpWVpzejVkOFdnQTJ5S0hzVlE9PSIsInZhbHVlIjoiSWE4eHFhcmFHUVBYampBVjF3TG81eHJKTE9EWXRpak82Uno3bHZGVjBPdXZucVpvaERjcHlpNkRxNll2ZDVsbWxPSy9HN" 1 => "6valley1736933341_session=eyJpdiI6Ijc0cFJSZmxEV0FHWVdwMjEyVnk1OVE9PSIsInZhbHVlIjoiN0Q1akVVcktNS1hwcWZ5eG1qOEhwVGYyWnh5dGFNY0tWRjI1d2FQbiszcmQ3L0VKaCtUSmFDWjVCVXVHZmRHNy85U3Y2MGFqU2Q5WE5lcTVnYUMwaVRCeUJlRmZQK2I4Z3RKdkcySENoVFR2bTduOHNrY1VmOXBmRDNnc3REOHUiLCJtYWMiOiI2YmY1OGNmN2ExODljMjAwYmNiYTk5M2Q2MWE0NmM5Yjk4NTk0MGNlNzk4NjFlYWU0OWZkZTQ3ZGYzOWVlNWY2IiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 04:52:12 GMT; path=/; httponly6valley1736933341_session=eyJpdiI6Ijc0cFJSZmxEV0FHWVdwMjEyVnk1OVE9PSIsInZhbHVlIjoiN0Q1akVVcktNS1hwcWZ5eG1qOEhwVGYyWnh5dGFNY0tWRjI1d2FQbiszcmQ3L0VKaCtUSmFDWjVCVX" ] ]
        session_attributes
        0 of 0
        array:11 [ "system_default_currency_info" => App\Models\Currency {#1942 #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" => "1" "status" => 1 "created_at" => "2020-10-15 19:23:04" "updated_at" => "2025-02-23 18:51:45" ] #original: array:8 [ "id" => 3 "name" => "Indian Rupi" "symbol" => "" "code" => "INR" "exchange_rate" => "1" "status" => 1 "created_at" => "2020-10-15 19:23:04" "updated_at" => "2025-02-23 18:51:45" ] #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" => "NaL5omTDMNi1F8EtexkAb4U1YGDnEdIxCibuokOc" "guest_id" => 4645 "local" => "en" "direction" => "ltr" "_previous" => array:1 [ "url" => "https://mappyfy.com/product/f-test-2-OOgzLz" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-03-15 03:52:12GET/product/f-test-2-OOgzLz2284324