The Outlet

Home> The Outlet
Copyright Angelic Bridal PTY LTD | All Rights Reserved | Privacy | Terms | Developed by Unify SoftTech
Request history8.2.27PHP Version261msRequest Duration27MBMemory UsageGET {category}Route
    • Booting (140ms)time
    • Application (121ms)time
    • 1 x Booting (53.76%)
      140ms
      1 x Application (46.24%)
      121ms
      10 templates were rendered
      • products.product-listingproduct-listing.blade.php#?blade
      • products.filterfilter.blade.php#?blade
      • products.listinglisting.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • layouts.webweb.blade.php#?blade
      • includes.topbartopbar.blade.php#?blade
      • includes.contactcontact.blade.php#?blade
      • includes.footerfooter.blade.php#?blade
      • includes.home-slidershome-sliders.php#?php
      • includes.main-slider-jsmain-slider-js.php#?php
      uri
      GET {category}
      middleware
      web
      controller
      App\Http\Controllers\ProductController@index
      namespace
      where
      as
      productListing
      file
      app/Http/Controllers/ProductController.php:24-301
      32 statements were executed, 6 of which were duplicates, 26 unique. Show only duplicated23.82ms
      • select * from `necklines` where `name` in ('Cap Sleeves', 'high Neckline', 'sleeves', 'sweetheart', 'boat Neckline', 'strapeless')
        900μsunifysofttech_angelicbridal2024ProductController.php#91
        Bindings
        • 0: Cap Sleeves
        • 1: high Neckline
        • 2: sleeves
        • 3: sweetheart
        • 4: boat Neckline
        • 5: strapeless
        Backtrace
        • 15. app/Http/Controllers/ProductController.php:91
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select min(`price`) as aggregate from `product_variations` where `active` = 1
        560μsunifysofttech_angelicbridal2024ProductController.php#96
        Bindings
        • 0: 1
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:96
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select max(`price`) as aggregate from `product_variations` where `active` = 1
        870μsunifysofttech_angelicbridal2024ProductController.php#97
        Bindings
        • 0: 1
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:97
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `categories` where `alias` = 'the-outlet' limit 1
        590μsunifysofttech_angelicbridal2024ProductController.php#135
        Bindings
        • 0: the-outlet
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:135
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `categories` where `parent_id` = 2
        440μsunifysofttech_angelicbridal2024ProductController.php#141
        Bindings
        • 0: 2
        Backtrace
        • 15. app/Http/Controllers/ProductController.php:141
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select count(*) as aggregate from `product_variations` where exists (select * from `products` where `product_variations`.`product_id` = `products`.`id` and exists (select * from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`cat_id` where `products`.`id` = `product_categories`.`product_id` and `categories`.`id` in (2)) and exists (select * from `necklines` inner join `product_necklines` on `necklines`.`id` = `product_necklines`.`neckline_id` where `products`.`id` = `product_necklines`.`product_id` and `necklines`.`id` in (1, 4, 6, 8, 11, 12)) and `active` = 1 order by `rank` asc) and `active` = 1
        1.59msunifysofttech_angelicbridal2024ProductController.php#213
        Bindings
        • 0: 2
        • 1: 1
        • 2: 4
        • 3: 6
        • 4: 8
        • 5: 11
        • 6: 12
        • 7: 1
        • 8: 1
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:213
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `product_variations` where exists (select * from `products` where `product_variations`.`product_id` = `products`.`id` and exists (select * from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`cat_id` where `products`.`id` = `product_categories`.`product_id` and `categories`.`id` in (2)) and exists (select * from `necklines` inner join `product_necklines` on `necklines`.`id` = `product_necklines`.`neckline_id` where `products`.`id` = `product_necklines`.`product_id` and `necklines`.`id` in (1, 4, 6, 8, 11, 12)) and `active` = 1 order by `rank` asc) and `active` = 1 limit 8 offset 0
        2.19msunifysofttech_angelicbridal2024ProductController.php#213
        Bindings
        • 0: 2
        • 1: 1
        • 2: 4
        • 3: 6
        • 4: 8
        • 5: 11
        • 6: 12
        • 7: 1
        • 8: 1
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:213
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `products` where `products`.`id` in (1, 11, 26)
        1.43msunifysofttech_angelicbridal2024ProductController.php#213
        Backtrace
        • 21. app/Http/Controllers/ProductController.php:213
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`cat_id` as `pivot_cat_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`cat_id` where `product_categories`.`product_id` in (1, 11, 26)
        1.03msunifysofttech_angelicbridal2024ProductController.php#213
        Backtrace
        • 25. app/Http/Controllers/ProductController.php:213
        • 26. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select `seasons`.*, `product_seasons`.`product_id` as `pivot_product_id`, `product_seasons`.`season_id` as `pivot_season_id` from `seasons` inner join `product_seasons` on `seasons`.`id` = `product_seasons`.`season_id` where `product_seasons`.`product_id` in (1, 11, 26)
        890μsunifysofttech_angelicbridal2024ProductController.php#213
        Backtrace
        • 25. app/Http/Controllers/ProductController.php:213
        • 26. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `product_variation_images` where `product_variation_images`.`product_variation_id` in (1, 12, 45, 46) order by `rank` asc
        820μsunifysofttech_angelicbridal2024ProductController.php#213
        Backtrace
        • 21. app/Http/Controllers/ProductController.php:213
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `colors` where `colors`.`id` in (0, 1, 6)
        530μsunifysofttech_angelicbridal2024ProductController.php#213
        Backtrace
        • 21. app/Http/Controllers/ProductController.php:213
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `categories` where `alias` = 'the-outlet' limit 1
        620μsunifysofttech_angelicbridal2024ProductController.php#219
        Bindings
        • 0: the-outlet
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:219
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `colors` where exists (select * from `product_variations` where `colors`.`id` = `product_variations`.`color_id` and exists (select * from `products` where `product_variations`.`product_id` = `products`.`id` and exists (select * from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`cat_id` where `products`.`id` = `product_categories`.`product_id` and `categories`.`id` in (2)) order by `rank` asc) and `active` = 1 and `active` = 1)
        1.56msunifysofttech_angelicbridal2024ProductController.php#235
        Bindings
        • 0: 2
        • 1: 1
        • 2: 1
        Backtrace
        • 15. app/Http/Controllers/ProductController.php:235
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `silhouettes`
        580μsunifysofttech_angelicbridal2024ProductController.php#243
        Backtrace
        • 18. app/Http/Controllers/ProductController.php:243
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `brands`
        470μsunifysofttech_angelicbridal2024ProductController.php#253
        Backtrace
        • 18. app/Http/Controllers/ProductController.php:253
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `sizes`
        460μsunifysofttech_angelicbridal2024ProductController.php#262
        Backtrace
        • 18. app/Http/Controllers/ProductController.php:262
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `seasons`
        490μsunifysofttech_angelicbridal2024ProductController.php#271
        Backtrace
        • 18. app/Http/Controllers/ProductController.php:271
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `fabrics`
        350μsunifysofttech_angelicbridal2024ProductController.php#280
        Backtrace
        • 18. app/Http/Controllers/ProductController.php:280
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `necklines`
        280μsunifysofttech_angelicbridal2024ProductController.php#289
        Backtrace
        • 18. app/Http/Controllers/ProductController.php:289
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `page_fonts` where `page` = 'product' limit 1
        540μsunifysofttech_angelicbridal2024ProductController.php#292
        Bindings
        • 0: product
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:292
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `page_extras` where `page` = 'product_page' limit 1
        360μsunifysofttech_angelicbridal2024ProductController.php#294
        Bindings
        • 0: product_page
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:294
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:806
      • select * from `page_fonts` where `page` = 'page' limit 1
        980μsunifysofttech_angelicbridal2024Common.php#266
        Bindings
        • 0: page
        Backtrace
        • 16. app/Helpers/Common.php:266
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `page_fonts` where `page` = 'product' limit 1
        780μsunifysofttech_angelicbridal2024Common.php#352
        Bindings
        • 0: product
        Backtrace
        • 16. app/Helpers/Common.php:352
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `services` where `active` = 1 order by `rank` asc
        760μsunifysofttech_angelicbridal2024Common.php#238
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Helpers/Common.php:238
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `active` = 1 and `parent_id` = 0 order by `rank` asc
        530μsunifysofttech_angelicbridal2024Common.php#232
        Bindings
        • 0: 1
        • 1: 0
        Backtrace
        • 15. app/Helpers/Common.php:232
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select `name`, `label` from `menus`
        430μsunifysofttech_angelicbridal2024Common.php#308
        Backtrace
        • 15. app/Helpers/Common.php:308
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menu_fonts` limit 1
        360μsunifysofttech_angelicbridal2024Common.php#321
        Backtrace
        • 19. app/Helpers/Common.php:321
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `active` = 1 and `parent_id` = 1 order by `rank` asc
        550μsunifysofttech_angelicbridal2024Common.php#232
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Helpers/Common.php:232
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `active` = 1 and `parent_id` = 1 order by `rank` asc
        610μsunifysofttech_angelicbridal2024Common.php#232
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Helpers/Common.php:232
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `homepage_sections` where `name` = 'contact' limit 1
        790μsunifysofttech_angelicbridal2024Common.php#210
        Bindings
        • 0: contact
        Backtrace
        • 16. app/Helpers/Common.php:210
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `settings` limit 1
        480μsunifysofttech_angelicbridal2024Common.php#75
        Backtrace
        • 19. app/Helpers/Common.php:75
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      App\Models\ProductVariationImage
      25ProductVariationImage.php#?
      App\Models\Size
      18Size.php#?
      App\Models\Neckline
      17Neckline.php#?
      App\Models\Category
      15Category.php#?
      App\Models\Season
      8Season.php#?
      App\Models\Brand
      7Brand.php#?
      App\Models\Fabric
      6Fabric.php#?
      App\Models\Menu
      5Menu.php#?
      App\Models\ProductVariation
      4ProductVariation.php#?
      App\Models\Color
      4Color.php#?
      App\Models\Service
      4Service.php#?
      App\Models\Product
      3Product.php#?
      App\Models\Silhouette
      3Silhouette.php#?
      App\Models\PageFont
      3PageFont.php#?
      App\Models\PageExtra
      1PageExtra.php#?
      App\Models\MenuFont
      1MenuFont.php#?
      App\Models\HomepageSection
      1HomepageSection.php#?
      App\Models\Settings
      1Settings.php#?
          _token
          uUB9kNHWXjFiO7PXdRy4T1umFOVi3lCsFzcaCaGu
          view_all_flag_products
          false
          _previous
          array:1 [ "url" => "http://unifysofttech.in/angelicbridal.unifysofttech.in/public/the-outlet?neckl...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /the-outlet
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "neckline" => "cap-sleeves,high-neckline,sleeves,sweetheart,boat-neckline,strapeless" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:9 [ "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" ] "cache-control" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6Im5JM1VuM0RKL1hqQzgrLzE4b2lUM2c9PSIsInZhbHVlIjoiVURNajROY24vN2FLTG1UL2V4NGJQS0pwT3hDMFE2T01tOEMyOGpqYkM5NUFRNnN6QWwyZURZeHRHV0pjZDhlUXlSOWNVRXpHdVFzNmNsYm5NL010Q1RUMFNIZ0xLSStzUXVjUHo1NDhjVjV2VjQxdmJKd2V3S1o1YkhxRWlRcWkiLCJtYWMiOiI2ZmQ5MTljYTRkMmFjMmRlYWY0MDNmNzdjZDFlNTA1ZTJmYzQ4MDEzNTFkNDFkZDIzY2YzZTQ0NTQyMDRmNDIwIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6Ijdib2I2OUVBWm9NeVExSEp2eW9oN0E9PSIsInZhbHVlIjoiUTh5cWZIR28wVy80bFpKUHBpdUFua09JMks5TDRDYXlnM2R5N3FpWWNtbHFrTzhnSnhzamw1K3RvdmVPaFVYdnlnRSt0QkEzaGMrSmZxdFA1M1krSDlmWDBVaU8vOW9vSC9oakNXSzVZN2MrZUFTVSs1YzYzbDVMckh6Vy8yMGUiLCJtYWMiOiJlMjBjZmRkMTQyOWMwMWJiMmFiY2U5OGMxMTM2NzU4YTgwNWYyM2M4M2I5ZTFiOTkxNDY2YjJlZjNhYzIwOWZmIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Im5JM1VuM0RKL1hqQzgrLzE4b2lUM2c9PSIsInZhbHVlIjoiVURNajROY24vN2FLTG1UL2V4NGJQS0pwT3hDMFE2T01tOEMyOGpqYkM5NUFRNnN6QWwyZURZeHRHV0pjZDhlUXlSOWNVR" ] "host" => array:1 [ 0 => "unifysofttech.in" ] "pragma" => array:1 [ 0 => "no-cache" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "uUB9kNHWXjFiO7PXdRy4T1umFOVi3lCsFzcaCaGu" "laravel_session" => "uBYZCk3esT11kCTyzzdhBgO7dA41s4CSbY4L80JT" ]
          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 => "Tue, 21 Jan 2025 12:36:19 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJxc3M1aUJqZXpQbld6UDdQbU9tbVE9PSIsInZhbHVlIjoib29ZZTZLc3kyUlpuYW41Q2dpTVJoczRMUzdWaGN1Um5LekZJVStoS1VkbzNBWlNzVkN2TzdnQ3FjUEdtb2s5dnhOYkNLTjM0OVNiQjczZ2Z1TUM0SnQxMGlqRlZ5NzNGK2QvcnlDZEprN3RkRVcwR1VkR1poWmtSdW9BN1oxWDIiLCJtYWMiOiJiNDdlNTUyOTgxZTg3MWRlYzEzOTNkNzQ3NGQwYTg3Nzk1MzVlOGVmZjdmZGNhMzk5OThiZmUwMWUwZTk2OGIwIiwidGFnIjoiIn0%3D; expires=Sun, 20 Mar 2253 20:36:19 GMT; Max-Age=7200000000; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkJxc3M1aUJqZXpQbld6UDdQbU9tbVE9PSIsInZhbHVlIjoib29ZZTZLc3kyUlpuYW41Q2dpTVJoczRMUzdWaGN1Um5LekZJVStoS1VkbzNBWlNzVkN2TzdnQ3FjUEdtb2s5dnhOYkNLT" 1 => "laravel_session=eyJpdiI6ImFSY0VlSlplWU9KdnRtVDA5OXgvV0E9PSIsInZhbHVlIjoiV2doeDFwSG5hcEVQNnRrMFQza09FVmltektYK1cxMWlrMlA0UXRXWjZMelVhZCtoMkY4dXk1NTN0TFc5aEQxU0I3TEVvQlZMUnlvWUZ1MkhxWWxxZmRSM2Z6cHZBMVg3bzF4SG5TM09IdTVZU0VrM2h6SVBCcTdVZmx0RHV5N3ciLCJtYWMiOiI0M2U2ZWNkOGJkN2ZkZDBlMDEzOWZkMTJkZWY3MWVlM2NhZjMyMTUzM2ZiODcwNjI0NzhlMzJiNTljNGVlMTIzIiwidGFnIjoiIn0%3D; expires=Sun, 20 Mar 2253 20:36:19 GMT; Max-Age=7200000000; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6ImFSY0VlSlplWU9KdnRtVDA5OXgvV0E9PSIsInZhbHVlIjoiV2doeDFwSG5hcEVQNnRrMFQza09FVmltektYK1cxMWlrMlA0UXRXWjZMelVhZCtoMkY4dXk1NTN0TFc5aEQxU0I3" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJxc3M1aUJqZXpQbld6UDdQbU9tbVE9PSIsInZhbHVlIjoib29ZZTZLc3kyUlpuYW41Q2dpTVJoczRMUzdWaGN1Um5LekZJVStoS1VkbzNBWlNzVkN2TzdnQ3FjUEdtb2s5dnhOYkNLTjM0OVNiQjczZ2Z1TUM0SnQxMGlqRlZ5NzNGK2QvcnlDZEprN3RkRVcwR1VkR1poWmtSdW9BN1oxWDIiLCJtYWMiOiJiNDdlNTUyOTgxZTg3MWRlYzEzOTNkNzQ3NGQwYTg3Nzk1MzVlOGVmZjdmZGNhMzk5OThiZmUwMWUwZTk2OGIwIiwidGFnIjoiIn0%3D; expires=Sun, 20-Mar-2253 20:36:19 GMT; path=/XSRF-TOKEN=eyJpdiI6IkJxc3M1aUJqZXpQbld6UDdQbU9tbVE9PSIsInZhbHVlIjoib29ZZTZLc3kyUlpuYW41Q2dpTVJoczRMUzdWaGN1Um5LekZJVStoS1VkbzNBWlNzVkN2TzdnQ3FjUEdtb2s5dnhOYkNLT" 1 => "laravel_session=eyJpdiI6ImFSY0VlSlplWU9KdnRtVDA5OXgvV0E9PSIsInZhbHVlIjoiV2doeDFwSG5hcEVQNnRrMFQza09FVmltektYK1cxMWlrMlA0UXRXWjZMelVhZCtoMkY4dXk1NTN0TFc5aEQxU0I3TEVvQlZMUnlvWUZ1MkhxWWxxZmRSM2Z6cHZBMVg3bzF4SG5TM09IdTVZU0VrM2h6SVBCcTdVZmx0RHV5N3ciLCJtYWMiOiI0M2U2ZWNkOGJkN2ZkZDBlMDEzOWZkMTJkZWY3MWVlM2NhZjMyMTUzM2ZiODcwNjI0NzhlMzJiNTljNGVlMTIzIiwidGFnIjoiIn0%3D; expires=Sun, 20-Mar-2253 20:36:19 GMT; path=/; httponlylaravel_session=eyJpdiI6ImFSY0VlSlplWU9KdnRtVDA5OXgvV0E9PSIsInZhbHVlIjoiV2doeDFwSG5hcEVQNnRrMFQza09FVmltektYK1cxMWlrMlA0UXRXWjZMelVhZCtoMkY4dXk1NTN0TFc5aEQxU0I3" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "uUB9kNHWXjFiO7PXdRy4T1umFOVi3lCsFzcaCaGu" "view_all_flag_products" => "false" "_previous" => array:1 [ "url" => "http://unifysofttech.in/angelicbridal.unifysofttech.in/public/the-outlet?neckline=cap-sleeves%2Chigh-neckline%2Csleeves%2Csweetheart%2Cboat-neckline%2Cstrapelesshttp://unifysofttech.in/angelicbridal.unifysofttech.in/public/the-outlet?neckline=cap-sleeves%2Chigh-neckline%2Csleeves%2Csweetheart%2Cboat-neckline%2Cstrapeles" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-21 12:36:19GET/angelicbridal.unifysofttech.in/public/the-outlet?neckline=cap-sleeves%2Chigh-neckline%2Csleeves%2Csweetheart%2Cboat-neckline%2Cstrapeless1032126