vendor

Elise Aarohi ico-vefified-1

Member Since Apr 2025


  • Vendor
  • 38 reviews

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

Verifications

  • success Phone
  • success ID Card
Car by Elise
Paris
5 Auto 3 4
from
$400 /day
California
8 Auto 5 4
from
$350 /day
Showing 1 - 2 of 2 total
Request history8.0.30PHP Version4.83sRequest Duration36MBMemory UsageGET profile/{id}/servicesRouteAuth status
    • Booting (2.25s)time
    • Application (2.58s)time
    • 1 x Application (53.49%)
      2.58s
      1 x Booting (46.51%)
      2.25s
      24 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 Car::frontend.profile.serviceservice.blade.php#?blade
      • 1x Car::frontend.blocks.list-car.indexindex.blade.php#?blade
      • 2x Car::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.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
      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 duplicates)Show only duplicates23.91ms
      • ProfileController.php#59aarnatours290425_abhi_tNt2.93msselect * from `users` where `user_name` = '4' and `users`.`deleted_at` is null limit 1
        Bindings
        • 0: 4
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/User/Controllers/ProfileController.php:59
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ProfileController.php#61aarnatours290425_abhi_tNt1.17msselect * from `users` where `users`.`id` = '4' and `users`.`deleted_at` is null limit 1
        Bindings
        • 0: 4
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/User/Controllers/ProfileController.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ProfileController.php#73aarnatours290425_abhi_tNt850μsselect count(*) as aggregate from `bravo_cars` where (`author_id` = 4 and `status` = 'publish') and `bravo_cars`.`deleted_at` is null
        Bindings
        • 0: 4
        • 1: publish
        Backtrace
        • modules/User/Controllers/ProfileController.php:73
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ProfileController.php#73aarnatours290425_abhi_tNt770μsselect * from `bravo_cars` where (`author_id` = 4 and `status` = 'publish') and `bravo_cars`.`deleted_at` is null order by `id` desc limit 6 offset 0
        Bindings
        • 0: 4
        • 1: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/User/Controllers/ProfileController.php:73
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ProfileController.php#73aarnatours290425_abhi_tNt700μsselect * from `bravo_locations` where `bravo_locations`.`id` in (1, 3) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/User/Controllers/ProfileController.php:73
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ProfileController.php#73aarnatours290425_abhi_tNt890μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 3)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/User/Controllers/ProfileController.php:73
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • User.php#97aarnatours290425_abhi_tNt800μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'social_meta_avatar') limit 1
        Bindings
        • 0: 4
        • 1: social_meta_avatar
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:195
        • view::User::frontend.profile.sidebar:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • User.php#97aarnatours290425_abhi_tNt750μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'social_meta_avatar') limit 1
        Bindings
        • 0: 4
        • 1: social_meta_avatar
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:195
        • view::User::frontend.profile.sidebar:4
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • HasRoles.php#56aarnatours290425_abhi_tNt720μsselect * from `core_roles` where `core_roles`.`id` = 2 limit 1
        Bindings
        • 0: 2
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/User/Traits/HasRoles.php:56
        • view::User::frontend.profile.sidebar:10
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • User.php#283aarnatours290425_abhi_tNt910μsselect count(`id`) as aggregate from `bravo_review` where `vendor_id` = 4 and `status` = 'approved' and `bravo_review`.`deleted_at` is null
        Bindings
        • 0: 4
        • 1: approved
        Backtrace
        • app/User.php:283
        • view::User::frontend.profile.sidebar:31
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • User.php#283aarnatours290425_abhi_tNt980μsselect count(`id`) as aggregate from `bravo_review` where `vendor_id` = 4 and `status` = 'approved' and `bravo_review`.`deleted_at` is null
        Bindings
        • 0: 4
        • 1: approved
        Backtrace
        • app/User.php:283
        • view::User::frontend.profile.sidebar:35
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • User.php#97aarnatours290425_abhi_tNt640μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_phone') limit 1
        Bindings
        • 0: 4
        • 1: is_verified_phone
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:388
        • app/User.php:360
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt570μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_phone') limit 1
        Bindings
        • 0: 4
        • 1: verify_data_phone
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:391
        • app/User.php:361
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt810μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_id_card') limit 1
        Bindings
        • 0: 4
        • 1: is_verified_id_card
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:388
        • app/User.php:360
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt630μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_id_card') limit 1
        Bindings
        • 0: 4
        • 1: verify_data_id_card
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:391
        • app/User.php:361
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt680μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_phone') limit 1
        Bindings
        • 0: 4
        • 1: is_verified_phone
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:388
        • app/User.php:360
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt740μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_phone') limit 1
        Bindings
        • 0: 4
        • 1: verify_data_phone
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:391
        • app/User.php:361
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt660μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_id_card') limit 1
        Bindings
        • 0: 4
        • 1: is_verified_id_card
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:388
        • app/User.php:360
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt910μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_id_card') limit 1
        Bindings
        • 0: 4
        • 1: verify_data_id_card
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:391
        • app/User.php:361
        • view::User::frontend.profile.sidebar:63
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt590μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_phone') limit 1
        Bindings
        • 0: 4
        • 1: is_verified_phone
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:388
        • app/User.php:360
        • view::User::frontend.profile.sidebar:64
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt730μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_phone') limit 1
        Bindings
        • 0: 4
        • 1: verify_data_phone
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:391
        • app/User.php:361
        • view::User::frontend.profile.sidebar:64
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt600μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'is_verified_id_card') limit 1
        Bindings
        • 0: 4
        • 1: is_verified_id_card
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:388
        • app/User.php:360
        • view::User::frontend.profile.sidebar:64
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • User.php#97aarnatours290425_abhi_tNt650μsselect * from `user_meta` where (`user_id` = 4 and `name` = 'verify_data_id_card') limit 1
        Bindings
        • 0: 4
        • 1: verify_data_id_card
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/User.php:97
        • app/User.php:391
        • app/User.php:361
        • view::User::frontend.profile.sidebar:64
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • HasTranslations.php#51aarnatours290425_abhi_tNt960μsselect * from `bravo_car_translations` where `bravo_car_translations`.`origin_id` = 13 and `bravo_car_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_car_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 13
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Car::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt850μsselect * from `bravo_car_translations` where `bravo_car_translations`.`origin_id` = 12 and `bravo_car_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_car_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 12
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Car::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt900μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt890μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • AppHelper.php#627aarnatours290425_abhi_tNt630μsselect * from `core_pages` where `core_pages`.`id` = '' and `core_pages`.`deleted_at` is null limit 1
        Bindings
        • 0: 
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Helpers/AppHelper.php:627
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      Modules\Car\Models\Car
      2Car.php#?
      Modules\Location\Models\Location
      2Location.php#?
      App\User
      1User.php#?
      Modules\User\Models\Role
      1Role.php#?
        web
        null
        sanctum
        null
          _token
          n5AN4dSKEF6i9n2kZ1PciLASxJVz9P7utoCDYseN
          bc_current_currency
          usd
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/profile/4/services?type=car" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          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" => "car" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:12 [ "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkR5WGZFc1RLUStZRThkcHpaUnpFTkE9PSIsInZhbHVlIjoiSURrL1F2ZVIzTEJZalZTQldTRzQ5bVVMZDBwV3VCSmdZNS9vTDZyaTh6dDBWcUVmaTIxWFc2M2p2TGNoRUp6RVMyVm5vMzBXdFVxb2UyeGoweGRhZlhiaEZsUXNHTDRLbnBUaEh2c25aN2RHSlpQNDc0ZXlkV0F2OG1qRlFTVHgiLCJtYWMiOiI2OTAzYzA1ZGNiOWJkODgwZDJjOWQ5M2ZmMTI3MGI5YTgzNjRhNmU3NDE2ZDNlNDVjY2Q5ZDk4YjEzMWIxMWIzIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6Im9KYzhhOU85QkoxOGpXT3kvQWJuRXc9PSIsInZhbHVlIjoiZHZHS002c2pjdDZqYmErNDA4cGsydU9ibkJZQmFTbEJWd2VLVm9vOFdEUHBoekJqaE1VOStQRUdGdmQwMVJiZ1ZWRTlGWHdzUWtLbDdpc2IvTm5xL3J1RkdtZWpoWXV0SWhZM0JqVmlmU3pNNUx5RWVRYytzdE56S21HTU1YOTQiLCJtYWMiOiI1MzMxZThiNTk3Y2IxMWZhMjg4YTU2ZGRhZTRkYTU2NDg1ZGY3YWExYjY1MzUzMjAwMzkwNTQ2YWEyY2UzYTg2IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkR5WGZFc1RLUStZRThkcHpaUnpFTkE9PSIsInZhbHVlIjoiSURrL1F2ZVIzTEJZalZTQldTRzQ5bVVMZDBwV3VCSmdZNS9vTDZyaTh6dDBWcUVmaTIxWFc2M2p2TGNoRUp6RVMyVm5vM" ] "host" => array:1 [ 0 => "aarnatours.com" ] "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 => "10.2.22.38" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-6l7n7 (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "n5AN4dSKEF6i9n2kZ1PciLASxJVz9P7utoCDYseN" "booking_core_session" => "VytzXWfrsDD9VsFgLQAMpmPyr937hBv5XVckuXN8" ]
          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 => "Sun, 13 Jul 2025 07:28:06 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InJnREJScTdzWjV0M1gwaTlacHNkMHc9PSIsInZhbHVlIjoiWXlkWkYrSGZMbXVVZXRETHZPSEZPNU1mUk56QWdiR0ZSdm5mMVBJdVdMRE5EWERVeklwamZrdTNTOVZmOCt1SGRhalUwZEdaLzFUUEFrU3lnNjdxQU1oVWdVdHlHR0ZuSzFvWnJHZWZDZGZXSGNYQTBndHdqNFRMdzdnVzdtdkQiLCJtYWMiOiI5YzRlNzYxNDNmNmIxODBhMzI2YTM0MDZmOGE0NTZkOTc4YTFkMWNkMGMyNzk4ZTRiOTdkMGJkNTVkYTljOTlkIiwidGFnIjoiIn0%3D; expires=Sun, 13-Jul-2025 09:28:08 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InJnREJScTdzWjV0M1gwaTlacHNkMHc9PSIsInZhbHVlIjoiWXlkWkYrSGZMbXVVZXRETHZPSEZPNU1mUk56QWdiR0ZSdm5mMVBJdVdMRE5EWERVeklwamZrdTNTOVZmOCt1SGRhalUwZ" 1 => "booking_core_session=eyJpdiI6ImgwVy9VUmJacDN3SExrN29YWHFwSEE9PSIsInZhbHVlIjoiQjJKc0k0VXZ1aFg4aldvTjJ4Vmx4dzJ6cm1zMXo5MWZFYmVNay8zZ05hQ1J4dHNNbFR6L21sMFNyS0dRa0wwTzAyUDhqR04wQk1URExpT3pXS0lRdkJGWmZnN3o1MG5VMG5tZGFmT2VMWGQwdzA0amFSL2Z3cEdYbEl2Wm5oS2QiLCJtYWMiOiJhZDc2ZWNlOWYxMWFhNzgxOGU5Y2EyMWNlYWM4ZTQ4ZmU5MWRmNWE0YjgzYTgzOWYwNWZlZTBiN2I0NTY2NjFlIiwidGFnIjoiIn0%3D; expires=Sun, 13-Jul-2025 09:28:08 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6ImgwVy9VUmJacDN3SExrN29YWHFwSEE9PSIsInZhbHVlIjoiQjJKc0k0VXZ1aFg4aldvTjJ4Vmx4dzJ6cm1zMXo5MWZFYmVNay8zZ05hQ1J4dHNNbFR6L21sMFNyS0dRa0w" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InJnREJScTdzWjV0M1gwaTlacHNkMHc9PSIsInZhbHVlIjoiWXlkWkYrSGZMbXVVZXRETHZPSEZPNU1mUk56QWdiR0ZSdm5mMVBJdVdMRE5EWERVeklwamZrdTNTOVZmOCt1SGRhalUwZEdaLzFUUEFrU3lnNjdxQU1oVWdVdHlHR0ZuSzFvWnJHZWZDZGZXSGNYQTBndHdqNFRMdzdnVzdtdkQiLCJtYWMiOiI5YzRlNzYxNDNmNmIxODBhMzI2YTM0MDZmOGE0NTZkOTc4YTFkMWNkMGMyNzk4ZTRiOTdkMGJkNTVkYTljOTlkIiwidGFnIjoiIn0%3D; expires=Sun, 13-Jul-2025 09:28:08 GMT; path=/XSRF-TOKEN=eyJpdiI6InJnREJScTdzWjV0M1gwaTlacHNkMHc9PSIsInZhbHVlIjoiWXlkWkYrSGZMbXVVZXRETHZPSEZPNU1mUk56QWdiR0ZSdm5mMVBJdVdMRE5EWERVeklwamZrdTNTOVZmOCt1SGRhalUwZ" 1 => "booking_core_session=eyJpdiI6ImgwVy9VUmJacDN3SExrN29YWHFwSEE9PSIsInZhbHVlIjoiQjJKc0k0VXZ1aFg4aldvTjJ4Vmx4dzJ6cm1zMXo5MWZFYmVNay8zZ05hQ1J4dHNNbFR6L21sMFNyS0dRa0wwTzAyUDhqR04wQk1URExpT3pXS0lRdkJGWmZnN3o1MG5VMG5tZGFmT2VMWGQwdzA0amFSL2Z3cEdYbEl2Wm5oS2QiLCJtYWMiOiJhZDc2ZWNlOWYxMWFhNzgxOGU5Y2EyMWNlYWM4ZTQ4ZmU5MWRmNWE0YjgzYTgzOWYwNWZlZTBiN2I0NTY2NjFlIiwidGFnIjoiIn0%3D; expires=Sun, 13-Jul-2025 09:28:08 GMT; path=/; httponlybooking_core_session=eyJpdiI6ImgwVy9VUmJacDN3SExrN29YWHFwSEE9PSIsInZhbHVlIjoiQjJKc0k0VXZ1aFg4aldvTjJ4Vmx4dzJ6cm1zMXo5MWZFYmVNay8zZ05hQ1J4dHNNbFR6L21sMFNyS0dRa0w" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "n5AN4dSKEF6i9n2kZ1PciLASxJVz9P7utoCDYseN" "bc_current_currency" => "usd" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/profile/4/services?type=car" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-13 07:28:08GET/public/profile/4/services?type=car24286