administrator

System Admin ico-vefified-1

Member Since Apr 2025


  • Vendor
  • 94 reviews

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

Verifications

  • success Phone
  • success ID Card
  • success Trade License
Hotel by System
Paris
4.6/5 Excellent 5 Reviews
from
59.971 ¥ /night
Paris
4.7/5 Excellent 3 Reviews
from
54.519 ¥ /night
Paris
4.8/5 Excellent 5 Reviews
from
38.163 ¥ /night
Paris
4.5/5 Excellent 4 Reviews
from
38.163 ¥ /night
Paris
4.5/5 Excellent 4 Reviews
from
32.711 ¥ /night
Showing 1 - 5 of 5 total
Request history8.0.30PHP Version1.48sRequest Duration37MBMemory UsageGET egy/profile/{id}/servicesRouteAuth status
    • Booting (701ms)time
    • Application (784ms)time
    • 1 x Application (52.78%)
      784ms
      1 x Booting (47.21%)
      701ms
      27 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 Hotel::frontend.profile.serviceservice.blade.php#?blade
      • 1x Hotel::frontend.blocks.list-hotel.indexindex.blade.php#?blade
      • 5x Hotel::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 egy/profile/{id}/services
      middleware
      web
      controller
      Modules\User\Controllers\ProfileController@allServices
      namespace
      Modules\User\Controllers
      prefix
      egy/profile
      where
      as
      user.profile.services
      file
      modules/User/Controllers/ProfileController.php:51-76
      37 statements were executed (24 duplicates)Show only duplicates30.52ms
      • ProfileController.php#59aarnatours290425_abhi_tNt3.61msselect * from `users` where `user_name` = '1' and `users`.`deleted_at` is null limit 1
        Bindings
        • 0: 1
        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_tNt990μsselect * from `users` where `users`.`id` = '1' and `users`.`deleted_at` is null limit 1
        Bindings
        • 0: 1
        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_tNt870μsselect count(*) as aggregate from `bravo_hotels` where (`author_id` = 1 and `status` = 'publish') and `bravo_hotels`.`deleted_at` is null
        Bindings
        • 0: 1
        • 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_tNt840μsselect * from `bravo_hotels` where (`author_id` = 1 and `status` = 'publish') and `bravo_hotels`.`deleted_at` is null order by `id` desc limit 6 offset 0
        Bindings
        • 0: 1
        • 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_tNt640μsselect * from `bravo_locations` where `bravo_locations`.`id` in (1) 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_tNt660μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (1)
        Bindings
        • 0: egy
        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_tNt780μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'social_meta_avatar') limit 1
        Bindings
        • 0: 1
        • 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_tNt500μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'social_meta_avatar') limit 1
        Bindings
        • 0: 1
        • 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_tNt670μsselect * from `core_roles` where `core_roles`.`id` = 1 limit 1
        Bindings
        • 0: 1
        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_tNt1.05msselect count(`id`) as aggregate from `bravo_review` where `vendor_id` = 1 and `status` = 'approved' and `bravo_review`.`deleted_at` is null
        Bindings
        • 0: 1
        • 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_tNt770μsselect count(`id`) as aggregate from `bravo_review` where `vendor_id` = 1 and `status` = 'approved' and `bravo_review`.`deleted_at` is null
        Bindings
        • 0: 1
        • 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_tNt670μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'is_verified_phone') limit 1
        Bindings
        • 0: 1
        • 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_tNt500μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_phone') limit 1
        Bindings
        • 0: 1
        • 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_tNt1.02msselect * from `user_meta` where (`user_id` = 1 and `name` = 'is_verified_id_card') limit 1
        Bindings
        • 0: 1
        • 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_tNt900μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_id_card') limit 1
        Bindings
        • 0: 1
        • 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` = 1 and `name` = 'is_verified_trade_license') limit 1
        Bindings
        • 0: 1
        • 1: is_verified_trade_license
        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_tNt560μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_trade_license') limit 1
        Bindings
        • 0: 1
        • 1: verify_data_trade_license
        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_tNt710μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'is_verified_phone') limit 1
        Bindings
        • 0: 1
        • 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_tNt600μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_phone') limit 1
        Bindings
        • 0: 1
        • 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_tNt700μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'is_verified_id_card') limit 1
        Bindings
        • 0: 1
        • 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_tNt640μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_id_card') limit 1
        Bindings
        • 0: 1
        • 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_tNt740μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'is_verified_trade_license') limit 1
        Bindings
        • 0: 1
        • 1: is_verified_trade_license
        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_tNt770μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_trade_license') limit 1
        Bindings
        • 0: 1
        • 1: verify_data_trade_license
        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` = 1 and `name` = 'is_verified_phone') limit 1
        Bindings
        • 0: 1
        • 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_tNt650μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_phone') limit 1
        Bindings
        • 0: 1
        • 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_tNt620μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'is_verified_id_card') limit 1
        Bindings
        • 0: 1
        • 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_tNt540μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'verify_data_id_card') limit 1
        Bindings
        • 0: 1
        • 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
      • User.php#97aarnatours290425_abhi_tNt710μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'is_verified_trade_license') limit 1
        Bindings
        • 0: 1
        • 1: is_verified_trade_license
        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` = 1 and `name` = 'verify_data_trade_license') limit 1
        Bindings
        • 0: 1
        • 1: verify_data_trade_license
        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_tNt930μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 9 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 9
        • 1: egy
        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::Hotel::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_tNt640μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 4 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 4
        • 1: egy
        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::Hotel::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_tNt870μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 3 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 3
        • 1: egy
        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::Hotel::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_tNt960μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 2 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 2
        • 1: egy
        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::Hotel::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_tNt870μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 1 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 1
        • 1: egy
        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::Hotel::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_tNt700μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        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` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        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_tNt730μ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\Hotel\Models\Hotel
      5Hotel.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      App\User
      1User.php#?
      Modules\Location\Models\Location
      1Location.php#?
      Modules\User\Models\Role
      1Role.php#?
        web
        null
        sanctum
        null
          _token
          0E94KsdJv3BTNWGVuzG2T13ffa8X5arF6W3gUky6
          bc_current_currency
          jpy
          _previous
          array:1 [ "url" => "https://aarnatours.com/egy/profile/1/services?type=hotel" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/profile/1/services
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "type" => "hotel" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:17 [ "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, br, zstd" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFqR3RiZUFySVJoQ29oZzQ3OVFrSlE9PSIsInZhbHVlIjoiaXAvcC9OQjJtRE0yNStuMkhZWlFRWWFoelZyQ3I1REdOWGlwb2RJS0ZIWEFVaWNKaGl6L2ZyMVJtR3ZXeHR3Tks5WURSMXhCbWMxTDBQYWRIVUZPNWxXNnNkU24zV2ErK25NaDZUVVg1NmRMNlZ4aFpDRnVXWUpXeUJRNExGZEkiLCJtYWMiOiJjYzgzOGQ0MzgxN2NjMTAyZWZhYzJhOTlmMjE5ZTkwOGJlNThlNzA0MjU0ZGE3Y2Q1NGZlMzA3NGUzNTNjMDJlIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6Imlva1BuQ1UrdGdCbGI4d3ZjN0s4Mmc9PSIsInZhbHVlIjoiWlZyRlZFQTlhOExaQkwyWnluUGdPbXRNTEFaN1ljN2EySnZQbTYxNTlIeVVvWlVmQTVHOFl6cmg4d2l2eHdWbjlneUttYndJMjJlZ3RSc2cyaG5jY3BnVlFQNktJRDZoOXVNNzd3bHducDk3Ulc5VTgwTU5KdU9NcnZGdzZWTFAiLCJtYWMiOiIzMDRhMDFhZmNlMWVkZDUxYjM5M2E1M2M3MzEzMmIzYzE0NzM5ZWEyMGVjYzNiYmRlZjYyYTBkM2VhMWVmZWY4IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlFqR3RiZUFySVJoQ29oZzQ3OVFrSlE9PSIsInZhbHVlIjoiaXAvcC9OQjJtRE0yNStuMkhZWlFRWWFoelZyQ3I1REdOWGlwb2RJS0ZIWEFVaWNKaGl6L2ZyMVJtR3ZXeHR3Tks5WURSM" ] "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" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "0E94KsdJv3BTNWGVuzG2T13ffa8X5arF6W3gUky6" "booking_core_session" => "XX2A9QYCdQBvntQuelu8Pinb4AO3JHmB9zz6I4I6" ]
          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, 08 Jun 2025 20:04:08 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVlSS9XOUhPMVhrU3NVUmhnRVJIMmc9PSIsInZhbHVlIjoickcxbWFwUEhZei9nVnN2K0ErbmRZdFUwWmFoamVtcmN5UFQvUEd4T1pJK1dJUGhXVm1MMjQ5bWR4UGxVZlJpZy9HU0dyNG5ZbmVoQ3hEdU1MekNGY1AyeWxzaGtxbHJjWlQwZ21BLzczeVhlVVRXNFZUZU5va0d2VTBhMzUrclkiLCJtYWMiOiIxZTA3MmEzMGFkZmRkZTE3MWJjNzI1YmM5ZTc1NWRkODQyZjUyYzljMmE2MDZmZTA3ODkyNDNjNjllMmZhYjMzIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:04:08 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjVlSS9XOUhPMVhrU3NVUmhnRVJIMmc9PSIsInZhbHVlIjoickcxbWFwUEhZei9nVnN2K0ErbmRZdFUwWmFoamVtcmN5UFQvUEd4T1pJK1dJUGhXVm1MMjQ5bWR4UGxVZlJpZy9HU0dyN" 1 => "booking_core_session=eyJpdiI6Im5HZTBsbUNJbHRHekVlU2lDL0FZTHc9PSIsInZhbHVlIjoiekluSzB1bkU0c1U2TGtlZncrV01zRDJVVzFVV2VrVkJQM3lmdGNQNWNaanp0U2hmaFBWdi8rWHJETVVIUzVMakRTZkN6VkpJTmhzdDJzY0ZELzQwM1RTNU9PUFFZUTRzcUc4QTRab0QwL2x5MkpDYTZzN21UV0xzMTkySm5lb1AiLCJtYWMiOiJhOWE3ZWEzODg3YzU2YWU5Mzc3MDlhMDIxZWU3OWM4OTU2Y2M1Y2QwY2MwZjllYWVkY2U1NmYyMjc0MTRjNzhkIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:04:08 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6Im5HZTBsbUNJbHRHekVlU2lDL0FZTHc9PSIsInZhbHVlIjoiekluSzB1bkU0c1U2TGtlZncrV01zRDJVVzFVV2VrVkJQM3lmdGNQNWNaanp0U2hmaFBWdi8rWHJETVVIUzV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVlSS9XOUhPMVhrU3NVUmhnRVJIMmc9PSIsInZhbHVlIjoickcxbWFwUEhZei9nVnN2K0ErbmRZdFUwWmFoamVtcmN5UFQvUEd4T1pJK1dJUGhXVm1MMjQ5bWR4UGxVZlJpZy9HU0dyNG5ZbmVoQ3hEdU1MekNGY1AyeWxzaGtxbHJjWlQwZ21BLzczeVhlVVRXNFZUZU5va0d2VTBhMzUrclkiLCJtYWMiOiIxZTA3MmEzMGFkZmRkZTE3MWJjNzI1YmM5ZTc1NWRkODQyZjUyYzljMmE2MDZmZTA3ODkyNDNjNjllMmZhYjMzIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:04:08 GMT; path=/XSRF-TOKEN=eyJpdiI6IjVlSS9XOUhPMVhrU3NVUmhnRVJIMmc9PSIsInZhbHVlIjoickcxbWFwUEhZei9nVnN2K0ErbmRZdFUwWmFoamVtcmN5UFQvUEd4T1pJK1dJUGhXVm1MMjQ5bWR4UGxVZlJpZy9HU0dyN" 1 => "booking_core_session=eyJpdiI6Im5HZTBsbUNJbHRHekVlU2lDL0FZTHc9PSIsInZhbHVlIjoiekluSzB1bkU0c1U2TGtlZncrV01zRDJVVzFVV2VrVkJQM3lmdGNQNWNaanp0U2hmaFBWdi8rWHJETVVIUzVMakRTZkN6VkpJTmhzdDJzY0ZELzQwM1RTNU9PUFFZUTRzcUc4QTRab0QwL2x5MkpDYTZzN21UV0xzMTkySm5lb1AiLCJtYWMiOiJhOWE3ZWEzODg3YzU2YWU5Mzc3MDlhMDIxZWU3OWM4OTU2Y2M1Y2QwY2MwZjllYWVkY2U1NmYyMjc0MTRjNzhkIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:04:08 GMT; path=/; httponlybooking_core_session=eyJpdiI6Im5HZTBsbUNJbHRHekVlU2lDL0FZTHc9PSIsInZhbHVlIjoiekluSzB1bkU0c1U2TGtlZncrV01zRDJVVzFVV2VrVkJQM3lmdGNQNWNaanp0U2hmaFBWdi8rWHJETVVIUzV" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "0E94KsdJv3BTNWGVuzG2T13ffa8X5arF6W3gUky6" "bc_current_currency" => "jpy" "_previous" => array:1 [ "url" => "https://aarnatours.com/egy/profile/1/services?type=hotel" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-08 20:04:08GET/egy/profile/1/services?type=hotel273710