Emmar Al Manar

IBR RD, Makkah, Saudi Arabia
Emmar Al Manar
Emmar Al Manar
Emmar Al Manar
Emmar Al Manar
Emmar Al Manar
Emmar Al Manar
Emmar Al Manar
Emmar Al Manar
Double Bed: Rs 12,920.00
Triple Bed: Rs 13,680.00
Quaduple Bed: Rs 14,440.00
8.1.29PHP Version43.31msRequest Duration3MBMemory UsageGET hotels/{slug}Route
  • warninglog[13:34:26] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • Booting (13.99ms)
  • Application (29.32ms)
  • 1 x Application (67.69%)
    29.32ms
    1 x Booting (32.29%)
    13.99ms
    10 templates were rendered
    • frontend.hotel.detail (resources/views/frontend/hotel/detail.blade.php)1blade
      Params
      0
      hotel
    • components.share-modal (resources/views/components/share-modal.blade.php)3blade
      Params
      0
      attributes
      1
      slot
      2
      __laravel_slots
    • layouts.frontend.app (resources/views/layouts/frontend/app.blade.php)10blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
    • layouts.frontend.partials.links (resources/views/layouts/frontend/partials/links.blade.php)12blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
      10
      favicon
      11
      seoContent
    • layouts.frontend.partials.navbar (resources/views/layouts/frontend/partials/navbar.blade.php)17blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
      10
      favicon
      11
      seoContent
      12
      customCode
      13
      customData
      14
      headerCode
      15
      footerCode
      16
      contactInfo
    • layouts.frontend.partials.footer (resources/views/layouts/frontend/partials/footer.blade.php)20blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
      10
      favicon
      11
      seoContent
      12
      customCode
      13
      customData
      14
      headerCode
      15
      footerCode
      16
      contactInfo
      17
      socialLinks
      18
      contact
      19
      visas
    • layouts.frontend.partials.scripts (resources/views/layouts/frontend/partials/scripts.blade.php)17blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
      10
      favicon
      11
      seoContent
      12
      customCode
      13
      customData
      14
      headerCode
      15
      footerCode
      16
      contactInfo
    • frontend.ajax-file (resources/views/frontend/ajax-file.blade.php)17blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
      10
      favicon
      11
      seoContent
      12
      customCode
      13
      customData
      14
      headerCode
      15
      footerCode
      16
      contactInfo
    • auth.loginmodal (resources/views/auth/loginmodal.blade.php)17blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
      10
      favicon
      11
      seoContent
      12
      customCode
      13
      customData
      14
      headerCode
      15
      footerCode
      16
      contactInfo
    • frontend.partials.car_booking_modal (resources/views/frontend/partials/car_booking_modal.blade.php)17blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      hotel
      4
      __currentLoopData
      5
      hotelImage
      6
      loop
      7
      timePeriod
      8
      roomPrice
      9
      component
      10
      favicon
      11
      seoContent
      12
      customCode
      13
      customData
      14
      headerCode
      15
      footerCode
      16
      contactInfo
    uri
    GET hotels/{slug}
    middleware
    web
    controller
    App\Http\Controllers\HotelController@detail
    namespace
    prefix
    where
    as
    hotels.detail
    file
    app/Http/Controllers/HotelController.php:149-166
    27 statements were executed, 4 of which were duplicated, 23 unique6.83ms
    • select * from `settings` where `name` = 'sabre_creds' limit 1
      1.29ms/app/Helpers/RouteHelper.php:245dtravelss
      Metadata
      Bindings
      • 0. sabre_creds
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:245
      • 17. /vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418
      • 19. /app/Helpers/RouteHelper.php:247
      • 22. /vendor/laravel/framework/src/Illuminate/Container/Container.php:917
      • 23. /vendor/laravel/framework/src/Illuminate/Container/Container.php:758
    • select * from `hotels` where `status` = 1 and `slug` = 'emmar-al-manar' and `hotels`.`deleted_at` is null limit 1
      330μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Bindings
      • 0. 1
      • 1. emmar-al-manar
      Backtrace
      • 15. /app/Http/Controllers/HotelController.php:161
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `galleries` where `galleries`.`imageable_id` in (14) and `galleries`.`imageable_type` = 'App\Models\Hotel' order by `id` desc
      390μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Bindings
      • 0. App\Models\Hotel
      Backtrace
      • 20. /app/Http/Controllers/HotelController.php:161
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `countries` where `countries`.`id` in (187)
      300μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Backtrace
      • 20. /app/Http/Controllers/HotelController.php:161
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `id`, `name`, `city_code` from `cities` where `cities`.`id` in (7982)
      260μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Backtrace
      • 20. /app/Http/Controllers/HotelController.php:161
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `currencies` where `currencies`.`id` in (2)
      190μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Backtrace
      • 20. /app/Http/Controllers/HotelController.php:161
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `hotel_time_period` where `hotel_time_period`.`hotel_id` in (14) and exists (select * from `time_periods` where `hotel_time_period`.`time_period_id` = `time_periods`.`id` and date(`start_date`) <= '2025-06-24' and date(`end_date`) >= '2025-06-24' and `time_periods`.`deleted_at` is null)
      270μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Bindings
      • 0. 2025-06-24
      • 1. 2025-06-24
      Backtrace
      • 20. /app/Http/Controllers/HotelController.php:161
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `room_prices` where `room_prices`.`hotel_time_period_id` in (144) and `room_prices`.`deleted_at` is null
      230μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Backtrace
      • 25. /app/Http/Controllers/HotelController.php:161
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `id`, `start_date`, `end_date` from `time_periods` where `time_periods`.`id` in (7) and `time_periods`.`deleted_at` is null
      290μs/app/Http/Controllers/HotelController.php:161dtravelss
      Metadata
      Backtrace
      • 25. /app/Http/Controllers/HotelController.php:161
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `id`, `name` from `room_types` where `room_types`.`id` = 2 and `status` = 1 and `room_types`.`deleted_at` is null limit 1
      240μsview::ba62dd34a70f70724f2ff400a6a60529ea7ebcba:127dtravelss
      Metadata
      Bindings
      • 0. 2
      • 1. 1
      Backtrace
      • 20. view::ba62dd34a70f70724f2ff400a6a60529ea7ebcba:127
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 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:61
    • select `id`, `name` from `room_types` where `room_types`.`id` = 3 and `status` = 1 and `room_types`.`deleted_at` is null limit 1
      200μsview::ba62dd34a70f70724f2ff400a6a60529ea7ebcba:127dtravelss
      Metadata
      Bindings
      • 0. 3
      • 1. 1
      Backtrace
      • 20. view::ba62dd34a70f70724f2ff400a6a60529ea7ebcba:127
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 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:61
    • select `id`, `name` from `room_types` where `room_types`.`id` = 4 and `status` = 1 and `room_types`.`deleted_at` is null limit 1
      130μsview::ba62dd34a70f70724f2ff400a6a60529ea7ebcba:127dtravelss
      Metadata
      Bindings
      • 0. 4
      • 1. 1
      Backtrace
      • 20. view::ba62dd34a70f70724f2ff400a6a60529ea7ebcba:127
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 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:61
    • select * from `settings` where `name` = 'favicon' limit 1
      170μs/app/Helpers/RouteHelper.php:225dtravelss
      Metadata
      Bindings
      • 0. favicon
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:225
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `seo_settings` where `page_uri` = '/hotels/emmar-al-manar' limit 1
      180μs/app/Helpers/GeneralHelper.php:93dtravelss
      Metadata
      Bindings
      • 0. /hotels/emmar-al-manar
      Backtrace
      • 15. /app/Helpers/GeneralHelper.php:93
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `settings` where `name` = 'custom_code' limit 1
      240μs/app/Helpers/RouteHelper.php:225dtravelss
      Metadata
      Bindings
      • 0. custom_code
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:225
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `settings` where `name` = 'logo' limit 1
      190μs/app/Helpers/RouteHelper.php:225dtravelss
      Metadata
      Bindings
      • 0. logo
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:225
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `settings` where `name` = 'hajj_nav' limit 1
      190μs/app/Helpers/RouteHelper.php:225dtravelss
      Metadata
      Bindings
      • 0. hajj_nav
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:225
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `settings` where `name` = 'contact_info' limit 1
      190μs/app/Helpers/RouteHelper.php:225dtravelss
      Metadata
      Bindings
      • 0. contact_info
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:225
      • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    • select * from `settings` where `name` = 'social_links' limit 1
      150μs/app/Helpers/RouteHelper.php:225dtravelss
      Metadata
      Bindings
      • 0. social_links
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:225
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • 22. view::a0d648b9f9fbb2232e79cf87cbd8e4a74369772d:167
    • select * from `settings` where `name` = 'contact_info' limit 1
      160μs/app/Helpers/RouteHelper.php:225dtravelss
      Metadata
      Bindings
      • 0. contact_info
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:225
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • 22. view::a0d648b9f9fbb2232e79cf87cbd8e4a74369772d:167
    • select `id`, `slug` from `visa_requirements` where exists (select * from `countries` where `visa_requirements`.`country_id` = `countries`.`id` and `nice_name` in ('United Arab Emirates', 'Turkey')) and `status` = 1 and `visa_requirements`.`deleted_at` is null
      280μs/app/Providers/AppServiceProvider.php:154dtravelss
      Metadata
      Bindings
      • 0. United Arab Emirates
      • 1. Turkey
      • 2. 1
      Backtrace
      • 14. /app/Providers/AppServiceProvider.php:154
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • 20. view::a0d648b9f9fbb2232e79cf87cbd8e4a74369772d:167
    • select * from `settings` where `name` = 'footer_airlines' limit 1
      200μs/app/Helpers/RouteHelper.php:245dtravelss
      Metadata
      Bindings
      • 0. footer_airlines
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:245
      • 17. /vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418
      • 19. /app/Helpers/RouteHelper.php:247
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `settings` where `name` = 'footer_hotels' limit 1
      150μs/app/Helpers/RouteHelper.php:245dtravelss
      Metadata
      Bindings
      • 0. footer_hotels
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:245
      • 17. /vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418
      • 19. /app/Helpers/RouteHelper.php:247
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `settings` where `name` = 'footer_routes' limit 1
      150μs/app/Helpers/RouteHelper.php:245dtravelss
      Metadata
      Bindings
      • 0. footer_routes
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:245
      • 17. /vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418
      • 19. /app/Helpers/RouteHelper.php:247
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `settings` where `name` = 'tawkto_api_key' limit 1
      150μs/app/Helpers/RouteHelper.php:240dtravelss
      Metadata
      Bindings
      • 0. tawkto_api_key
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:240
      • 17. /vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418
      • 19. /app/Helpers/RouteHelper.php:242
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `settings` where `name` = 'tawkto_api_key' limit 1
      150μs/app/Helpers/RouteHelper.php:245dtravelss
      Metadata
      Bindings
      • 0. tawkto_api_key
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:245
      • 17. /vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418
      • 19. /app/Helpers/RouteHelper.php:247
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `settings` where `name` = 'heading_sub' limit 1
      160μs/app/Helpers/RouteHelper.php:245dtravelss
      Metadata
      Bindings
      • 0. heading_sub
      Backtrace
      • 15. /app/Helpers/RouteHelper.php:245
      • 17. /vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418
      • 19. /app/Helpers/RouteHelper.php:247
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    App\Models\VisaRequirement
    2
    App\Models\RoomType
    3
    App\Models\TimePeriod
    1
    App\Models\RoomPrice
    3
    App\Models\HotelTimePeriod
    1
    App\Models\Currency
    1
    App\Models\City
    1
    App\Models\Country
    1
    App\Models\Gallery
    7
    App\Models\Hotel
    1
    App\Models\Setting
    7
        _token
        f7MBEe2XJN96DHAWJlUbhFgruuRPAGKx75lgISkp
        _previous
        array:1 [ "url" => "https://beta.dtravel.pk/hotels/emmar-al-manar" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /hotels/emmar-al-manar
        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:19 [ "priority" => array:1 [ 0 => "u=0, i" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.118" ] "x-real-ip" => array:1 [ 0 => "216.73.216.118" ] "host" => array:1 [ 0 => "beta.dtravel.pk" ] ]
        request_server
        0 of 0
        array:47 [ "USER" => "www-data" "HOME" => "/var/www" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_FOR" => "216.73.216.118" "HTTP_X_REAL_IP" => "216.73.216.118" "HTTP_HOST" => "beta.dtravel.pk" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "beta.dtravel.pk" "SERVER_PORT" => "443" "SERVER_ADDR" => "162.55.84.75" "REMOTE_USER" => "" "REMOTE_PORT" => "48442" "REMOTE_ADDR" => "135.181.57.251" "SERVER_SOFTWARE" => "nginx/1.18.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/1.0" "DOCUMENT_ROOT" => "/var/www/d-travels/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/hotels/emmar-al-manar" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/d-travels/public/index.php" "PATH_INFO" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "" "REQUEST_TIME_FLOAT" => 1750754066.3414 "REQUEST_TIME" => 1750754066 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Tue, 24 Jun 2025 08:34:26 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => -1 ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InJMRjhRMllWdDNLWi93QXFIdU5tWGc9PSIsInZhbHVlIjoiVnlVK01GbVRGcGJ6MzM0RGN6aGhTL0IwclVWbC9zUFRVWktpV0grbTNqdDJDZVJFQVNKWk55b08raXlUSlRtK3BnLzM1K2RTVEtqR3YrYk9xMDhuM0hkNDNhd21VQWFWZllFNzhSTTFZU3ozNXhKcXJtYkFtQTZRUG5oVmh0S1UiLCJtYWMiOiI4ZTg5MDgzMTNmOGQ5ZmE2YzM3ODI3YjczZDQzYmQzY2ZlODUyZjVmMTAxNDUyYmY1M2M3MGM1NWNlOWFlNTA5IiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 10:34:26 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InJMRjhRMllWdDNLWi93QXFIdU5tWGc9PSIsInZhbHVlIjoiVnlVK01GbVRGcGJ6MzM0RGN6aGhTL0IwclVWbC9zUFRVWktpV0grbTNqdDJDZVJFQVNKWk55b08raXlUSlRtK3BnLzM1K" 1 => "laravel_session=eyJpdiI6Ik9nRklpY1F1R0NjbnJxMUEraUYwVVE9PSIsInZhbHVlIjoidEN3SFVNSmQ4ZWZ2bnBsdzZLMHRsSVZtTGNyU0xQOW5JMWQzcWpXbUJ0MERjanZLYUI5L0N4aGNGSTIxQzRuMXZ5bjVJVW1sUTQxd2QzdmU2alJlQ2YybGZZalhtK0hoeVdyYStuNnFneW5lWkx3TVVUeWcycmhWV2NRdGI4bGUiLCJtYWMiOiJiN2FhNmYwZGE0OGJlODcyYmM3MzhhZDZkMDg5YmIyODMyYWYxOTA3ZTY4NTBjYzJjZTAxZWQzNGVmZmMzYzUwIiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 10:34:26 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Ik9nRklpY1F1R0NjbnJxMUEraUYwVVE9PSIsInZhbHVlIjoidEN3SFVNSmQ4ZWZ2bnBsdzZLMHRsSVZtTGNyU0xQOW5JMWQzcWpXbUJ0MERjanZLYUI5L0N4aGNGSTIxQzRuMXZ5" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InJMRjhRMllWdDNLWi93QXFIdU5tWGc9PSIsInZhbHVlIjoiVnlVK01GbVRGcGJ6MzM0RGN6aGhTL0IwclVWbC9zUFRVWktpV0grbTNqdDJDZVJFQVNKWk55b08raXlUSlRtK3BnLzM1K2RTVEtqR3YrYk9xMDhuM0hkNDNhd21VQWFWZllFNzhSTTFZU3ozNXhKcXJtYkFtQTZRUG5oVmh0S1UiLCJtYWMiOiI4ZTg5MDgzMTNmOGQ5ZmE2YzM3ODI3YjczZDQzYmQzY2ZlODUyZjVmMTAxNDUyYmY1M2M3MGM1NWNlOWFlNTA5IiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 10:34:26 GMT; path=/XSRF-TOKEN=eyJpdiI6InJMRjhRMllWdDNLWi93QXFIdU5tWGc9PSIsInZhbHVlIjoiVnlVK01GbVRGcGJ6MzM0RGN6aGhTL0IwclVWbC9zUFRVWktpV0grbTNqdDJDZVJFQVNKWk55b08raXlUSlRtK3BnLzM1K" 1 => "laravel_session=eyJpdiI6Ik9nRklpY1F1R0NjbnJxMUEraUYwVVE9PSIsInZhbHVlIjoidEN3SFVNSmQ4ZWZ2bnBsdzZLMHRsSVZtTGNyU0xQOW5JMWQzcWpXbUJ0MERjanZLYUI5L0N4aGNGSTIxQzRuMXZ5bjVJVW1sUTQxd2QzdmU2alJlQ2YybGZZalhtK0hoeVdyYStuNnFneW5lWkx3TVVUeWcycmhWV2NRdGI4bGUiLCJtYWMiOiJiN2FhNmYwZGE0OGJlODcyYmM3MzhhZDZkMDg5YmIyODMyYWYxOTA3ZTY4NTBjYzJjZTAxZWQzNGVmZmMzYzUwIiwidGFnIjoiIn0%3D; expires=Tue, 24-Jun-2025 10:34:26 GMT; path=/; httponlylaravel_session=eyJpdiI6Ik9nRklpY1F1R0NjbnJxMUEraUYwVVE9PSIsInZhbHVlIjoidEN3SFVNSmQ4ZWZ2bnBsdzZLMHRsSVZtTGNyU0xQOW5JMWQzcWpXbUJ0MERjanZLYUI5L0N4aGNGSTIxQzRuMXZ5" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "f7MBEe2XJN96DHAWJlUbhFgruuRPAGKx75lgISkp" "_previous" => array:1 [ "url" => "https://beta.dtravel.pk/hotels/emmar-al-manar" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]