Дешёвые перелёты Гренада — Доминиканская Республика.

Авиабилеты на популярные рейсы Гренада — Доминиканская Республика

Наиболее популярными направлениями по маршруту Гренада – Доминиканская Республика являются:

Гренада — Пунта-Кана

Авиабилеты в Доминиканскую Республику из ближайших городов

Вылет из соседнего города может значительно сэкономить на покупке билетов. Близлежашие аэропорты от Сент-Джорджеса с вылетом в Доминиканскую Республику находятся в Порламаре.

Календарь низких цен на авиабилеты

Мы используем файлы cookie и аналогичные технологии. Ознакомьтесь с политикой конфиденциальности. Если вы используете сайт, вы соглашаетесь с ними.

Request history8.3.0PHP Version231msRequest Duration16MBMemory UsageGET route/{originCityCode}/{destinationCountryCode}Route
    • Booting (25.52ms)time
    • Application (206ms)time
    • 1 x Application (88.96%)
      206ms
      1 x Booting (11.03%)
      25.52ms
      20 templates were rendered
      • 1x views_ru_ru.routes.viewCityToCountryviewCityToCountry.blade.php#?blade
      • 1x routes.viewCityToCountryviewCityToCountry.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 components.routes-listroutes-list.blade.php#?blade
      • 2x components.routeListItemrouteListItem.blade.php#?blade
      • 1x components.calendarcalendar.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 route/{originCityCode}/{destinationCountryCode}
      middleware
      web
      controller
      App\Http\Controllers\RoutesController@viewCityToCountry
      namespace
      prefix
      /
      where
      as
      cityToCountry
      file
      app/Http/Controllers/RoutesController.php:152-297
      35 statements were executed (4 duplicates)Show only duplicates49.83ms
      • 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#84aviatickets3.89msselect * from `cities` where `code` = 'gnd' limit 1
        Bindings
        • 0: gnd
        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/RoutesController.php:154
      • RoutesController.php#160aviatickets1.12msselect * from `countries` where `countries`.`id` = 139 limit 1
        Bindings
        • 0: 139
        Backtrace
        • app/Http/Controllers/RoutesController.php:160
        • 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
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CountriesRepository.php#31aviatickets1.07msselect * from `countries` where `code` = 'do' limit 1
        Bindings
        • 0: do
        Backtrace
        • app/Avia/Infrastructure/Repository/CountriesRepository.php:31
        • app/Http/Controllers/RoutesController.php:162
        • 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
      • CityToCountryRepository.php#33aviatickets1.19msselect * from `flights_by` where `origin_city_id` = 7593 and `destination_country_id` = 79 and `price_one_way` > 0 order by `price_one_way` asc limit 1
        Bindings
        • 0: 7593
        • 1: 79
        • 2: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:33
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:25
        • app/Avia/Managers/CityCountryRoutes.php:27
      • FlightSchedulesRepository.php#88aviatickets1.51msselect DISTINCT origin_city_id, destination_city_id from `flights_schedules` where `origin_city_id` = 7593 and `destination_country_id` = 79 and `origin_datetime` = '2025-11-10' limit 1000
        Bindings
        • 0: 7593
        • 1: 79
        • 2: 2025-11-10
        Backtrace
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:88
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:91
        • app/Avia/Managers/CityCountryRoutes.php:51
      • LocalRouteRepository.php#359aviatickets1.22msselect * from `flights_by` where `origin_city_id` = 7593 and `destination_country_id` = 79 and (`price_one_way` > 0 or `price` > 0) order by `count` desc limit 5 offset 0
        Bindings
        • 0: 7593
        • 1: 79
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets1.25msselect * from `cities` where `cities`.`id` in (7593)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets1.04msselect * from `cities` where `cities`.`id` in (5136, 5525)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets910μsselect * from `sites_relationships` where `sites_relationships`.`id` in (118308, 118313)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets850μsselect * from `countries` where `countries`.`id` in (79)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • CountriesRepository.php#31aviatickets800μsselect * 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/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:56
        • app/Avia/Infrastructure/Model/LocalRoute.php:190
      • AirlineSqlRepository.php#153aviatickets960μsselect * from `airline_routes` where `origin_city_id` = 7593 and `destination_country_id` = 79 and `airline_id` not in ('1', 'NULL')
        Bindings
        • 0: 7593
        • 1: 79
        • 2: 1
        • 3: NULL
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:153
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:145
        • app/Http/Controllers/RoutesController.php:182
      • AirlineSqlRepository.php#208aviatickets950μsselect airline_id, COUNT(flight) AS route_count from `flights_schedules` where `origin_city_id` = 7593 and `destination_country_id` = 79 group by `airline_id` order by `route_count` desc limit 1
        Bindings
        • 0: 7593
        • 1: 79
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:208
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:197
        • app/Http/Controllers/RoutesController.php:183
      • AirlineSqlRepository.php#210aviatickets910μsselect * from `airlines` where `airlines`.`id` = 244 limit 1
        Bindings
        • 0: 244
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:210
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:197
        • app/Http/Controllers/RoutesController.php:183
      • RouteRepository.php#114aviatickets5msselect * from `flights_2025` where `origin_id` = 7593 and `destination_country_id` = 79 and `date_update` >= '2025-11-08 00:00:00' order by `value` asc limit 20
        Bindings
        • 0: 7593
        • 1: 79
        • 2: 2025-11-08 00:00:00
        Backtrace
        • app/Avia/Infrastructure/Repository/RouteRepository.php:114
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/RouteRepository.php:105
        • app/Http/Controllers/RoutesController.php:192
      • FlightSchedulesRepository.php#57aviatickets1.35msselect * from `flights_schedules` where `origin_city_id` = 7593 and `destination_country_id` = 79 and `origin_datetime` >= '2025-11-10' order by travel_time ASC, origin_datetime ASC limit 1
        Bindings
        • 0: 7593
        • 1: 79
        • 2: 2025-11-10
        Backtrace
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:57
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:59
        • app/Http/Controllers/RoutesController.php:201
      • LocalRouteRepository.php#520aviatickets1.23msselect * from `flights_by` where `origin_city_id` = 7593 and `destination_city_id` = 8774 limit 1
        Bindings
        • 0: 7593
        • 1: 8774
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:520
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:514
        • app/Http/Controllers/RoutesController.php:202
      • LocalRouteRepository.php#588aviatickets3.75msSELECT * FROM flights_by f WHERE NOT EXISTS(SELECT * FROM flights_by WHERE origin_city_id=f.origin_city_id AND `count` > f.`count` and origin_city_id IN (3120,5946,6882,8688,5677,9106,549,4199,1856,1344) AND destination_country_id=79) and origin_city_id IN (3120,5946,6882,8688,5677,9106,549,4199,1856,1344) AND destination_country_id=79
        Bindings
        • 0: 79
        • 1: 79
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:588
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:592
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • LocalRoute.php#74aviatickets1.51msselect * from `cities` where `cities`.`id` = 549 limit 1
        Bindings
        • 0: 549
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets970μsselect * from `sites_relationships` where `sites_relationships`.`id` = 32781 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 32781
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.31msselect * from `cities` where `cities`.`id` = 1856 limit 1
        Bindings
        • 0: 1856
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.12msselect * from `sites_relationships` where `sites_relationships`.`id` = 105842 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 105842
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.39msselect * from `cities` where `cities`.`id` = 5677 limit 1
        Bindings
        • 0: 5677
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.25msselect * from `sites_relationships` where `sites_relationships`.`id` = 308755 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 308755
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.28msselect * from `cities` where `cities`.`id` = 5946 limit 1
        Bindings
        • 0: 5946
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.52msselect * from `sites_relationships` where `sites_relationships`.`id` = 323011 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 323011
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.22msselect * from `cities` where `cities`.`id` = 6882 limit 1
        Bindings
        • 0: 6882
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.09msselect * from `sites_relationships` where `sites_relationships`.`id` = 559541 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 559541
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.08msselect * from `cities` where `cities`.`id` = 8688 limit 1
        Bindings
        • 0: 8688
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.02msselect * from `sites_relationships` where `sites_relationships`.`id` = 267404 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 267404
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.21msselect * from `cities` where `cities`.`id` = 9106 limit 1
        Bindings
        • 0: 9106
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.13msselect * from `sites_relationships` where `sites_relationships`.`id` = 265293 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 265293
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • CitySqlRepository.php#104aviatickets1.1msselect * from `cities` where `cities`.`id` = 9106 limit 1
        Bindings
        • 0: 9106
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:104
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:101
        • app/Avia/Managers/NearbyCitiesCountry.php:114
      • CitySqlRepository.php#104aviatickets1.2msselect * from `cities` where `cities`.`id` = 1856 limit 1
        Bindings
        • 0: 1856
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:104
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:101
        • app/Avia/Managers/NearbyCitiesCountry.php:138
      • RoutesController.php#247aviatickets1.43msselect * from `cities` where `cities`.`id` = 5525 limit 1
        Bindings
        • 0: 5525
        Backtrace
        • app/Http/Controllers/RoutesController.php:247
        • 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
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      App\Avia\Infrastructure\Model\City
      14City.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      9LocalRoute.php#?
      App\Avia\Infrastructure\Model\SitesRelationship
      9SitesRelationship.php#?
      App\Avia\Infrastructure\Model\Country
      3Country.php#?
      App\Avia\Infrastructure\Model\FlightSchedule
      2FlightSchedule.php#?
      App\Avia\Infrastructure\Model\CityToCountry
      1CityToCountry.php#?
      App\Avia\Infrastructure\Model\Airline
      1Airline.php#?
          • infoModel: App\Avia\Infrastructure\Model\LocalRoute => Relation: originCity - You should add `with(origi...
          • infoModel: App\Avia\Infrastructure\Model\LocalRoute => Relation: sitesRelationships - You should add `wi...
          _token
          I98UjmZsI3xIa6x2kS7sf5860fsGimA91YzGdybe
          _previous
          array:1 [ "url" => "https://d.triptorg.ru/route/gnd/do?_url=%2Froute%2Fgnd%2Fdo" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /route/gnd/do
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "_url" => "/route/gnd/do" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVSNFRFdWhUaGJKc05GRGdhV2xCemc9PSIsInZhbHVlIjoiRFJWTFJjRWdDalFLL1dyWS80RGVyQXVFNHk4R1UrTllXTVBVYURkQ1BkbXlXdFdycmRlOHVQUTQ0eHA0SGNsQ0ZSaFlRYXVCMUlCMllwUUdwb2V4RXFiM3hHeEtyc2RrRkdoUWt3Z3lGOWxRai9PQ056dDJOUGRaRFE0STBBOXgiLCJtYWMiOiJkNTNlMGZjZTRhYTczMmFjMDI5NWYwZDU1NWJhY2QzMmM0YzNhY2FhMDhhZDNiMmZlMWVkODFlZTAwOTVkNzhiIiwidGFnIjoiIn0%3D; lowcostclub_session=eyJpdiI6IllZczcyVmtpQVZZbnQ1U3M4WExIVWc9PSIsInZhbHVlIjoiWmdZWEhyM3hMWS9IOXpjc0NaeGNjbUpTL0M2dmFsQzd3cHNCVkZIVFRQclVyZ0lSMnhLeEFZcGNrSFF1YXJxMWlrMjRUNGpsNlZHdWdBcWtMRlBKMXd5SUNGWUU1VitMSGhEelczNTFlWEZjVnorelN1Vmdhd3FKd3l1RXNKMDUiLCJtYWMiOiIyYWU4NTBjNGQwMjEyZDVlYTM4YzEwNzNmOWU5ZmFjMmZjMzhjMmFhY2I5MWZkYzlkMDliMmRlOGUwODY0ZjEwIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkVSNFRFdWhUaGJKc05GRGdhV2xCemc9PSIsInZhbHVlIjoiRFJWTFJjRWdDalFLL1dyWS80RGVyQXVFNHk4R1UrTllXTVBVYURkQ1BkbXlXdFdycmRlOHVQUTQ0eHA0SGNsQ0ZSaFlRY" ] "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.triptorg.ru" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "I98UjmZsI3xIa6x2kS7sf5860fsGimA91YzGdybe" "lowcostclub_session" => "jDpkvaLS2wUD6iUlymvSdKL6Sjk510wJlnjRG7X9" ]
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "max-age=604800, public" ] "date" => array:1 [ 0 => "Mon, 10 Nov 2025 09:22:25 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InkyTWRpekgvV0pBQVNQYWNvNE9qaVE9PSIsInZhbHVlIjoiTkEwYmRzdjB0aUJUaTY4K0JDUFp6NzR2dzZnWXJDU2p6cEs4WGw5blhTVFRMaDdVMU93SzRpNUtGVW9FYkQxMFJzelQ0eHdIMWtNOXVRSnAwTS9lcTFwbFRObzcwZElyQjBNc1c1OGh0ZFpodUI5Z0Nrc0M1bU9YYmpQWk9ZSlgiLCJtYWMiOiJmYjRmNWExZmRjZDI5MzkzZTM1ZTI3ODlmMjE1OWU3N2FlYTNjODcwNmJjMWU1NzE1NWYwODZkNjNiNjQ4YzllIiwidGFnIjoiIn0%3D; expires=Mon, 10 Nov 2025 11:22:25 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InkyTWRpekgvV0pBQVNQYWNvNE9qaVE9PSIsInZhbHVlIjoiTkEwYmRzdjB0aUJUaTY4K0JDUFp6NzR2dzZnWXJDU2p6cEs4WGw5blhTVFRMaDdVMU93SzRpNUtGVW9FYkQxMFJzelQ0e" 1 => "lowcostclub_session=eyJpdiI6ImZTOUxJU0dzcjBzc1V4eHBQLzRTeFE9PSIsInZhbHVlIjoiNVE5OGtkZVlUWFk2Q2VodHVJNFVLRlZRK25xbjgwUVBUcDhrT1ZFU2Q1cElPcnJhTnBMcmFMTDFCdjdyK3lzcTZiWngzVDVrSWczakV0UjdwdEl6bWRvMkJDaGM3M2ZUOWJZT0tmNFV1TE5uMUF5aitOME1OOTl5RURhVm42aVoiLCJtYWMiOiJhZGQ0NjU1MjViMTEyNDYwZTc1NTA5ZDRhODgwZjVmZjExYjJkMDRhNzhhYjhlMGNmOWMzOTQ0MzM4ZjM0NDYwIiwidGFnIjoiIn0%3D; expires=Mon, 10 Nov 2025 11:22:25 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6ImZTOUxJU0dzcjBzc1V4eHBQLzRTeFE9PSIsInZhbHVlIjoiNVE5OGtkZVlUWFk2Q2VodHVJNFVLRlZRK25xbjgwUVBUcDhrT1ZFU2Q1cElPcnJhTnBMcmFMTDFCdjdyK3lz" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InkyTWRpekgvV0pBQVNQYWNvNE9qaVE9PSIsInZhbHVlIjoiTkEwYmRzdjB0aUJUaTY4K0JDUFp6NzR2dzZnWXJDU2p6cEs4WGw5blhTVFRMaDdVMU93SzRpNUtGVW9FYkQxMFJzelQ0eHdIMWtNOXVRSnAwTS9lcTFwbFRObzcwZElyQjBNc1c1OGh0ZFpodUI5Z0Nrc0M1bU9YYmpQWk9ZSlgiLCJtYWMiOiJmYjRmNWExZmRjZDI5MzkzZTM1ZTI3ODlmMjE1OWU3N2FlYTNjODcwNmJjMWU1NzE1NWYwODZkNjNiNjQ4YzllIiwidGFnIjoiIn0%3D; expires=Mon, 10-Nov-2025 11:22:25 GMT; path=/XSRF-TOKEN=eyJpdiI6InkyTWRpekgvV0pBQVNQYWNvNE9qaVE9PSIsInZhbHVlIjoiTkEwYmRzdjB0aUJUaTY4K0JDUFp6NzR2dzZnWXJDU2p6cEs4WGw5blhTVFRMaDdVMU93SzRpNUtGVW9FYkQxMFJzelQ0e" 1 => "lowcostclub_session=eyJpdiI6ImZTOUxJU0dzcjBzc1V4eHBQLzRTeFE9PSIsInZhbHVlIjoiNVE5OGtkZVlUWFk2Q2VodHVJNFVLRlZRK25xbjgwUVBUcDhrT1ZFU2Q1cElPcnJhTnBMcmFMTDFCdjdyK3lzcTZiWngzVDVrSWczakV0UjdwdEl6bWRvMkJDaGM3M2ZUOWJZT0tmNFV1TE5uMUF5aitOME1OOTl5RURhVm42aVoiLCJtYWMiOiJhZGQ0NjU1MjViMTEyNDYwZTc1NTA5ZDRhODgwZjVmZjExYjJkMDRhNzhhYjhlMGNmOWMzOTQ0MzM4ZjM0NDYwIiwidGFnIjoiIn0%3D; expires=Mon, 10-Nov-2025 11:22:25 GMT; path=/; httponlylowcostclub_session=eyJpdiI6ImZTOUxJU0dzcjBzc1V4eHBQLzRTeFE9PSIsInZhbHVlIjoiNVE5OGtkZVlUWFk2Q2VodHVJNFVLRlZRK25xbjgwUVBUcDhrT1ZFU2Q1cElPcnJhTnBMcmFMTDFCdjdyK3lz" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "I98UjmZsI3xIa6x2kS7sf5860fsGimA91YzGdybe" "_previous" => array:1 [ "url" => "https://d.triptorg.ru/route/gnd/do?_url=%2Froute%2Fgnd%2Fdo" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-11-10 09:22:25GET/route/gnd/do2035392