vendor

Kaytlyn Alvapriya ico-vefified-1

Member Since Feb 2025


  • Vendor
  • 49 reviews

  • Email: alvapriya@bookingcore.test
  • Phone: 112 666 888

Verifications

  • success Phone
  • success ID Card
Tour by Kaytlyn
31%
Cannes and Antibes Night Tour
Turkey
2 Reviews
7H
from
€2.326,08 €1.589,49
86%
Giverny and Versailles Small Group Day Trip
Azerbaijan
4 Reviews
8H
from
€2.326,08 €316,79
24%
Southwest States (Ex Los Angeles)
Thailand
3 Reviews
6H
from
€2.104,55 €1.589,49
Showing 1 - 3 of 3 total
Request history8.2.27PHP Version1.18sRequest Duration36MBMemory UsageGET profile/{id}/servicesRouteAuth status
    • Booting (477ms)time
    • Application (707ms)time
    • 1 x Application (59.73%)
      707ms
      1 x Booting (40.26%)
      477ms
      28 templates were rendered
      • 1x User::frontend.profile.all-servicesall-services.blade.php#?blade
      • 1x Layout::parts.bcbc.blade.php#?blade
      • 1x User::frontend.profile.sidebarsidebar.blade.php#?blade
      • 1x Tour::frontend.profile.serviceservice.blade.php#?blade
      • 1x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.list-tour.style-normalstyle-normal.blade.php#?blade
      • 3x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.faviconfavicon.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.topbartopbar.blade.php#?blade
      • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
      • 2x Language::frontend.switcherswitcher.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Layout::parts.footerfooter.blade.php#?blade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
      • 1x Layout::auth.login-formlogin-form.blade.php#?blade
      • 1x Layout::auth.register-formregister-form.blade.php#?blade
      • 1x Popup::frontend.popuppopup.blade.php#?blade
      • 1x demo_scriptdemo_script.blade.php#?blade
      uri
      GET profile/{id}/services
      middleware
      web
      controller
      Modules\User\Controllers\ProfileController@allServices
      namespace
      Modules\User\Controllers
      prefix
      /profile
      where
      as
      user.profile.services
      file
      modules/User/Controllers/ProfileController.php:51-76
      28 statements were executed, 18 of which were duplicates, 10 unique. Show only duplicated26.26ms
      • select * from `users` where `user_name` = '4' and `users`.`deleted_at` is null limit 14.49msvillab1_dreamzelter26ProfileController.php#59
        Bindings
        • 0: 4
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/User/Controllers/ProfileController.php:59
        • 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 `users` where `users`.`id` = '4' and `users`.`deleted_at` is null limit 1830μsvillab1_dreamzelter26ProfileController.php#61
        Bindings
        • 0: 4
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. modules/User/Controllers/ProfileController.php:61
        • 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 `bravo_tours` where (`author_id` = 4 and `status` = 'publish') and `bravo_tours`.`deleted_at` is null850μsvillab1_dreamzelter26ProfileController.php#73
        Bindings
        • 0: 4
        • 1: publish
        Backtrace
        • 16. modules/User/Controllers/ProfileController.php:73
        • 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 `bravo_tours` where (`author_id` = 4 and `status` = 'publish') and `bravo_tours`.`deleted_at` is null order by `id` desc limit 6 offset 01.26msvillab1_dreamzelter26ProfileController.php#73
        Bindings
        • 0: 4
        • 1: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 16. modules/User/Controllers/ProfileController.php:73
        • 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 `bravo_locations` where `bravo_locations`.`id` in (1, 2, 5) and `bravo_locations`.`deleted_at` is null1msvillab1_dreamzelter26ProfileController.php#73
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/User/Controllers/ProfileController.php:73
        • 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 * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2, 5)1.06msvillab1_dreamzelter26ProfileController.php#73
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 26. modules/User/Controllers/ProfileController.php:73
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'social_meta_avatar') limit 1970μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: social_meta_avatar
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:199
        • 16. view::User::frontend.profile.sidebar:3
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'social_meta_avatar') limit 1860μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: social_meta_avatar
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:199
        • 16. view::User::frontend.profile.sidebar:4
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `core_roles` where `core_roles`.`id` = 2 limit 1860μsvillab1_dreamzelter26HasRoles.php#56
        Bindings
        • 0: 2
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 22. modules/User/Traits/HasRoles.php:56
        • 29. view::User::frontend.profile.sidebar:10
        • 31. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 32. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 33. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(`id`) as aggregate from `bravo_review` where `vendor_id` = 4 and `status` = 'approved' and `bravo_review`.`deleted_at` is null810μsvillab1_dreamzelter26User.php#291
        Bindings
        • 0: 4
        • 1: approved
        Backtrace
        • 16. app/User.php:291
        • 22. view::User::frontend.profile.sidebar:31
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(`id`) as aggregate from `bravo_review` where `vendor_id` = 4 and `status` = 'approved' and `bravo_review`.`deleted_at` is null690μsvillab1_dreamzelter26User.php#291
        Bindings
        • 0: 4
        • 1: approved
        Backtrace
        • 16. app/User.php:291
        • 22. view::User::frontend.profile.sidebar:35
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_phone') limit 1750μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: is_verified_phone
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:397
        • 16. app/User.php:370
        • 23. view::User::frontend.profile.sidebar:63
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_phone') limit 1660μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: verify_data_phone
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:402
        • 16. app/User.php:371
        • 23. view::User::frontend.profile.sidebar:63
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_id_card') limit 1620μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: is_verified_id_card
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:397
        • 16. app/User.php:370
        • 23. view::User::frontend.profile.sidebar:63
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_id_card') limit 1730μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: verify_data_id_card
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:402
        • 16. app/User.php:371
        • 23. view::User::frontend.profile.sidebar:63
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_phone') limit 1720μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: is_verified_phone
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:397
        • 16. app/User.php:370
        • 22. view::User::frontend.profile.sidebar:63
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_phone') limit 1580μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: verify_data_phone
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:402
        • 16. app/User.php:371
        • 22. view::User::frontend.profile.sidebar:63
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_id_card') limit 1730μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: is_verified_id_card
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:397
        • 16. app/User.php:370
        • 22. view::User::frontend.profile.sidebar:63
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_id_card') limit 1700μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: verify_data_id_card
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:402
        • 16. app/User.php:371
        • 22. view::User::frontend.profile.sidebar:63
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_phone') limit 1610μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: is_verified_phone
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:397
        • 16. app/User.php:370
        • 22. view::User::frontend.profile.sidebar:64
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_phone') limit 1670μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: verify_data_phone
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:402
        • 16. app/User.php:371
        • 22. view::User::frontend.profile.sidebar:64
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_id_card') limit 1650μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: is_verified_id_card
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:397
        • 16. app/User.php:370
        • 22. view::User::frontend.profile.sidebar:64
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_id_card') limit 1710μsvillab1_dreamzelter26User.php#100
        Bindings
        • 0: 4
        • 1: verify_data_id_card
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. app/User.php:100
        • 15. app/User.php:402
        • 16. app/User.php:371
        • 22. view::User::frontend.profile.sidebar:64
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 15 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1890μsvillab1_dreamzelter26HasTranslations.php#51
        Bindings
        • 0: 15
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. view::Tour::frontend.layouts.search.loop-grid:2
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 10 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1880μsvillab1_dreamzelter26HasTranslations.php#51
        Bindings
        • 0: 10
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. view::Tour::frontend.layouts.search.loop-grid:2
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 5 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1690μsvillab1_dreamzelter26HasTranslations.php#51
        Bindings
        • 0: 5
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. view::Tour::frontend.layouts.search.loop-grid:2
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1990μsvillab1_dreamzelter26HasTranslations.php#51
        Bindings
        • 0: 1
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 11msvillab1_dreamzelter26HasTranslations.php#51
        Bindings
        • 0: 1
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      Modules\Tour\Models\Tour
      3Tour.php#?
      Modules\Location\Models\Location
      3Location.php#?
      Modules\Location\Models\LocationTranslation
      3LocationTranslation.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      App\User
      1User.php#?
      Modules\User\Models\Role
      1Role.php#?
        web
        null
        sanctum
        null
          _token
          KB06l0HXp0g0MYZopQXN6UFs5xbibhygNi5EVXCm
          bc_current_currency
          eur
          _previous
          array:1 [ "url" => "https://www.villabnb.com.tr/profile/4/services?type=tour" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /profile/4/services
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "type" => "tour" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "host" => array:1 [ 0 => "www.villabnb.com.tr" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6InhOeTE1NXpCTEh0U0lQOFFmMDYxZkE9PSIsInZhbHVlIjoiNDJCWmE4V0duWHZyZWF0cms4dWM5TS9tSlVvZHZaaTFiNVUrSVMzVFZUNE5IRGFjZnhPNFBXN3E3V1RSOUxxelZ6aCtVOGI0M3NHdkpXTVhWeTJUQktleUlPemg3bmtIWnJmMXZqbGFtZC9JakNoZzFZNVY0eHphZ2hSRXZSaUUiLCJtYWMiOiI5N2E4NTY3Y2ZkYzBjYTllYzI4MGU0N2U1YzQ1MzExYmU3ZGEwMTBhNDAwYWQ3MmZkMDBhYzFlNjlhMzRhMmFhIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IlpMSjVrZG01RzlGU2VkVmdmQTJIWEE9PSIsInZhbHVlIjoid3duK1FuR2FxaEtsUXJXQWhDRVdVc2xncFFRY0FmTkFJajhKYjRhdUZXZnBIV1lLRUJXcDY5SFZMbHdWN2NFbFVvbm5VcFVjRkcyTUhlckV4WEJrNlgrZTE4a2kwdnNDa2hNZEt2bVZ2Z1FvS3p4RTNmbXZwd1I5eTFIdHJCamYiLCJtYWMiOiJmYzkwZmYxNjBkNDk1OGNiMjI4YTdlNDIxNmJhZWNiMTk1NTlmMTY4YmI3NzdjMjNlNmI2OTBlYmMxNGIyM2Q4IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InhOeTE1NXpCTEh0U0lQOFFmMDYxZkE9PSIsInZhbHVlIjoiNDJCWmE4V0duWHZyZWF0cms4dWM5TS9tSlVvZHZaaTFiNVUrSVMzVFZUNE5IRGFjZnhPNFBXN3E3V1RSOUxxelZ6aCtVO" ] "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" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "KB06l0HXp0g0MYZopQXN6UFs5xbibhygNi5EVXCm" "booking_core_session" => "dfM1VZXDYY2ghwwgOgqVtXsC5ZGwGpoimbCl1ZRq" ]
          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 => "Mon, 28 Apr 2025 21:23:17 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNsYVNyeHRBQmhBWk1HdlZpT05DelE9PSIsInZhbHVlIjoiVmNBSUNTUkRCYVNLU2dlNURUQkdmSUx0OFF0UGhBaVdielVpRWV3UmNmWndLbmo2L29WSjdRQXM4bU9sOGJJQ0lUbE00WXAzMEFUYTY5TEMvSTU0em8vU2NFQ1lXSHNjU2xCMFdPTmdnWUZRL1lpdGI5cmZLbnhxdjA0aDZHcTEiLCJtYWMiOiJhNzhkMGM2Yzc4ODFmNzA0ZWQ1YjNmMjAyMWQ3ZThlMjNkNTFmZWY2ZjNlZDgxYWI3NjJiZjFjZmNlZWUyYjM3IiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 23:23:18 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlNsYVNyeHRBQmhBWk1HdlZpT05DelE9PSIsInZhbHVlIjoiVmNBSUNTUkRCYVNLU2dlNURUQkdmSUx0OFF0UGhBaVdielVpRWV3UmNmWndLbmo2L29WSjdRQXM4bU9sOGJJQ0lUbE00W" 1 => "booking_core_session=eyJpdiI6IkRKZFFwSjJpemtwYnJuM29aeml0MlE9PSIsInZhbHVlIjoibjFUVlFNS1ZmeGZxcWZPeVVTVDBHNSt3Ti9jYStweDhMcEFvV2lRcmRZa0M1eGNtTWpaVytLV3hCVHdXK0FMYllMT3lFaHBXQ3VVczA4dyt6ZzdqRDV0V0cxc0FtbXM3RGRSQ2tJakp2ZkYxN0x3MjNtSitEOWlXcWRiMklqMUYiLCJtYWMiOiI3Yzc2NjYxODQ0ODA4OGY4Mjc2MWY5YmIyMDhhYjY5MjE5YjZiOGEyMmQwM2E1ZGMxMTBmMzNhMmExNjQ2ZWJjIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 23:23:18 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IkRKZFFwSjJpemtwYnJuM29aeml0MlE9PSIsInZhbHVlIjoibjFUVlFNS1ZmeGZxcWZPeVVTVDBHNSt3Ti9jYStweDhMcEFvV2lRcmRZa0M1eGNtTWpaVytLV3hCVHdXK0F" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNsYVNyeHRBQmhBWk1HdlZpT05DelE9PSIsInZhbHVlIjoiVmNBSUNTUkRCYVNLU2dlNURUQkdmSUx0OFF0UGhBaVdielVpRWV3UmNmWndLbmo2L29WSjdRQXM4bU9sOGJJQ0lUbE00WXAzMEFUYTY5TEMvSTU0em8vU2NFQ1lXSHNjU2xCMFdPTmdnWUZRL1lpdGI5cmZLbnhxdjA0aDZHcTEiLCJtYWMiOiJhNzhkMGM2Yzc4ODFmNzA0ZWQ1YjNmMjAyMWQ3ZThlMjNkNTFmZWY2ZjNlZDgxYWI3NjJiZjFjZmNlZWUyYjM3IiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 23:23:18 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlNsYVNyeHRBQmhBWk1HdlZpT05DelE9PSIsInZhbHVlIjoiVmNBSUNTUkRCYVNLU2dlNURUQkdmSUx0OFF0UGhBaVdielVpRWV3UmNmWndLbmo2L29WSjdRQXM4bU9sOGJJQ0lUbE00W" 1 => "booking_core_session=eyJpdiI6IkRKZFFwSjJpemtwYnJuM29aeml0MlE9PSIsInZhbHVlIjoibjFUVlFNS1ZmeGZxcWZPeVVTVDBHNSt3Ti9jYStweDhMcEFvV2lRcmRZa0M1eGNtTWpaVytLV3hCVHdXK0FMYllMT3lFaHBXQ3VVczA4dyt6ZzdqRDV0V0cxc0FtbXM3RGRSQ2tJakp2ZkYxN0x3MjNtSitEOWlXcWRiMklqMUYiLCJtYWMiOiI3Yzc2NjYxODQ0ODA4OGY4Mjc2MWY5YmIyMDhhYjY5MjE5YjZiOGEyMmQwM2E1ZGMxMTBmMzNhMmExNjQ2ZWJjIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 23:23:18 GMT; path=/; httponlybooking_core_session=eyJpdiI6IkRKZFFwSjJpemtwYnJuM29aeml0MlE9PSIsInZhbHVlIjoibjFUVlFNS1ZmeGZxcWZPeVVTVDBHNSt3Ti9jYStweDhMcEFvV2lRcmRZa0M1eGNtTWpaVytLV3hCVHdXK0F" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "KB06l0HXp0g0MYZopQXN6UFs5xbibhygNi5EVXCm" "bc_current_currency" => "eur" "_previous" => array:1 [ "url" => "https://www.villabnb.com.tr/profile/4/services?type=tour" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-28 21:23:18GET/profile/4/services?type=tour282813