The Outlet

Home> The Outlet
Copyright Angelic Bridal PTY LTD | All Rights Reserved | Privacy | Terms | Developed by Unify SoftTech
Request history8.2.27PHP Version251msRequest Duration27MBMemory UsageGET {category}Route
    • Booting (145ms)time
    • Application (106ms)time
    • 1 x Booting (57.86%)
      145ms
      1 x Application (42.13%)
      106ms
      8 templates were rendered
      • products.product-listingproduct-listing.blade.php#?blade
      • products.filterfilter.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
      prefix
      where
      as
      productListing
      file
      app/Http/Controllers/ProductController.php:24-301
      27 statements were executed, 4 of which were duplicates, 23 unique. Show only duplicated21.57ms
      • select * from `silhouettes` where `name` in ('Ball Gown')
        620μsunifysofttech_angelicbridal2024ProductController.php#74
        Bindings
        • 0: Ball Gown
        Backtrace
        • 15. app/Http/Controllers/ProductController.php:74
        • 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 `necklines` where `name` in ('Sleeves', 'thin Straps', 'v Neckline')
        450μsunifysofttech_angelicbridal2024ProductController.php#91
        Bindings
        • 0: Sleeves
        • 1: thin Straps
        • 2: v Neckline
        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
        430μ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
        320μ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 `seasons` where `name` in ('Fall 2024')
        1.23msunifysofttech_angelicbridal2024ProductController.php#122
        Bindings
        • 0: Fall 2024
        Backtrace
        • 15. app/Http/Controllers/ProductController.php:122
        • 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 `categories` where `alias` = 'the-outlet' limit 1
        690μ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
        570μ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 `seasons` inner join `product_seasons` on `seasons`.`id` = `product_seasons`.`season_id` where `products`.`id` = `product_seasons`.`product_id` and `seasons`.`id` in (2)) and exists (select * from `silhouettes` inner join `product_silhouettes` on `silhouettes`.`id` = `product_silhouettes`.`silhouette_id` where `products`.`id` = `product_silhouettes`.`product_id` and `silhouettes`.`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 (7, 10, 12)) and `active` = 1 order by `rank` asc) and `active` = 1
        2.43msunifysofttech_angelicbridal2024ProductController.php#213
        Bindings
        • 0: 2
        • 1: 2
        • 2: 2
        • 3: 7
        • 4: 10
        • 5: 12
        • 6: 1
        • 7: 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 `categories` where `alias` = 'the-outlet' limit 1
        1.08msunifysofttech_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.51msunifysofttech_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`
        400μ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`
        400μ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`
        390μ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`
        340μ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`
        380μ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`
        440μ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
        400μ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.13msunifysofttech_angelicbridal2024Common.php#267
        Bindings
        • 0: page
        Backtrace
        • 16. app/Helpers/Common.php:267
        • 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
        1.26msunifysofttech_angelicbridal2024Common.php#239
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Helpers/Common.php:239
        • 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
        760μsunifysofttech_angelicbridal2024Common.php#233
        Bindings
        • 0: 1
        • 1: 0
        Backtrace
        • 15. app/Helpers/Common.php:233
        • 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`
        670μsunifysofttech_angelicbridal2024Common.php#309
        Backtrace
        • 15. app/Helpers/Common.php:309
        • 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
        620μsunifysofttech_angelicbridal2024Common.php#322
        Backtrace
        • 19. app/Helpers/Common.php:322
        • 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
        770μsunifysofttech_angelicbridal2024Common.php#233
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Helpers/Common.php:233
        • 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
        1.38msunifysofttech_angelicbridal2024Common.php#233
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Helpers/Common.php:233
        • 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
        1.59msunifysofttech_angelicbridal2024Common.php#211
        Bindings
        • 0: contact
        Backtrace
        • 16. app/Helpers/Common.php:211
        • 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
        770μsunifysofttech_angelicbridal2024Common.php#76
        Backtrace
        • 19. app/Helpers/Common.php:76
        • 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\Size
      18Size.php#?
      App\Models\Neckline
      14Neckline.php#?
      App\Models\Category
      9Category.php#?
      App\Models\Brand
      7Brand.php#?
      App\Models\Fabric
      6Fabric.php#?
      App\Models\Season
      5Season.php#?
      App\Models\Menu
      5Menu.php#?
      App\Models\Silhouette
      4Silhouette.php#?
      App\Models\Service
      4Service.php#?
      App\Models\Color
      2Color.php#?
      App\Models\PageFont
      2PageFont.php#?
      App\Models\PageExtra
      1PageExtra.php#?
      App\Models\MenuFont
      1MenuFont.php#?
      App\Models\HomepageSection
      1HomepageSection.php#?
      App\Models\Settings
      1Settings.php#?
          _token
          WjeMu7wNSbe04TqLXzJIHZrvLCQOTy5USw9A1iHH
          view_all_flag_products
          false
          _previous
          array:1 [ "url" => "https://angelicbridal.unifysofttech.in/the-outlet?neckline=sleeves%2Cthin-stra...
          _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:3 [ "neckline" => "sleeves,thin-straps,v-neckline" "season" => "fall-2024" "silhouette" => "ball-gown" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9IOFI1TUtJWUwvRUgzVGJVbzUxNUE9PSIsInZhbHVlIjoiNWpIQW1QY2ozaUlGUkVEZ1I1MFk0M01mWit1Kzg1Tnh4VWQyWW5ma2s4aE1OZ3hVanRPdkhyR1N6aEVFUkJ5dkpyMTdhRDdQUURsWWVxTExBZTh0cng4V3A0YXR4SVBaVHg4UXJTd3lFb0YrN1hEOGc4bDMyM0pxUEZEaW4xU2wiLCJtYWMiOiI5MTkxNDJjYzUyZjE2NTZhOTk2NTAxMThjNDMyOWE3ZmMxYmNhYzE4YzAyYzU2MzRlYTFhM2U3NTY0NzI5OWNkIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IlYwQzI1bUQ4cEFoTVBXWGduSjBiUWc9PSIsInZhbHVlIjoiQ0JFR2hnODUxQkpTZlFDOUUvMkhuN0ljUFZaSTVvejFjUzFBWmRtTXlzMkl1cmxxc1NIbXJkVXdpaC90aW1JZmJCSjZEVFFUejBDNXg5LzcveTZHTVdPaWhjZmI0a1ZTdlhQdllEeTNIUkh2empnS0hHaFF5TVFZWGJJK3d3MHQiLCJtYWMiOiJhMzk0MDM1ZGU5NTY0NGIwNzZmYTRjYWNhNzhjNjA3OTMzYzg4YTcxNTlkNTcyODc0ZTQ4M2YwZmEzYTQxZTE0IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Ik9IOFI1TUtJWUwvRUgzVGJVbzUxNUE9PSIsInZhbHVlIjoiNWpIQW1QY2ozaUlGUkVEZ1I1MFk0M01mWit1Kzg1Tnh4VWQyWW5ma2s4aE1OZ3hVanRPdkhyR1N6aEVFUkJ5dkpyMTdhR" ] "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "angelicbridal.unifysofttech.in" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "WjeMu7wNSbe04TqLXzJIHZrvLCQOTy5USw9A1iHH" "laravel_session" => "UkHmqCZGONp9eEwtARrqxdTQI9on5a31hqfxbGBY" ]
          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 => "Thu, 09 Jan 2025 18:34:24 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFORmVvUVVLVkx2WkcrLzZoMVhLU2c9PSIsInZhbHVlIjoiSHduMmRsWndHRzZjbGhTeHdSRWp6Wi9LSDc3NkR4SUxqVWhNU0RYa1A0TzVxTG1DZXlIcCtGUi8wd0ZEM1IvU3VtSUZxeHJ4dGFwTGJoVmgzb2dseW93VStjV2xUMm15NlJHaUxlOHpCcmxtSWNtQWVlNlo3MXczWDRFUkI4cXUiLCJtYWMiOiIzNGE0ZDMwYzRkNzU4OTcxMGE1ZTFmYzczNTBlZjEyZTRhYzE4YjYwYWViODQ0ZTA0YWRjZTY0YTE2ZjI1NTgzIiwidGFnIjoiIn0%3D; expires=Wed, 09 Mar 2253 02:34:24 GMT; Max-Age=7200000000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InFORmVvUVVLVkx2WkcrLzZoMVhLU2c9PSIsInZhbHVlIjoiSHduMmRsWndHRzZjbGhTeHdSRWp6Wi9LSDc3NkR4SUxqVWhNU0RYa1A0TzVxTG1DZXlIcCtGUi8wd0ZEM1IvU3VtSUZxe" 1 => "laravel_session=eyJpdiI6ImkwckNScUY3UHlvRndrc1pkZHpxZ2c9PSIsInZhbHVlIjoibHZHZkJBcEk0L09NZ3VUUGxyN3Q5ZTZiSXpjSXFQMkVSVHRnbjJubTMwRGV3U2pMZWtZdTk4R2JtSlJSeDVxMlBLUy8zVzAzZGZMNFQwc2tjdG1KdnpuMGlHT0tjWTdxck1oM2tLRFhuN2xFSVhBdEhIZjJNMTczanAzQzhSUksiLCJtYWMiOiI2MWRhYjFlOTIyODNkOTM0NGNmODhkMTBjY2I1ZDU4MmVlZjAyZjJkMjYwN2I4OTk1OGVhNTMwOWExNWVmNTgyIiwidGFnIjoiIn0%3D; expires=Wed, 09 Mar 2253 02:34:24 GMT; Max-Age=7200000000; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6ImkwckNScUY3UHlvRndrc1pkZHpxZ2c9PSIsInZhbHVlIjoibHZHZkJBcEk0L09NZ3VUUGxyN3Q5ZTZiSXpjSXFQMkVSVHRnbjJubTMwRGV3U2pMZWtZdTk4R2JtSlJSeDVxMlBL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFORmVvUVVLVkx2WkcrLzZoMVhLU2c9PSIsInZhbHVlIjoiSHduMmRsWndHRzZjbGhTeHdSRWp6Wi9LSDc3NkR4SUxqVWhNU0RYa1A0TzVxTG1DZXlIcCtGUi8wd0ZEM1IvU3VtSUZxeHJ4dGFwTGJoVmgzb2dseW93VStjV2xUMm15NlJHaUxlOHpCcmxtSWNtQWVlNlo3MXczWDRFUkI4cXUiLCJtYWMiOiIzNGE0ZDMwYzRkNzU4OTcxMGE1ZTFmYzczNTBlZjEyZTRhYzE4YjYwYWViODQ0ZTA0YWRjZTY0YTE2ZjI1NTgzIiwidGFnIjoiIn0%3D; expires=Wed, 09-Mar-2253 02:34:24 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InFORmVvUVVLVkx2WkcrLzZoMVhLU2c9PSIsInZhbHVlIjoiSHduMmRsWndHRzZjbGhTeHdSRWp6Wi9LSDc3NkR4SUxqVWhNU0RYa1A0TzVxTG1DZXlIcCtGUi8wd0ZEM1IvU3VtSUZxe" 1 => "laravel_session=eyJpdiI6ImkwckNScUY3UHlvRndrc1pkZHpxZ2c9PSIsInZhbHVlIjoibHZHZkJBcEk0L09NZ3VUUGxyN3Q5ZTZiSXpjSXFQMkVSVHRnbjJubTMwRGV3U2pMZWtZdTk4R2JtSlJSeDVxMlBLUy8zVzAzZGZMNFQwc2tjdG1KdnpuMGlHT0tjWTdxck1oM2tLRFhuN2xFSVhBdEhIZjJNMTczanAzQzhSUksiLCJtYWMiOiI2MWRhYjFlOTIyODNkOTM0NGNmODhkMTBjY2I1ZDU4MmVlZjAyZjJkMjYwN2I4OTk1OGVhNTMwOWExNWVmNTgyIiwidGFnIjoiIn0%3D; expires=Wed, 09-Mar-2253 02:34:24 GMT; path=/; httponlylaravel_session=eyJpdiI6ImkwckNScUY3UHlvRndrc1pkZHpxZ2c9PSIsInZhbHVlIjoibHZHZkJBcEk0L09NZ3VUUGxyN3Q5ZTZiSXpjSXFQMkVSVHRnbjJubTMwRGV3U2pMZWtZdTk4R2JtSlJSeDVxMlBL" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "WjeMu7wNSbe04TqLXzJIHZrvLCQOTy5USw9A1iHH" "view_all_flag_products" => "false" "_previous" => array:1 [ "url" => "https://angelicbridal.unifysofttech.in/the-outlet?neckline=sleeves%2Cthin-straps%2Cv-neckline&season=fall-2024&silhouette=ball-gown" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-09 18:34:24GET/the-outlet?neckline=sleeves%2Cthin-straps%2Cv-neckline&season=fall-2024&silhouette=ball-gown82780