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 Version252msRequest Duration26MBMemory UsageGET {category}Route
    • Booting (123ms)time
    • Application (129ms)time
    • 1 x Application (51.06%)
      129ms
      1 x Booting (48.94%)
      123ms
      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
      where
      as
      productListing
      file
      app/Http/Controllers/ProductController.php:24-301
      26 statements were executed, 4 of which were duplicates, 22 unique. Show only duplicated27.89ms
      • select * from `fabrics` where `name` in ('Organza')
        800μsunifysofttech_angelicbridal2024ProductController.php#82
        Bindings
        • 0: Organza
        Backtrace
        • 15. app/Http/Controllers/ProductController.php:82
        • 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', 'square', 'scoop', 'v Neckline', 'strapeless', 'boat Neckline')
        600μsunifysofttech_angelicbridal2024ProductController.php#91
        Bindings
        • 0: Sleeves
        • 1: square
        • 2: scoop
        • 3: v Neckline
        • 4: strapeless
        • 5: boat 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
        490μ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
        380μ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
        500μ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
        900μ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 `fabrics` inner join `product_fabrics` on `fabrics`.`id` = `product_fabrics`.`fabric_id` where `products`.`id` = `product_fabrics`.`product_id` and `fabrics`.`id` in (5)) 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 (2, 3, 4, 6, 7, 12)) and `active` = 1 order by `rank` asc) and `active` = 1
        2.45msunifysofttech_angelicbridal2024ProductController.php#213
        Bindings
        • 0: 3
        • 1: 5
        • 2: 2
        • 3: 3
        • 4: 4
        • 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 `categories` where `alias` = 'ready-to-wear' limit 1
        1.64msunifysofttech_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)
        1.47msunifysofttech_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`
        640μ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`
        1.74msunifysofttech_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`
        790μ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`
        360μ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`
        510μ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
        1.15msunifysofttech_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.08msunifysofttech_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 `services` where `active` = 1 order by `rank` asc
        1.18msunifysofttech_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
        590μ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`
        710μ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
        560μ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
        5.46msunifysofttech_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
        880μ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
        1.05msunifysofttech_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
        630μ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\Size
      18Size.php#?
      App\Models\Neckline
      17Neckline.php#?
      App\Models\Category
      9Category.php#?
      App\Models\Fabric
      7Fabric.php#?
      App\Models\Brand
      7Brand.php#?
      App\Models\Menu
      5Menu.php#?
      App\Models\Season
      4Season.php#?
      App\Models\Service
      4Service.php#?
      App\Models\Silhouette
      3Silhouette.php#?
      App\Models\PageFont
      2PageFont.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
          ds4weEazUmAAPOMNKQ5XjSk7kn5DL2s15Me2FFhY
          view_all_flag_products
          false
          _previous
          array:1 [ "url" => "http://unifysofttech.in/angelicbridal.unifysofttech.in/public/ready-to-wear?fa...
          _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:2 [ "fabric" => "organza" "neckline" => "sleeves,square,scoop,v-neckline,strapeless,boat-neckline" ]
          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=eyJpdiI6Iit2Sm5mWDFBMHBOZWVJR3FFS0lheGc9PSIsInZhbHVlIjoibXZ1MnhjMThHOHNucmhpTE1LMm5UWnhPQ1g5UnpKUVlWYjAveit1ZHZ4L0tycThiRmpuQXZCSmZldURVUnYyLzltK2tjSzhwcXJvWkdmSmxNSk5iNlFXR1dlRGRUdWJzOHQ3TDMyR0svemtHNHJaQ3VnRFZpSE53ZXg2ZzlhaTEiLCJtYWMiOiIyMzYzNDllMTdhMDhmNmIzZmM4ZGNiY2JlNWI5NjA5NTZkNGQ4MGRjOWE2M2VlNjc5OWNjYjVkNTEzNTIzZmJlIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6InJCMldXZXVjcEZ5MjRpci9WeXNyQUE9PSIsInZhbHVlIjoiRU5OWlNQTVpsOEZMT1VHUm4wSUhtdTQ3M29VbkMrZ2lDUDNiaWdsMnRlcHhhL05GQ3R2UXhZTUtLSTRKNlBIeDg1ZVVSMGtUMzEwQnJ6cmVQMG01Z2N0OHhnWTM0TXdTN2JNVVZFZEJXWnpqejI2aXZORkwxNDhyYWxWekdvTEIiLCJtYWMiOiI1YzE3MDhhNjk1Njg2ZGY5YzU1NmJhZmQ2MjUyMGM2YzdhMzNhZmZmNjM3ZjJjZGQ4YmNkZDE2YTgxYzA2YjhhIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Iit2Sm5mWDFBMHBOZWVJR3FFS0lheGc9PSIsInZhbHVlIjoibXZ1MnhjMThHOHNucmhpTE1LMm5UWnhPQ1g5UnpKUVlWYjAveit1ZHZ4L0tycThiRmpuQXZCSmZldURVUnYyLzltK2tjS" ] "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" => "ds4weEazUmAAPOMNKQ5XjSk7kn5DL2s15Me2FFhY" "laravel_session" => "pk11BjMxwZMyLtbL60FIRAmoCBZyTXOtFtwHeS6m" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 22 Jan 2025 11:14:20 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InRCNENwdVRodHc1aUNTWUw4VUtJeEE9PSIsInZhbHVlIjoiM0c3aTF0YW84L2ROOWdnRXdLaUJMVi9YZEpqR2l5ak0vK2liNGlUSVdHbEF0azZGNlQ2Rk1NeHNNNlJlVlBaVXVkS1JERkx0enExZ1E3WThGUWZ0ZFp0TGViWEFjK3RBdTgzNW1rczhlaDV5YU5ZUVE2NlhnaEhkaWRQVUh0Zk4iLCJtYWMiOiJjYzJjM2JlYTg5NmUxYmRkOWMyMzk4MGYzOWJhNjUzYzkxNGUzYzMwMTQyMjMzMDNkNTQ5ZThhZDRjOTU2MTE1IiwidGFnIjoiIn0%3D; expires=Mon, 21 Mar 2253 19:14:20 GMT; Max-Age=7200000000; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InRCNENwdVRodHc1aUNTWUw4VUtJeEE9PSIsInZhbHVlIjoiM0c3aTF0YW84L2ROOWdnRXdLaUJMVi9YZEpqR2l5ak0vK2liNGlUSVdHbEF0azZGNlQ2Rk1NeHNNNlJlVlBaVXVkS1JER" 1 => "laravel_session=eyJpdiI6IkdOb0NjS21wUWhuVkVmWEtyOVowMVE9PSIsInZhbHVlIjoiSEhhSEFRWG93VXFxelo2NmgwL3FRcG1OV1lpanVtYTZwNHRjWEN1b1lwaGhROGtOVWR0ek45b0xrdGg2ZVFLYmRVdUNJajRkTmV3S01UMWk3d1M5Zy9pRHNRVDFGVUtCWHo1cFRaTWE1U1VMTVJEdjJzN2JLZ1gzbmw4QWRTaFMiLCJtYWMiOiJkNmM0MmU1OGFiZDI2Njg3YjE2OGFhZTM5ODc2MWUxZWI4MjcxNjQ3OWIzNjQxMWUyOTY2YTI1YzE0YjNhODc5IiwidGFnIjoiIn0%3D; expires=Mon, 21 Mar 2253 19:14:20 GMT; Max-Age=7200000000; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IkdOb0NjS21wUWhuVkVmWEtyOVowMVE9PSIsInZhbHVlIjoiSEhhSEFRWG93VXFxelo2NmgwL3FRcG1OV1lpanVtYTZwNHRjWEN1b1lwaGhROGtOVWR0ek45b0xrdGg2ZVFLYmRV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InRCNENwdVRodHc1aUNTWUw4VUtJeEE9PSIsInZhbHVlIjoiM0c3aTF0YW84L2ROOWdnRXdLaUJMVi9YZEpqR2l5ak0vK2liNGlUSVdHbEF0azZGNlQ2Rk1NeHNNNlJlVlBaVXVkS1JERkx0enExZ1E3WThGUWZ0ZFp0TGViWEFjK3RBdTgzNW1rczhlaDV5YU5ZUVE2NlhnaEhkaWRQVUh0Zk4iLCJtYWMiOiJjYzJjM2JlYTg5NmUxYmRkOWMyMzk4MGYzOWJhNjUzYzkxNGUzYzMwMTQyMjMzMDNkNTQ5ZThhZDRjOTU2MTE1IiwidGFnIjoiIn0%3D; expires=Mon, 21-Mar-2253 19:14:20 GMT; path=/XSRF-TOKEN=eyJpdiI6InRCNENwdVRodHc1aUNTWUw4VUtJeEE9PSIsInZhbHVlIjoiM0c3aTF0YW84L2ROOWdnRXdLaUJMVi9YZEpqR2l5ak0vK2liNGlUSVdHbEF0azZGNlQ2Rk1NeHNNNlJlVlBaVXVkS1JER" 1 => "laravel_session=eyJpdiI6IkdOb0NjS21wUWhuVkVmWEtyOVowMVE9PSIsInZhbHVlIjoiSEhhSEFRWG93VXFxelo2NmgwL3FRcG1OV1lpanVtYTZwNHRjWEN1b1lwaGhROGtOVWR0ek45b0xrdGg2ZVFLYmRVdUNJajRkTmV3S01UMWk3d1M5Zy9pRHNRVDFGVUtCWHo1cFRaTWE1U1VMTVJEdjJzN2JLZ1gzbmw4QWRTaFMiLCJtYWMiOiJkNmM0MmU1OGFiZDI2Njg3YjE2OGFhZTM5ODc2MWUxZWI4MjcxNjQ3OWIzNjQxMWUyOTY2YTI1YzE0YjNhODc5IiwidGFnIjoiIn0%3D; expires=Mon, 21-Mar-2253 19:14:20 GMT; path=/; httponlylaravel_session=eyJpdiI6IkdOb0NjS21wUWhuVkVmWEtyOVowMVE9PSIsInZhbHVlIjoiSEhhSEFRWG93VXFxelo2NmgwL3FRcG1OV1lpanVtYTZwNHRjWEN1b1lwaGhROGtOVWR0ek45b0xrdGg2ZVFLYmRV" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "ds4weEazUmAAPOMNKQ5XjSk7kn5DL2s15Me2FFhY" "view_all_flag_products" => "false" "_previous" => array:1 [ "url" => "http://unifysofttech.in/angelicbridal.unifysofttech.in/public/ready-to-wear?fabric=organza&neckline=sleeves%2Csquare%2Cscoop%2Cv-neckline%2Cstrapeless%2Cboat-necklinehttp://unifysofttech.in/angelicbridal.unifysofttech.in/public/ready-to-wear?fabric=organza&neckline=sleeves%2Csquare%2Cscoop%2Cv-neckline%2Cstrapeless%2Cboat-ne" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-22 11:14:20GET/angelicbridal.unifysofttech.in/public/ready-to-wear?fabric=organza&neckline=sleeves%2Csquare%2Cscoop%2Cv-neckline%2Cstrapeless%2Cboat-neckline82681