Ready To Wear

Home> Ready To Wear
Copyright Angelic Bridal PTY LTD | All Rights Reserved | Privacy | Terms | Developed by Unify SoftTech
Request history8.2.27PHP Version237msRequest Duration27MBMemory UsageGET {category}Route
    • Booting (130ms)time
    • Application (106ms)time
    • 1 x Booting (55.04%)
      130ms
      1 x Application (44.96%)
      106ms
      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 duplicated18.46ms
      • select * from `necklines` where `name` in ('Strapeless', 'v Neckline', 'sweetheart', 'boat Neckline', 'scoop', 'off Shoulder', 'sleeves')
        510μsunifysofttech_angelicbridal2024ProductController.php#91
        Bindings
        • 0: Strapeless
        • 1: v Neckline
        • 2: sweetheart
        • 3: boat Neckline
        • 4: scoop
        • 5: off Shoulder
        • 6: sleeves
        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
        390μ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
        350μ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` = 'ready-to-wear' limit 1
        440μsunifysofttech_angelicbridal2024ProductController.php#135
        Bindings
        • 0: ready-to-wear
        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` = 3
        460μsunifysofttech_angelicbridal2024ProductController.php#141
        Bindings
        • 0: 3
        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 (3)) 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, 2, 4, 5, 6, 7, 12)) and `active` = 1 order by `rank` asc) and `active` = 1
        1.2msunifysofttech_angelicbridal2024ProductController.php#213
        Bindings
        • 0: 3
        • 1: 1
        • 2: 2
        • 3: 4
        • 4: 5
        • 5: 6
        • 6: 7
        • 7: 12
        • 8: 1
        • 9: 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 (3)) 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, 2, 4, 5, 6, 7, 12)) and `active` = 1 order by `rank` asc) and `active` = 1 limit 8 offset 0
        870μsunifysofttech_angelicbridal2024ProductController.php#213
        Bindings
        • 0: 3
        • 1: 1
        • 2: 2
        • 3: 4
        • 4: 5
        • 5: 6
        • 6: 7
        • 7: 12
        • 8: 1
        • 9: 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 (32, 34, 35, 36)
        410μ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 `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 (32, 34, 35, 36)
        570μ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 `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 (32, 34, 35, 36)
        600μ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 (49, 50, 51, 52) order by `rank` asc
        640μ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)
        460μ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` = 'ready-to-wear' limit 1
        480μsunifysofttech_angelicbridal2024ProductController.php#219
        Bindings
        • 0: ready-to-wear
        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 (3)) order by `rank` asc) and `active` = 1 and `active` = 1)
        910μsunifysofttech_angelicbridal2024ProductController.php#235
        Bindings
        • 0: 3
        • 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`
        440μ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`
        350μ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`
        420μ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`
        290μ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`
        370μ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`
        370μ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
        600μ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
        960μ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
        1.02msunifysofttech_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
        980μ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
        890μ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
        520μ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`
        690μ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
        340μ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
        460μ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
        470μ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
        640μ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
        360μ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\Neckline
      18Neckline.php#?
      App\Models\Category
      18Category.php#?
      App\Models\Size
      18Size.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\Product
      4Product.php#?
      App\Models\Service
      4Service.php#?
      App\Models\ProductVariationImage
      3ProductVariationImage.php#?
      App\Models\Silhouette
      3Silhouette.php#?
      App\Models\PageFont
      3PageFont.php#?
      App\Models\Color
      1Color.php#?
      App\Models\PageExtra
      1PageExtra.php#?
      App\Models\MenuFont
      1MenuFont.php#?
      App\Models\HomepageSection
      1HomepageSection.php#?
      App\Models\Settings
      1Settings.php#?
          _token
          uPmCLJMR76I6KNafFJp1eJMVPXLZtzNBTb3pgDrV
          view_all_flag_products
          false
          _previous
          array:1 [ "url" => "http://unifysofttech.in/angelicbridal.unifysofttech.in/public/ready-to-wear?ne...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /ready-to-wear
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "neckline" => "strapeless,v-neckline,sweetheart,boat-neckline,scoop,off-shoulder,sleeves" ]
          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=eyJpdiI6ImE4SkdiVUJMTXFuNFo2QmxsZm5WOWc9PSIsInZhbHVlIjoiUnZ2S0NGblZPakU2TXY0RGp1RUFaZFRxS2tBRWRMbmZyVTFnbkhVNlZoa2xNcy9kQ0o5NVZoQzBOYlpXZzQwOUxyMExMLzZ0YzhCR1FXNm8xaXRsN2FBQStaMmszSFJPT2JmcVVoNzM1VU1aeFljL2pvV0RzRUlXWkJDd2RaNUYiLCJtYWMiOiI3ZjczOTgxOGNlNjU5Njc4Zjg2MGVlZTUxNmMwMWE1MTg0ZDQwM2MxMWE1Njc4YWU0NjNhNTY2NDdiZWMyNmI4IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IjZQTFdEZFhzVzhTZ0hKZXc2eGpRRUE9PSIsInZhbHVlIjoiWXZwZDR6WTF2T0xtUXpsQjVHL1RBNFZJdTZDTStrbDYwcjE4YXhDRVZlUzUwa0dwV1BpVC9QcDJDWm1hL3pqTmVzRS82OXF5YmJ1QjFDeE80c2QyNnJwY2NNMGZnRC9sMG14UDhwcFVUQUJaS3RCTFZDbFVyMzRDcnZHeEtwR0ciLCJtYWMiOiIzMjZlY2I3NWFiZWU2Yzk1NDI3MTdiYTU5ZWFlZjFhYmYzZWE1ZWJiMzJmNDM5NjM4Y2Q1NzBhZGJhYjg1NjhhIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImE4SkdiVUJMTXFuNFo2QmxsZm5WOWc9PSIsInZhbHVlIjoiUnZ2S0NGblZPakU2TXY0RGp1RUFaZFRxS2tBRWRMbmZyVTFnbkhVNlZoa2xNcy9kQ0o5NVZoQzBOYlpXZzQwOUxyMExML" ] "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" => "uPmCLJMR76I6KNafFJp1eJMVPXLZtzNBTb3pgDrV" "laravel_session" => "QaBn8Lo1qMzl7PNq7CYcQZP1X66p5tsPJmt7142b" ]
          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:31:23 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjkwTEkyRlcvRmpCZVVrMkR2bndOWnc9PSIsInZhbHVlIjoiMGZLVCttdWExYTV0UmZMZGFqMjRvMDFpVHBmYnZIL1lQcURkaUs5RHVvM2t2R3FyeDVQY0NVUDdLY0kyZ2RnNDdhRUM0VElGNWNES0JubmkwWDZXZWQyWkZWaG1aUHJCUWJJUDZ6eDVNNFdDdTdWbWlqZFY3TnAxcis3cEpBWjEiLCJtYWMiOiI4YjkyZThjMzAwYmEyOTdhY2YxMmVkZWQyMjZhNTE0N2MyYzBlM2VlYzdkOTEzZDQxYzhiYWFkZTU3ODc5NjNkIiwidGFnIjoiIn0%3D; expires=Sun, 20 Mar 2253 20:31:23 GMT; Max-Age=7200000000; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjkwTEkyRlcvRmpCZVVrMkR2bndOWnc9PSIsInZhbHVlIjoiMGZLVCttdWExYTV0UmZMZGFqMjRvMDFpVHBmYnZIL1lQcURkaUs5RHVvM2t2R3FyeDVQY0NVUDdLY0kyZ2RnNDdhRUM0V" 1 => "laravel_session=eyJpdiI6Ink3ajY1eWY1VUthQmVoakhxWHNFTmc9PSIsInZhbHVlIjoiTFk2VDVRQmJ5SElleXF2SzhvZGU4QURFbEszNGY4UFRJekdwVUhQRGc3TXBoeDlsQWQxQ3I1Z2FNSVpxMml5S0lXSHBrbnYwaWVXOUR1b09FVWgxUVg0TjV2amRjT3V4RkMxNXRsY2wraDRBSTFEMnIzSlNlTzhaZ2pXc2tnMmgiLCJtYWMiOiI3MzI5ZDEyMGIwMDYzYTk5Y2RhMGE3OTNlOGZlYmRkOTBkNDUyZjQ4NGQwZDZlYjg0ZDI5M2EwZTg1YzJiZmYxIiwidGFnIjoiIn0%3D; expires=Sun, 20 Mar 2253 20:31:23 GMT; Max-Age=7200000000; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Ink3ajY1eWY1VUthQmVoakhxWHNFTmc9PSIsInZhbHVlIjoiTFk2VDVRQmJ5SElleXF2SzhvZGU4QURFbEszNGY4UFRJekdwVUhQRGc3TXBoeDlsQWQxQ3I1Z2FNSVpxMml5S0lX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjkwTEkyRlcvRmpCZVVrMkR2bndOWnc9PSIsInZhbHVlIjoiMGZLVCttdWExYTV0UmZMZGFqMjRvMDFpVHBmYnZIL1lQcURkaUs5RHVvM2t2R3FyeDVQY0NVUDdLY0kyZ2RnNDdhRUM0VElGNWNES0JubmkwWDZXZWQyWkZWaG1aUHJCUWJJUDZ6eDVNNFdDdTdWbWlqZFY3TnAxcis3cEpBWjEiLCJtYWMiOiI4YjkyZThjMzAwYmEyOTdhY2YxMmVkZWQyMjZhNTE0N2MyYzBlM2VlYzdkOTEzZDQxYzhiYWFkZTU3ODc5NjNkIiwidGFnIjoiIn0%3D; expires=Sun, 20-Mar-2253 20:31:23 GMT; path=/XSRF-TOKEN=eyJpdiI6IjkwTEkyRlcvRmpCZVVrMkR2bndOWnc9PSIsInZhbHVlIjoiMGZLVCttdWExYTV0UmZMZGFqMjRvMDFpVHBmYnZIL1lQcURkaUs5RHVvM2t2R3FyeDVQY0NVUDdLY0kyZ2RnNDdhRUM0V" 1 => "laravel_session=eyJpdiI6Ink3ajY1eWY1VUthQmVoakhxWHNFTmc9PSIsInZhbHVlIjoiTFk2VDVRQmJ5SElleXF2SzhvZGU4QURFbEszNGY4UFRJekdwVUhQRGc3TXBoeDlsQWQxQ3I1Z2FNSVpxMml5S0lXSHBrbnYwaWVXOUR1b09FVWgxUVg0TjV2amRjT3V4RkMxNXRsY2wraDRBSTFEMnIzSlNlTzhaZ2pXc2tnMmgiLCJtYWMiOiI3MzI5ZDEyMGIwMDYzYTk5Y2RhMGE3OTNlOGZlYmRkOTBkNDUyZjQ4NGQwZDZlYjg0ZDI5M2EwZTg1YzJiZmYxIiwidGFnIjoiIn0%3D; expires=Sun, 20-Mar-2253 20:31:23 GMT; path=/; httponlylaravel_session=eyJpdiI6Ink3ajY1eWY1VUthQmVoakhxWHNFTmc9PSIsInZhbHVlIjoiTFk2VDVRQmJ5SElleXF2SzhvZGU4QURFbEszNGY4UFRJekdwVUhQRGc3TXBoeDlsQWQxQ3I1Z2FNSVpxMml5S0lX" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "uPmCLJMR76I6KNafFJp1eJMVPXLZtzNBTb3pgDrV" "view_all_flag_products" => "false" "_previous" => array:1 [ "url" => "http://unifysofttech.in/angelicbridal.unifysofttech.in/public/ready-to-wear?neckline=strapeless%2Cv-neckline%2Csweetheart%2Cboat-neckline%2Cscoop%2Coff-shoulder%2Csleeveshttp://unifysofttech.in/angelicbridal.unifysofttech.in/public/ready-to-wear?neckline=strapeless%2Cv-neckline%2Csweetheart%2Cboat-neckline%2Cscoop%2Coff-shoulder" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-21 12:31:23GET/angelicbridal.unifysofttech.in/public/ready-to-wear?neckline=strapeless%2Cv-neckline%2Csweetheart%2Cboat-neckline%2Cscoop%2Coff-shoulder%2Csleeves1032106