JEDDAH

The Gateway to Mecca:

   Jeddah, the "Gateway to Mecca," awaits you on the Red Sea coast. Discover a city known for its diverse population and unique charm. Stroll through the historic Al-Balad district, relax along the beautiful corniche, and witness the grandeur of the King Fahd Fountain. Jeddah offers a captivating blend of history and modernity

JEDDAH

Explore the place

JEDDAH
4.7/5 Excellent 3 Reviews
Start Time: 21:00
9H
from
﷼700

View More

60%
Pure Luxe in Punta Mita
JEDDAH
3 Reviews
2H
from
﷼2.100 ﷼824

View More

The City Maps

Request history8.1.32PHP Version293msRequest Duration36MBMemory UsageGET location/{slug}RouteAuth status
    • Booting (182ms)time
    • Application (111ms)time
    • 1 x Booting (62.02%)
      182ms
      1 x Application (37.97%)
      111ms
      27 templates were rendered
      • 1x Location::frontend.detaildetail.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-bannerlocation-banner.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-overviewlocation-overview.blade.php#?blade
      • 1x Event::frontend.blocks.list-event.indexindex.blade.php#?blade
      • 1x Event::frontend.layouts.search.loop-gridloop-grid.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
      • 1x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-maplocation-map.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-trip-idealocation-trip-idea.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 location/{slug}
      middleware
      web
      controller
      Modules\Location\Controllers\LocationController@detail
      namespace
      Modules\Location\Controllers
      prefix
      /location
      where
      as
      location.detail
      file
      modules/Location/Controllers/LocationController.php:21-41
      15 statements were executed, 8 of which were duplicates, 7 unique. Show only duplicated12.21ms
      • select * from `bravo_locations` where `slug` = 'jeddah' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 13.08mssadunajd_booking_coreLocationController.php#23
        Bindings
        • 0: jeddah
        • 1: publish
        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/Location/Controllers/LocationController.php:23
        • 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:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 3 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'en' limit 1600μssadunajd_booking_coreHasTranslations.php#51
        Bindings
        • 0: 3
        • 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. modules/Location/Controllers/LocationController.php:27
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_seo` where `object_id` = 3 and `object_model` = 'location' limit 1620μssadunajd_booking_coreBaseModel.php#199
        Bindings
        • 0: 3
        • 1: location
        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. app/BaseModel.php:199
        • 17. app/BaseModel.php:212
        • 18. modules/Location/Controllers/LocationController.php:31
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 5 and `bravo_locations`.`_rgt` <= 6 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 81.07mssadunajd_booking_coredetail.blade.php#45
        Bindings
        • 0: 5
        • 1: 6
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. view::Location::frontend.detail:45
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_locations` where `bravo_locations`.`id` in (3) and `bravo_locations`.`deleted_at` is null470μssadunajd_booking_coredetail.blade.php#45
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. view::Location::frontend.detail:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (3)450μssadunajd_booking_coredetail.blade.php#45
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. view::Location::frontend.detail:45
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 5 and `bravo_locations`.`_rgt` <= 6 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8890μssadunajd_booking_coredetail.blade.php#45
        Bindings
        • 0: 5
        • 1: 6
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. view::Location::frontend.detail:45
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_locations` where `bravo_locations`.`id` in (3) and `bravo_locations`.`deleted_at` is null350μssadunajd_booking_coredetail.blade.php#45
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. view::Location::frontend.detail:45
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (3)430μssadunajd_booking_coredetail.blade.php#45
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. view::Location::frontend.detail:45
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 21 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_event_translations`.`deleted_at` is null limit 1660μssadunajd_booking_coreHasTranslations.php#51
        Bindings
        • 0: 21
        • 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::Event::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` = 25 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1720μssadunajd_booking_coreHasTranslations.php#51
        Bindings
        • 0: 25
        • 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 1830μssadunajd_booking_coreHasTranslations.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_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1800μssadunajd_booking_coreMenuWalker.php#36
        Bindings
        • 0: 13
        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. themes/BC/Core/Walkers/MenuWalker.php:36
        • 21. themes/BC/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 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 1630μssadunajd_booking_coreHasTranslations.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_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1610μssadunajd_booking_coreMenuWalker.php#36
        Bindings
        • 0: 13
        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/Core/Walkers/MenuWalker.php:36
        • 21. modules/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      Modules\Location\Models\Location
      3Location.php#?
      Modules\Location\Models\LocationTranslation
      3LocationTranslation.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Page\Models\Page
      2Page.php#?
      Modules\Core\Models\SEO
      1SEO.php#?
      Modules\Event\Models\Event
      1Event.php#?
      Modules\Tour\Models\Tour
      1Tour.php#?
        web
        null
        sanctum
        null
          _token
          0JXVQulY1XGHtSBDUw1IEVF7xeJMUwGdIPFdpGPY
          _previous
          array:1 [ "url" => "https://sadunajd.sa/location/jeddah" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /location/jeddah
          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:16 [ "x-https" => array:1 [ 0 => "1" ] "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 => "keep-alive" ] "host" => array:1 [ 0 => "sadunajd.sa" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 21 Jun 2025 06:10:59 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImwwUWEwNlVMZzZvZ3Jab3dBODc1RHc9PSIsInZhbHVlIjoidHg3S2xsTFhRdHBFdFo5T3lBU0JrbjRrRWpNS2J5VDV0eXEwN1IwNGxRT0VtTmxTSkVZTExpU2pycjhVV1g5SmlHV28zcUNWYjA5RzlJdFAwR0c3OFk4WFFCV25PQTllVHY2YUpTWnpyZVpXaTh2cmU1dFptdXdaRGkrNC9JaWgiLCJtYWMiOiJmZjQ0NzM4MmJiMDhkNWU3ZGU2ZmFiZWVhMThjMmEwZGIyMTA0MDU4MTNkNGMzODEzOTlkYjI3MGZmZDllNWVjIiwidGFnIjoiIn0%3D; expires=Sat, 21 Jun 2025 08:10:59 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImwwUWEwNlVMZzZvZ3Jab3dBODc1RHc9PSIsInZhbHVlIjoidHg3S2xsTFhRdHBFdFo5T3lBU0JrbjRrRWpNS2J5VDV0eXEwN1IwNGxRT0VtTmxTSkVZTExpU2pycjhVV1g5SmlHV28zc" 1 => "sadunajd_session=eyJpdiI6IktMNEJ6RjBMTmNJM3VlR21QeDRWdmc9PSIsInZhbHVlIjoiK2pxUTFUSHFBUXZMTWlnSlR0NThDL1dHTCtheFY5WEx1R0xaTGJtTXNEbC9SM0JrZHFNLzM5WWFFazIwbTRMZkJTZ0ZZMVdzcWFJb3BzMEwzNjBhNUhkdzlyM1RDN0pqc3FPSTJVTVlMR2ZJdTRHZkZqOHFTZFdITXNRS2FpaWkiLCJtYWMiOiIxMGE2ZTFlYjM5NTU5ZTAxZjdjYjlhNGEyZWIxNTRhMTg4YjFiYThmOWNmMDc0YzMwYjg3ZjEyNmNkODNhMGIyIiwidGFnIjoiIn0%3D; expires=Sat, 21 Jun 2025 08:10:59 GMT; Max-Age=7200; path=/; httponly; samesite=laxsadunajd_session=eyJpdiI6IktMNEJ6RjBMTmNJM3VlR21QeDRWdmc9PSIsInZhbHVlIjoiK2pxUTFUSHFBUXZMTWlnSlR0NThDL1dHTCtheFY5WEx1R0xaTGJtTXNEbC9SM0JrZHFNLzM5WWFFazIwbTRMZkJ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImwwUWEwNlVMZzZvZ3Jab3dBODc1RHc9PSIsInZhbHVlIjoidHg3S2xsTFhRdHBFdFo5T3lBU0JrbjRrRWpNS2J5VDV0eXEwN1IwNGxRT0VtTmxTSkVZTExpU2pycjhVV1g5SmlHV28zcUNWYjA5RzlJdFAwR0c3OFk4WFFCV25PQTllVHY2YUpTWnpyZVpXaTh2cmU1dFptdXdaRGkrNC9JaWgiLCJtYWMiOiJmZjQ0NzM4MmJiMDhkNWU3ZGU2ZmFiZWVhMThjMmEwZGIyMTA0MDU4MTNkNGMzODEzOTlkYjI3MGZmZDllNWVjIiwidGFnIjoiIn0%3D; expires=Sat, 21-Jun-2025 08:10:59 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImwwUWEwNlVMZzZvZ3Jab3dBODc1RHc9PSIsInZhbHVlIjoidHg3S2xsTFhRdHBFdFo5T3lBU0JrbjRrRWpNS2J5VDV0eXEwN1IwNGxRT0VtTmxTSkVZTExpU2pycjhVV1g5SmlHV28zc" 1 => "sadunajd_session=eyJpdiI6IktMNEJ6RjBMTmNJM3VlR21QeDRWdmc9PSIsInZhbHVlIjoiK2pxUTFUSHFBUXZMTWlnSlR0NThDL1dHTCtheFY5WEx1R0xaTGJtTXNEbC9SM0JrZHFNLzM5WWFFazIwbTRMZkJTZ0ZZMVdzcWFJb3BzMEwzNjBhNUhkdzlyM1RDN0pqc3FPSTJVTVlMR2ZJdTRHZkZqOHFTZFdITXNRS2FpaWkiLCJtYWMiOiIxMGE2ZTFlYjM5NTU5ZTAxZjdjYjlhNGEyZWIxNTRhMTg4YjFiYThmOWNmMDc0YzMwYjg3ZjEyNmNkODNhMGIyIiwidGFnIjoiIn0%3D; expires=Sat, 21-Jun-2025 08:10:59 GMT; path=/; httponlysadunajd_session=eyJpdiI6IktMNEJ6RjBMTmNJM3VlR21QeDRWdmc9PSIsInZhbHVlIjoiK2pxUTFUSHFBUXZMTWlnSlR0NThDL1dHTCtheFY5WEx1R0xaTGJtTXNEbC9SM0JrZHFNLzM5WWFFazIwbTRMZkJ" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "0JXVQulY1XGHtSBDUw1IEVF7xeJMUwGdIPFdpGPY" "_previous" => array:1 [ "url" => "https://sadunajd.sa/location/jeddah" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-21 09:10:59GET/location/jeddah271513