cake shop

avatar

cake shop

Food Delivery
  • +9779704525308
  • admin@gmail.com
  • biratnagar

3

total uploads

0

total review

From your account dashboard. you can easily check & view your recent orders, manage your shipping and billing addresses and Edit your password and account details.

  • Marketplace
Shop Cart
Location in 382480
Request history8.2.22PHP Version500msRequest Duration43MBMemory UsageGET agent-profile/{id}/category/{categoryId}Route
    • Booting (381ms)time
    • Application (119ms)time
    • 1 x Booting (76.17%)
      381ms
      1 x Application (23.83%)
      119ms
      11 templates were rendered
      • livewire.website.modules.listing.agent_profileagent_profile.blade.php#?blade
      • livewire.website.layouts.appapp.blade.php#?blade
      • livewire.website.layouts.partials.headerheader.blade.php#?blade
      • livewire.website.modals.shop-cartshop-cart.blade.php#?blade
      • livewire.website.modals.signinsignin.blade.php#?blade
      • livewire.website.modals.otpverificationotpverification.blade.php#?blade
      • livewire.website.modals.signupsignup.blade.php#?blade
      • livewire.website.modals.quick-view(copy)quick-view(copy).blade.php#?blade
      • livewire.website.modals.locationlocation.blade.php#?blade
      • livewire.website.partials.variationvariation.blade.php#?blade
      • livewire.website.layouts.partials.footerfooter.blade.php#?blade
      uri
      GET agent-profile/{id}/category/{categoryId}
      middleware
      web
      controller
      App\Http\Controllers\Website\EcommerceController@agent_profile_filter
      namespace
      prefix
      where
      as
      agent-profile-filter
      file
      app/Http/Controllers/Website/EcommerceController.php:677-688
      24 statements were executed, 17 of which were duplicates, 7 unique. Show only duplicated43.72ms
      • select * from `app_modules` limit 1
        1.68msaltic_dbEcommerceController.php#39
        Backtrace
        • 20. app/Http/Controllers/Website/EcommerceController.php:39
        • 22. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 23. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 24. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:957
        • 25. vendor/laravel/framework/src/Illuminate/Container/Container.php:731
      • select * from `categories` where `categories`.`id` = 'listing' and `categories`.`deleted_at` is null limit 1
        1.07msaltic_dbEcommerceController.php#679
        Bindings
        • 0: listing
        Backtrace
        • 17. app/Http/Controllers/Website/EcommerceController.php:679
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `vendors`.*, (select count(*) from `reviews` where `vendors`.`id` = `reviews`.`vendor_id` and `reviews`.`deleted_at` is null) as `reviews_count` from `vendors` where `id` = '2' and `vendors`.`deleted_at` is null limit 1
        990μsaltic_dbEcommerceController.php#680
        Bindings
        • 0: 2
        Backtrace
        • 16. app/Http/Controllers/Website/EcommerceController.php:680
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `vendor_types` where `vendor_types`.`id` in (2) and `vendor_types`.`deleted_at` is null
        1.22msaltic_dbEcommerceController.php#680
        Backtrace
        • 21. app/Http/Controllers/Website/EcommerceController.php:680
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `fees`.*, `fee_vendor`.`vendor_id` as `pivot_vendor_id`, `fee_vendor`.`fee_id` as `pivot_fee_id` from `fees` inner join `fee_vendor` on `fees`.`id` = `fee_vendor`.`fee_id` where `is_active` = 1 and `fee_vendor`.`vendor_id` in (2)
        1.24msaltic_dbEcommerceController.php#680
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Http/Controllers/Website/EcommerceController.php:680
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `products` where `vendor_id` = '2' and exists (select * from `categories` inner join `category_product` on `categories`.`id` = `category_product`.`category_id` where `products`.`id` = `category_product`.`product_id` and `category_id` = 'listing' and `categories`.`deleted_at` is null) and `products`.`deleted_at` is null
        3.64msaltic_dbEcommerceController.php#686
        Bindings
        • 0: 2
        • 1: listing
        Backtrace
        • 16. app/Http/Controllers/Website/EcommerceController.php:686
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `media` where `media`.`model_id` in (2) and `media`.`model_type` = 'App\Models\Vendor'
        1.45msaltic_dbInteractsWithMedia.php#536
        Bindings
        • 0: App\Models\Vendor
        Backtrace
        • 23. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:536
        • 24. vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:28
        • 25. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:257
        • 26. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:273
        • 27. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:285
      • select `products`.*, (select count(*) from `product_reviews` where `products`.`id` = `product_reviews`.`product_id`) as `reviews_count` from `products` where `products`.`vendor_id` = 2 and `products`.`vendor_id` is not null and `products`.`deleted_at` is null
        1.4msaltic_dbagent_profile.blade.php#57
        Bindings
        • 0: 2
        Backtrace
        • 20. view::livewire.website.modules.listing.agent_profile:57
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `vendors`.*, (select count(*) from `reviews` where `vendors`.`id` = `reviews`.`vendor_id` and `reviews`.`deleted_at` is null) as `reviews_count` from `vendors` where `vendors`.`id` in (2)
        3.69msaltic_dbagent_profile.blade.php#57
        Backtrace
        • 25. view::livewire.website.modules.listing.agent_profile:57
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `vendor_types` where `vendor_types`.`id` in (2) and `vendor_types`.`deleted_at` is null
        2.83msaltic_dbagent_profile.blade.php#57
        Backtrace
        • 30. view::livewire.website.modules.listing.agent_profile:57
        • 32. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 33. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 34. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 35. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `fees`.*, `fee_vendor`.`vendor_id` as `pivot_vendor_id`, `fee_vendor`.`fee_id` as `pivot_fee_id` from `fees` inner join `fee_vendor` on `fees`.`id` = `fee_vendor`.`fee_id` where `is_active` = 1 and `fee_vendor`.`vendor_id` in (2)
        4.09msaltic_dbagent_profile.blade.php#57
        Bindings
        • 0: 1
        Backtrace
        • 29. view::livewire.website.modules.listing.agent_profile:57
        • 31. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 32. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 33. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 34. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `tags`.*, `product_tag`.`product_id` as `pivot_product_id`, `product_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `product_tag` on `tags`.`id` = `product_tag`.`tag_id` where `product_tag`.`product_id` in (2, 6, 7)
        600μsaltic_dbagent_profile.blade.php#57
        Backtrace
        • 24. view::livewire.website.modules.listing.agent_profile:57
        • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 28. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `delivery_zones` where `is_active` = 1 order by `id` desc
        510μsaltic_dbDeliveryZone.php#45
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/DeliveryZone.php:45
        • 16. app/Providers/AppServiceProvider.php:52
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `vendor_types` where `is_active` = 1 and `vendor_types`.`deleted_at` is null
        4.69msaltic_dbVendorType.php#87
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/VendorType.php:87
        • 16. app/Providers/AppServiceProvider.php:60
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where `is_active` = 1 and `categories`.`deleted_at` is null
        1.02msaltic_dbCategory.php#67
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/Category.php:67
        • 16. app/Providers/AppServiceProvider.php:61
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `vendor_types` where `vendor_types`.`id` in (2, 3, 4, 5, 7, 8, 9, 11) and `vendor_types`.`deleted_at` is null
        940μsaltic_dbCategory.php#67
        Backtrace
        • 20. app/Models/Category.php:67
        • 21. app/Providers/AppServiceProvider.php:61
        • 25. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `subcategories` where `subcategories`.`category_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 34, 35, 37, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 72, 73, 74, 75, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86) and `subcategories`.`deleted_at` is null
        830μsaltic_dbCategory.php#67
        Backtrace
        • 20. app/Models/Category.php:67
        • 21. app/Providers/AppServiceProvider.php:61
        • 25. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `app_modules` limit 1
        3.89msaltic_dbAppServiceProvider.php#63
        Backtrace
        • 19. app/Providers/AppServiceProvider.php:63
        • 23. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 26. view::livewire.website.layouts.app:154
      • select * from `delivery_zones` where `is_active` = 1 order by `id` desc
        1.88msaltic_dbDeliveryZone.php#45
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/DeliveryZone.php:45
        • 16. app/Providers/AppServiceProvider.php:52
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `vendor_types` where `is_active` = 1 and `vendor_types`.`deleted_at` is null
        1.12msaltic_dbVendorType.php#87
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/VendorType.php:87
        • 16. app/Providers/AppServiceProvider.php:60
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where `is_active` = 1 and `categories`.`deleted_at` is null
        440μsaltic_dbCategory.php#67
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/Category.php:67
        • 16. app/Providers/AppServiceProvider.php:61
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `vendor_types` where `vendor_types`.`id` in (2, 3, 4, 5, 7, 8, 9, 11) and `vendor_types`.`deleted_at` is null
        390μsaltic_dbCategory.php#67
        Backtrace
        • 20. app/Models/Category.php:67
        • 21. app/Providers/AppServiceProvider.php:61
        • 25. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `subcategories` where `subcategories`.`category_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 34, 35, 37, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 72, 73, 74, 75, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86) and `subcategories`.`deleted_at` is null
        2.7msaltic_dbCategory.php#67
        Backtrace
        • 20. app/Models/Category.php:67
        • 21. app/Providers/AppServiceProvider.php:61
        • 25. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `app_modules` limit 1
        1.41msaltic_dbAppServiceProvider.php#63
        Backtrace
        • 19. app/Providers/AppServiceProvider.php:63
        • 23. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:159
        • 26. view::livewire.website.layouts.app:187
      App\Models\Category
      114Category.php#?
      App\Models\Subcategory
      106Subcategory.php#?
      App\Models\VendorType
      36VendorType.php#?
      App\Models\DeliveryZone
      22DeliveryZone.php#?
      App\Models\AppModule
      3AppModule.php#?
      App\Models\Product
      3Product.php#?
      App\Models\Vendor
      2Vendor.php#?
      Spatie\MediaLibrary\MediaCollections\Models\Media
      2Media.php#?
          _token
          xcMrbBxY6cI9MuZwS2LjVB7W8eSSd7wQ7fNECah9
          lan
          en
          _previous
          array:1 [ "url" => "https://altic.com.np/agent-profile/2/category/listing" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /agent-profile/2/category/listing
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:23 [ "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, br" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "host" => array:1 [ 0 => "altic.com.np" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "3.19.60.207" ] "cf-ray" => array:1 [ 0 => "91f854b38e080002-ORD" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-connecting-ip" => array:1 [ 0 => "3.19.60.207" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 13 Mar 2025 03:09:09 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt2YVdUc1A2a0VIaW9jVWE4YVU3Vmc9PSIsInZhbHVlIjoiMGxKK0xSNnAyV0VWRitQbjEvMVpOOFN3d1pZNWRqWWMwVjFjSFpDZVdQaTlGK2g0dnREOEI3Y2tqT3lkZW9US0ZQQ0hHbzF5ekQyUEtpM0Y3cWJiYUNJdURsaktwRXZwbjlISzlYRjBoVVNtQVhqbnpudklVa1g5UDc1UlVKZXAiLCJtYWMiOiI4ZGY3MzkyZGJkMzJiZWI3MWY2MDJiNTJhYzdkZWMxZjlkZTc2MmQxMjE2NGMyMDI3N2M1YmM5OTQxMGI1MTU5IiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 05:09:09 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ikt2YVdUc1A2a0VIaW9jVWE4YVU3Vmc9PSIsInZhbHVlIjoiMGxKK0xSNnAyV0VWRitQbjEvMVpOOFN3d1pZNWRqWWMwVjFjSFpDZVdQaTlGK2g0dnREOEI3Y2tqT3lkZW9US0ZQQ0hHb" 1 => "himalride_session=eyJpdiI6IjQ0VWlmUXBhRDAveXR3MGVXa3ZYdHc9PSIsInZhbHVlIjoiOXNxN0k4UUJYWUJ1ZlRVbG1Qd2tkZERUTUpiZXp3VzZTZFBsYlI0TGhQN2ZZb1BLRWdob0l2NUtjekRHWHYvNjhDUVFWM2NSNTVZaHgzYmMxa3p0djhWK0hsUS9ZSEpOOTcwSlRjemg5ODNEOVo2cnJVMFgvQlBSL05CMXRvakIiLCJtYWMiOiI1MDc1M2M1NmIzYjU0NTRlODg3YmQ3ZGU4NjE1YzUyOWYxZDZkMmVhZjdhNWIwZDI1N2YyNmViMDc3NjM4MGYyIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 05:09:09 GMT; Max-Age=7200; path=/; httponly; samesite=laxhimalride_session=eyJpdiI6IjQ0VWlmUXBhRDAveXR3MGVXa3ZYdHc9PSIsInZhbHVlIjoiOXNxN0k4UUJYWUJ1ZlRVbG1Qd2tkZERUTUpiZXp3VzZTZFBsYlI0TGhQN2ZZb1BLRWdob0l2NUtjekRHWHYvNj" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt2YVdUc1A2a0VIaW9jVWE4YVU3Vmc9PSIsInZhbHVlIjoiMGxKK0xSNnAyV0VWRitQbjEvMVpOOFN3d1pZNWRqWWMwVjFjSFpDZVdQaTlGK2g0dnREOEI3Y2tqT3lkZW9US0ZQQ0hHbzF5ekQyUEtpM0Y3cWJiYUNJdURsaktwRXZwbjlISzlYRjBoVVNtQVhqbnpudklVa1g5UDc1UlVKZXAiLCJtYWMiOiI4ZGY3MzkyZGJkMzJiZWI3MWY2MDJiNTJhYzdkZWMxZjlkZTc2MmQxMjE2NGMyMDI3N2M1YmM5OTQxMGI1MTU5IiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 05:09:09 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ikt2YVdUc1A2a0VIaW9jVWE4YVU3Vmc9PSIsInZhbHVlIjoiMGxKK0xSNnAyV0VWRitQbjEvMVpOOFN3d1pZNWRqWWMwVjFjSFpDZVdQaTlGK2g0dnREOEI3Y2tqT3lkZW9US0ZQQ0hHb" 1 => "himalride_session=eyJpdiI6IjQ0VWlmUXBhRDAveXR3MGVXa3ZYdHc9PSIsInZhbHVlIjoiOXNxN0k4UUJYWUJ1ZlRVbG1Qd2tkZERUTUpiZXp3VzZTZFBsYlI0TGhQN2ZZb1BLRWdob0l2NUtjekRHWHYvNjhDUVFWM2NSNTVZaHgzYmMxa3p0djhWK0hsUS9ZSEpOOTcwSlRjemg5ODNEOVo2cnJVMFgvQlBSL05CMXRvakIiLCJtYWMiOiI1MDc1M2M1NmIzYjU0NTRlODg3YmQ3ZGU4NjE1YzUyOWYxZDZkMmVhZjdhNWIwZDI1N2YyNmViMDc3NjM4MGYyIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 05:09:09 GMT; path=/; httponlyhimalride_session=eyJpdiI6IjQ0VWlmUXBhRDAveXR3MGVXa3ZYdHc9PSIsInZhbHVlIjoiOXNxN0k4UUJYWUJ1ZlRVbG1Qd2tkZERUTUpiZXp3VzZTZFBsYlI0TGhQN2ZZb1BLRWdob0l2NUtjekRHWHYvNj" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "xcMrbBxY6cI9MuZwS2LjVB7W8eSSd7wQ7fNECah9" "lan" => "en" "_previous" => array:1 [ "url" => "https://altic.com.np/agent-profile/2/category/listing" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 08:54:09GET/agent-profile/2/category/listing1124288