Cheap flights to Yanbu (YNB)

Cheap flights to Yanbu

LowCost.Club compares the prices of flights to Yanbu for 728 companies. We are looking for the cheapest plane tickets to Yanbu without the extra charge and commission.

City: Yanbu

IATA: YNB

Country: Saudi Arabia

Local time:

Airports

Airlines flying to Yanbu

Prices for airfares to Yanbu

LowCost.Club recommends buying airplane tickets to Yanbu in advance so that you can choose a more suitable seat at a lower price.  The most optimal time to buy is 59 days before departure (this is the average time in which tickets for the plane to Yanbu were bought at the lowest prices).  The price of the ticket to Yanbu can increase by more than 25% depending on the number of days and tickets remaining before departure.

Prices for direct flights to Yanbu

Cairo — Yanbu

Dammam — Yanbu

Popular domestic routes to Yanbu

Popular International routes to Yanbu

Nearest cities with airports

A flight to a neighboring city can be cheaper or more convenient in time. Compare the prices for flights to neighboring cities.  The nearest city with the airport is Madinah has located 172 km from Yanbu.

We use cookies and similar technologies for different purposes. Read the privacy policy. If you use the site you agree to them.

Request history8.3.0PHP Version203msRequest Duration3MBMemory UsageGET city/{iata}Route
    • Booting (30.23ms)time
    • Application (172ms)time
    • 1 x Application (85.07%)
      172ms
      1 x Booting (14.92%)
      30.23ms
      52 templates were rendered
      • 1x views_us.cities.viewview.blade.php#?blade
      • 1x cities.viewview.blade.php#?blade
      • 1x index.section-slideshowsection-slideshow.blade.php#?blade
      • 1x components.avia-formavia-form.blade.php#?blade
      • 1x breadcrumbs::bootstrap4bootstrap4.blade.php#?blade
      • 1x banners.city-topcity-top.blade.php#?blade
      • 1x components.airport-columnairport-column.blade.php#?blade
      • 3x components.airlines-columnairlines-column.blade.php#?blade
      • 4x components.routes-listroutes-list.blade.php#?blade
      • 22x components.routeListItemrouteListItem.blade.php#?blade
      • 3x components.neighbors-citiesneighbors-cities.blade.php#?blade
      • 1x components.related-linksrelated-links.blade.php#?blade
      • 1x banners.city-bottomcity-bottom.blade.php#?blade
      • 1x layouts.mainmain.blade.php#?blade
      • 1x headerheader.blade.php#?blade
      • 2x menumenu.blade.php#?blade
      • 1x footerfooter.blade.php#?blade
      • 1x components.footer-popular-flightsfooter-popular-flights.blade.php#?blade
      • 1x footer_scriptsfooter_scripts.blade.php#?blade
      • 1x components.currencycurrency.blade.php#?blade
      • 2x components.popuppopup.blade.php#?blade
      • 1x components.languagelanguage.blade.php#?blade
      uri
      GET city/{iata}
      middleware
      web
      controller
      App\Http\Controllers\CitiesController@view
      namespace
      prefix
      /
      where
      as
      city
      file
      app/Http/Controllers/CitiesController.php:59-181
      26 statements were executed (4 duplicates)Show only duplicates38.95ms
      • QueryDetector.php#25aviaticketsConnection Established
        Backtrace
        • vendor/beyondcode/laravel-query-detector/src/QueryDetector.php:25
        • vendor/beyondcode/laravel-query-detector/src/QueryDetectorMiddleware.php:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/MinifyHtml.php:21
      • CitySqlRepository.php#84aviatickets4.23msselect * from `cities` where `code` = 'ynb' limit 1
        Bindings
        • 0: ynb
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:84
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:81
        • app/Http/Controllers/CitiesController.php:67
      • NeighborTrait.php#41aviatickets1.31msselect * from `cities` where `id` in (9069, 7612, 1698, 2761, 9116, 6079, 6288, 8689, 9329, 317) limit 10 offset 0
        Bindings
        • 0: 9069
        • 1: 7612
        • 2: 1698
        • 3: 2761
        • 4: 9116
        • 5: 6079
        • 6: 6288
        • 7: 8689
        • 8: 9329
        • 9: 317
        Backtrace
        • app/Avia/Infrastructure/Model/NeighborTrait.php:41
        • app/Http/Controllers/CitiesController.php:75
        • 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:259
      • NeighborTrait.php#41aviatickets1.48msselect * from `countries` where `countries`.`id` in (16, 93, 94)
        Backtrace
        • app/Avia/Infrastructure/Model/NeighborTrait.php:41
        • app/Http/Controllers/CitiesController.php:75
        • 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:259
      • CountriesRepository.php#31aviatickets1.43msselect * from `countries` where `code` = '' limit 1
        Bindings
        • 0: 
        Backtrace
        • app/Avia/Infrastructure/Repository/CountriesRepository.php:31
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:61
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:43
        • app/Http/Controllers/CitiesController.php:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • AirlineSqlRepository.php#67aviatickets2.43msselect * from `airline_routes` where `origin_city_id` = 7245 and `airline_id` not in ('1', 'NULL')
        Bindings
        • 0: 7245
        • 1: 1
        • 2: NULL
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:67
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:60
        • app/Http/Controllers/CitiesController.php:81
      • AirlineSqlRepository.php#90aviatickets1.56msselect * from `airlines` where `id` in (1092, 5832, 21055, 22450, 3746) order by `name` asc
        Bindings
        • 0: 1092
        • 1: 5832
        • 2: 21055
        • 3: 22450
        • 4: 3746
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:90
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:84
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:72
      • AirlineRouteSqlRepository.php#140aviatickets1.19msselect * from `airline_routes` where `destination_city_id` = 7245 and `transfers` = 0
        Bindings
        • 0: 7245
        • 1: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:140
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:134
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:72
      • LocalRouteRepository.php#79aviatickets1.27msSELECT * FROM flights_by WHERE destination_city_id=7245 AND origin_city_id IN (1530,985)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:79
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets920μsselect * from `flights_by` where `id` in (59030, 88231)
        Bindings
        • 0: 59030
        • 1: 88231
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets1.63msselect * from `cities` where `cities`.`id` in (985, 1530)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets1.18msselect * from `cities` where `cities`.`id` in (7245)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets2.77msselect * from `sites_relationships` where `sites_relationships`.`id` in (59030, 88231)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets1.04msselect * from `countries` where `countries`.`id` in (94)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#272aviatickets1.41msselect * from `flights_by` where `destination_city_id` = 7245 and `origin_country_id` = 94 and (`price_one_way` > 0 or `price` > 0) order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 7245
        • 1: 94
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#272aviatickets1.45msselect * from `cities` where `cities`.`id` in (1530, 1641, 1718, 2110, 5210, 5429, 6288, 6439, 7612, 8906)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#272aviatickets940μsselect * from `cities` where `cities`.`id` in (7245)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#272aviatickets950μsselect * from `sites_relationships` where `sites_relationships`.`id` in (88231, 101442, 117315, 287065, 467657, 489244, 491644, 1074016, 1262020, 1283093)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#304aviatickets1.7msselect * from `flights_by` where `destination_city_id` = 7245 and `origin_country_id` <> 94 order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 7245
        • 1: 94
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • LocalRouteRepository.php#304aviatickets1.45msselect * from `cities` where `cities`.`id` in (182, 1029, 2686, 3086, 3505, 3654, 3845, 4081, 4414, 9249)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • LocalRouteRepository.php#304aviatickets1.08msselect * from `cities` where `cities`.`id` in (7245)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • LocalRouteRepository.php#304aviatickets1.02msselect * from `sites_relationships` where `sites_relationships`.`id` in (11747, 61278, 74198, 150106, 185762, 204030, 219485, 441387, 1063345, 1066853)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • CitiesRoutesPrice.php#93aviatickets1.09msselect * from `flights_by` where `destination_city_id` = 7245 and `price_one_way` > 0 order by `price_one_way` asc limit 1
        Bindings
        • 0: 7245
        • 1: 0
        Backtrace
        • app/Avia/Services/CitiesRoutesPrice.php:93
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Services/CitiesRoutesPrice.php:85
        • app/Avia/Services/CitiesRoutesPrice.php:47
      • RouteRepository.php#92aviatickets1.7msselect * from `flights_2025` where `destination_id` = 7245 and `date_update` >= '2025-04-29 00:00:00' order by `value` asc limit 20
        Bindings
        • 0: 7245
        • 1: 2025-04-29 00:00:00
        Backtrace
        • app/Avia/Infrastructure/Repository/RouteRepository.php:92
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/RouteRepository.php:84
        • app/Http/Controllers/CitiesController.php:101
      • AirportSqlRepository.php#56aviatickets1.35msselect * from `airports` where `city_id` = 7245 and `board` = 1 order by `en` asc
        Bindings
        • 0: 7245
        • 1: 1
        Backtrace
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:56
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:49
        • app/Http/Controllers/CitiesController.php:105
      • AirportSqlRepository.php#56aviatickets1.11msselect * from `cities` where `cities`.`id` in (7245)
        Backtrace
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:56
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:49
        • app/Http/Controllers/CitiesController.php:105
      • CitiesController.php#173aviatickets1.26msselect * from `countries` where `countries`.`id` = 94 limit 1
        Bindings
        • 0: 94
        Backtrace
        • app/Http/Controllers/CitiesController.php:173
        • vendor/diglactic/laravel-breadcrumbs/src/Generator.php:64
        • vendor/diglactic/laravel-breadcrumbs/src/Generator.php:42
        • vendor/diglactic/laravel-breadcrumbs/src/Manager.php:145
        • vendor/diglactic/laravel-breadcrumbs/src/Manager.php:174
      App\Avia\Infrastructure\Model\City
      37City.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      25LocalRoute.php#?
      App\Avia\Infrastructure\Model\SitesRelationship
      22SitesRelationship.php#?
      App\Avia\Infrastructure\Model\AirlineRoute
      9AirlineRoute.php#?
      App\Avia\Infrastructure\Model\Country
      5Country.php#?
      App\Avia\Infrastructure\Model\Airline
      5Airline.php#?
      App\Avia\Infrastructure\Model\Airport
      1Airport.php#?
            _token
            qiIPfPA0pmKFdZ8aUHLskEXczJIkAixAAr6iZEXY
            _previous
            array:1 [ "url" => "https://d.lowcost.club/city/ynb?_url=%2Fcity%2Fynb" ]
            _flash
            array:2 [ "old" => [] "new" => [] ]
            path_info
            /city/ynb
            status_code
            200
            
            status_text
            OK
            format
            html
            content_type
            text/html; charset=UTF-8
            request_query
            0 of 0
            array:1 [ "_url" => "/city/ynb" ]
            request_request
            []
            
            request_headers
            0 of 0
            array:15 [ "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" ] "host" => array:1 [ 0 => "d.lowcost.club" ] ]
            request_cookies
            []
            
            response_headers
            0 of 0
            array:5 [ "cache-control" => array:1 [ 0 => "max-age=604800, public" ] "date" => array:1 [ 0 => "Thu, 01 May 2025 02:44:08 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IldnaHdrR3BKeGZkaEZFRjBYaGdDalE9PSIsInZhbHVlIjoiRFRjWkIvZUVXdTgyZXFoaVVmdXpYQUZyWmJnRndlVitKeWI0WU9HaExqZGhKYWRQMkpxbTlETm1uSHhmTWhGSkRtcXU1dng3TmQrL1FkeGF5MWRiU0E5V0toUFdhdVJBOVZoZnhDSW9waG4zNG9QY3VRMXVNbDNQaFAwZWhDbTQiLCJtYWMiOiJkYmZkZmQwYTA0M2Y2ZDU5ZDExOWRiZGQ2MjRjNjE2ZTcwOWE5NzUzY2I4MTMxZDIyNjQ1ZmNhYzk4ODgyYTE2IiwidGFnIjoiIn0%3D; expires=Thu, 01 May 2025 04:44:08 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IldnaHdrR3BKeGZkaEZFRjBYaGdDalE9PSIsInZhbHVlIjoiRFRjWkIvZUVXdTgyZXFoaVVmdXpYQUZyWmJnRndlVitKeWI0WU9HaExqZGhKYWRQMkpxbTlETm1uSHhmTWhGSkRtcXU1d" 1 => "lowcostclub_session=eyJpdiI6IkE0ZjJkMW9SdmVTK2UyeHc3UTBZTEE9PSIsInZhbHVlIjoieXpnVGRKUWIzMXhKbWxoNnNVQXRRR1lRQk1Zd2ttdFlKZGF2UEhqYUIvcllOZFZNeXMxM2pnSStSOEVkRVZjR3VtUmRXQUpieUpyZ0pBUVAzQm9zNUcweGhwTDdjYUJSVnkxWVR6TEZteVJKRGdDTkxPSWI0NXFmeGVEcTkvNUwiLCJtYWMiOiJlY2E2YzZjZGYyYjRkNWRiZjU1N2UwYmI4OTE2MmQyMmY5ODU2ZWJmOTllMGEyNzJhOTFmZmMyOWNmN2U2ZWYwIiwidGFnIjoiIn0%3D; expires=Thu, 01 May 2025 04:44:08 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6IkE0ZjJkMW9SdmVTK2UyeHc3UTBZTEE9PSIsInZhbHVlIjoieXpnVGRKUWIzMXhKbWxoNnNVQXRRR1lRQk1Zd2ttdFlKZGF2UEhqYUIvcllOZFZNeXMxM2pnSStSOEVkRVZj" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IldnaHdrR3BKeGZkaEZFRjBYaGdDalE9PSIsInZhbHVlIjoiRFRjWkIvZUVXdTgyZXFoaVVmdXpYQUZyWmJnRndlVitKeWI0WU9HaExqZGhKYWRQMkpxbTlETm1uSHhmTWhGSkRtcXU1dng3TmQrL1FkeGF5MWRiU0E5V0toUFdhdVJBOVZoZnhDSW9waG4zNG9QY3VRMXVNbDNQaFAwZWhDbTQiLCJtYWMiOiJkYmZkZmQwYTA0M2Y2ZDU5ZDExOWRiZGQ2MjRjNjE2ZTcwOWE5NzUzY2I4MTMxZDIyNjQ1ZmNhYzk4ODgyYTE2IiwidGFnIjoiIn0%3D; expires=Thu, 01-May-2025 04:44:08 GMT; path=/XSRF-TOKEN=eyJpdiI6IldnaHdrR3BKeGZkaEZFRjBYaGdDalE9PSIsInZhbHVlIjoiRFRjWkIvZUVXdTgyZXFoaVVmdXpYQUZyWmJnRndlVitKeWI0WU9HaExqZGhKYWRQMkpxbTlETm1uSHhmTWhGSkRtcXU1d" 1 => "lowcostclub_session=eyJpdiI6IkE0ZjJkMW9SdmVTK2UyeHc3UTBZTEE9PSIsInZhbHVlIjoieXpnVGRKUWIzMXhKbWxoNnNVQXRRR1lRQk1Zd2ttdFlKZGF2UEhqYUIvcllOZFZNeXMxM2pnSStSOEVkRVZjR3VtUmRXQUpieUpyZ0pBUVAzQm9zNUcweGhwTDdjYUJSVnkxWVR6TEZteVJKRGdDTkxPSWI0NXFmeGVEcTkvNUwiLCJtYWMiOiJlY2E2YzZjZGYyYjRkNWRiZjU1N2UwYmI4OTE2MmQyMmY5ODU2ZWJmOTllMGEyNzJhOTFmZmMyOWNmN2U2ZWYwIiwidGFnIjoiIn0%3D; expires=Thu, 01-May-2025 04:44:08 GMT; path=/; httponlylowcostclub_session=eyJpdiI6IkE0ZjJkMW9SdmVTK2UyeHc3UTBZTEE9PSIsInZhbHVlIjoieXpnVGRKUWIzMXhKbWxoNnNVQXRRR1lRQk1Zd2ttdFlKZGF2UEhqYUIvcllOZFZNeXMxM2pnSStSOEVkRVZj" ] ]
            session_attributes
            0 of 0
            array:3 [ "_token" => "qiIPfPA0pmKFdZ8aUHLskEXczJIkAixAAr6iZEXY" "_previous" => array:1 [ "url" => "https://d.lowcost.club/city/ynb?_url=%2Fcity%2Fynb" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
            ClearShow all
            Date ↕MethodURLData
            #12025-05-01 02:44:08GET/city/ynb5226104