Cannes and Antibes Night Tour
Экотуризм

От 2.100,00₺ 420,00₺

Paris
Cannes and Antibes Night Tour
3 Отзывов
от
2.100,00₺ 420,00₺
5 дней
San Francisco Express Never Ceases
Экотуризм

От 2.100,00₺ 521,00₺

San Francisco
San Francisco Express Never Ceases
3 Отзывов
от
2.100,00₺ 521,00₺
3 дней
Los Angeles to San Francisco Express
Лигула

От 1.500,00₺ 551,00₺

Paris
Los Angeles to San Francisco Express
3 Отзывов
от
1.500,00₺ 551,00₺
6 дней
Hollywood Sign Small Group Tour in Luxury Van
Лигула

От 2.100,00₺ 555,00₺

Virginia
Hollywood Sign Small Group Tour in Luxury Van
3 Отзывов
от
2.100,00₺ 555,00₺
9 дней
Giverny and Versailles Small Group Day Trip
Сопровождаемый тур

От 2.100,00₺ 598,00₺

Los Angeles
Giverny and Versailles Small Group Day Trip
4 Отзывов
от
2.100,00₺ 598,00₺
6 дней
Phoenix Island Sanya 5⭐️
Сопровождаемый тур

От 2.100,00₺ 614,00₺

Хайнань
Phoenix Island Sanya 5⭐️
3 Отзывов
от
2.100,00₺ 614,00₺
8 дней
Hualuxe Sanya Yalong Bay Resort 5⭐️
Сопровождаемый тур

От 2.300,00₺ 1.137,00₺

Хайнань
Hualuxe Sanya Yalong Bay Resort 5⭐️
0 Отзыв
от
2.300,00₺ 1.137,00₺
8 дней
Swissotel Sharm El Sheikh All Inclusive Collection 5⭐️
Сопровождаемый тур

От 1.300,00₺ 1.169,00₺

Египет
Swissotel Sharm El Sheikh All Inclusive Collection 5⭐️
0 Отзыв
от
1.300,00₺ 1.169,00₺
7 дней
Tastes and Sounds of the South 2019
Сопровождаемый тур

От 2.100,00₺ 1.188,00₺

United States
Tastes and Sounds of the South 2019
4 Отзывов
от
2.100,00₺ 1.188,00₺
1 дней
Показаны 1 - 9 из 16 туров
Request history8.1.28PHP Version350msRequest Duration7MBMemory UsageGET tourRouteAuth status
    • Booting (69.98ms)time
    • Application (280ms)time
    • 1 x Application (80.02%)
      280ms
      1 x Booting (19.97%)
      69.98ms
      37 templates were rendered
      • 1x Tour::frontend.searchsearch.blade.php#?blade
      • 1x Tour::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Tour::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Tour::frontend.layouts.search.form-search-verticalform-search-vertical.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Layout::global.search.filters.attrsattrs.blade.php#?blade
      • 1x Tour::frontend.layouts.search.orderbyorderby.blade.php#?blade
      • 1x Tour::frontend.ajax.search-resultsearch-result.blade.php#?blade
      • 9x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Layout::parts.topbartopbar.blade.php#?blade
      • 1x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
      • 1x Language::frontend.switcherswitcher.blade.php#?blade
      • 1x Layout::parts.notificationnotification.blade.php#?blade
      • 1x Core::frontend.currency-switcher-dropdowncurrency-switcher-dropdown.blade.php#?blade
      • 1x Language::frontend.switcher-dropdownswitcher-dropdown.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 Layout::parts.demo_scriptdemo_script.blade.php#?blade
      uri
      GET tour
      middleware
      web
      controller
      \Modules\Tour\Controllers\TourController@index
      namespace
      Modules\Tour\Controllers
      prefix
      /tour
      where
      as
      tour.search
      file
      modules/Tour/Controllers/TourController.php:39-103
      34 statements were executed, 18 of which were duplicates, 16 unique. Show only duplicated68.39ms
      • select * from `bravo_tour_category` where (0 = 1 or 0 = 1 and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null15.33msu0296736_voyagenewTour.php#1004
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Models/Tour.php:1004
        • 16. modules/Tour/Controllers/TourController.php:53
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select count(*) as aggregate from (select `bravo_tours`.*, CASE WHEN IFNULL( bravo_tours.sale_price, 0 ) > 0 THEN bravo_tours.sale_price ELSE bravo_tours.price END AS tmp_min_price from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`2.24msu0296736_voyagenewTourController.php#54
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `bravo_tours`.*, CASE WHEN IFNULL( bravo_tours.sale_price, 0 ) > 0 THEN bravo_tours.sale_price ELSE bravo_tours.price END AS tmp_min_price from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `tmp_min_price` asc limit 9 offset 04.08msu0296736_voyagenewTourController.php#54
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_locations` where `bravo_locations`.`id` in (1, 4, 5, 7, 8, 13, 17) and `bravo_locations`.`deleted_at` is null2.63msu0296736_voyagenewTourController.php#54
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_location_translations` where `locale` = 'ru' and `bravo_location_translations`.`origin_id` in (1, 4, 5, 7, 8, 13, 17)1.36msu0296736_voyagenewTourController.php#54
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 26. modules/Tour/Controllers/TourController.php:54
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. modules/Tour/Controllers/TourController.php:36
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (3, 9, 10, 13, 14, 15, 16, 19, 20)1.39msu0296736_voyagenewTourController.php#54
        Bindings
        • 0: tour
        • 1: 0
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_tour_translations` where `locale` = 'ru' and `bravo_tour_translations`.`origin_id` in (3, 9, 10, 13, 14, 15, 16, 19, 20)1.61msu0296736_voyagenewTourController.php#54
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_tour_category` where `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null1.33msu0296736_voyagenewTourController.php#86
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:86
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (1, 2, 3, 4)1.37msu0296736_voyagenewTourController.php#86
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:86
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 10001.94msu0296736_voyagenewTourController.php#87
        Bindings
        • 0: 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
        • 15. modules/Tour/Controllers/TourController.php:87
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_location_translations` where `locale` = 'ru' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17)1.3msu0296736_voyagenewTourController.php#87
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:87
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select MIN( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS min_price , MAX( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS max_price from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 11.2msu0296736_voyagenewTour.php#696
        Bindings
        • 0: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Tour/Models/Tour.php:696
        • 17. modules/Tour/Controllers/TourController.php:88
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Tour/Controllers/TourController.php:36
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_attrs` where `service` = 'tour' and `bravo_attrs`.`deleted_at` is null order by `position` desc1.64msu0296736_voyagenewTourController.php#96
        Bindings
        • 0: tour
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:96
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `bravo_terms`.*, (select count(*) from `bravo_tours` inner join `bravo_tour_term` on `bravo_tours`.`id` = `bravo_tour_term`.`tour_id` where `bravo_terms`.`id` = `bravo_tour_term`.`term_id` and `bravo_tours`.`deleted_at` is null) as `tour_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (1, 2) and `bravo_terms`.`deleted_at` is null4.7msu0296736_voyagenewTourController.php#96
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:96
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_terms_translations` where `locale` = 'ru' and `bravo_terms_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 105, 106, 107, 108, 109, 110, 111, 112)1.57msu0296736_voyagenewTourController.php#96
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. modules/Tour/Controllers/TourController.php:96
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 27. modules/Tour/Controllers/TourController.php:36
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_attrs_translations` where `locale` = 'ru' and `bravo_attrs_translations`.`origin_id` in (1, 2)1.76msu0296736_voyagenewTourController.php#96
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:96
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 2 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.48msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 2
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (2)1.14msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 2 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.43msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 2
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (2)1.03msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 4 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.37msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 4
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (4)1.15msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 4 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.66msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 4
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (4)1.02msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 3 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.79msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 3
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (3)1.07msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 3 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.22msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 3
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (3)1.13msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 3 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.47msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 3
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (3)1.06msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 3 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.47msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 3
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (3)1.21msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category` where `bravo_tour_category`.`id` = 3 and `bravo_tour_category`.`id` is not null and `bravo_tour_category`.`deleted_at` is null limit 11.27msu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: 3
        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
        • 22. view::Tour::frontend.layouts.search.loop-grid:24
        • 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
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `bravo_tour_category_translations` where `locale` = 'ru' and `bravo_tour_category_translations`.`origin_id` in (3)970μsu0296736_voyagenewloop-grid.blade.php#24
        Bindings
        • 0: ru
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 27. view::Tour::frontend.layouts.search.loop-grid:24
        • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 32. vendor/laravel/framework/src/Illuminate/View/View.php:207
      Modules\Location\Models\Location
      24Location.php#?
      Modules\Core\Models\Terms
      21Terms.php#?
      Modules\Tour\Models\TourCategory
      13TourCategory.php#?
      Modules\Tour\Models\Tour
      10Tour.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
        web
        null
        sanctum
        null
          _token
          MpyecByhf3QuOuWqGe2999SUSQJEhka49nxS23pb
          bc_current_currency
          try
          _previous
          array:1 [ "url" => "https://voyagetour.tj/tour?orderby=price_low_high&page=1" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /tour
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "orderby" => "price_low_high" "page" => "1" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6InNVc1B5eGhoWWhHTGpBVE96blVoclE9PSIsInZhbHVlIjoiK2J1TWVMUjFLdGR5S2YyWE92OFdrRnk0VzVOSGdGTmhGSzlvTWU3UUF4NUJOYmVxODBCQi9BTUpWQk1wd3N6aVhqbGVtOFF5ZFFidVZPNTA2SWVPdW9jWGdQUGNvQ21jbG5pTFk1Q1krUUJjbnRjV1NuZ1hoSjNMUDB5b25OelYiLCJtYWMiOiIyOGQ5ZTYzMTgxZmJhYjZjMTk4YjRlZGFkYmI5MmIyNWYxNjAyMjU5NTUzYTRmOGUwZGM0MDllN2Y0YjFhMjM3IiwidGFnIjoiIn0%3D; voyage_tour_session=eyJpdiI6ImRoWWdrcjFwUTI0UnBIMjNaanVHU3c9PSIsInZhbHVlIjoiekgzOVRHN1R3Kzd1cEN4bGMydXdUT0kzV2dDVjFWdXlYWEl2ZVRHdjhGN0pLRFJlMkR6NE0rc0k5NWJlWWdvNy9kMGt6dURSUlkvK2NNYS9KOWlPSTJZN1FhM3A4WXhwRFlUWEZQOG1vYTFoM3AzTS8ybnZOZW5wS0xENmUwWEEiLCJtYWMiOiI2MmYxYjY1NDE5MDNiMjYwMjBlMjllODE0NTVhYzI1ZmI0MDY4M2ZlMWQ2ZTU4OWQ5ZWU0OGIzZjgzNDM3YWYyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InNVc1B5eGhoWWhHTGpBVE96blVoclE9PSIsInZhbHVlIjoiK2J1TWVMUjFLdGR5S2YyWE92OFdrRnk0VzVOSGdGTmhGSzlvTWU3UUF4NUJOYmVxODBCQi9BTUpWQk1wd3N6aVhqbGVtO" ] "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 => "voyagetour.tj" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "MpyecByhf3QuOuWqGe2999SUSQJEhka49nxS23pb" "voyage_tour_session" => "bkLKIDuT24YxhYgQWkW8hkV6fsy2f3BuRWCCjH4a" ]
          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 => "Thu, 05 Jun 2025 23:56:21 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFDc01HdFFSWVd4TTcxTGlSUFo2OUE9PSIsInZhbHVlIjoiNHYzK1RqTmdLTS84MUJ1ZCswN2JnK1RnNWZROEcwWndGSTlodFByUXFJSU9GT0djRjR4NGZqQ2ZsUkJBTmRFdjB5aEZQdWx6ckVNcllKenBCZDlOaEZTTy82K2RlWFFqTitPZG53MnU5Wk9uYjM5TEFDV1hvNHE5L2FFYWtrc0giLCJtYWMiOiIxZjI4MWU1Yzc3OTVkYWE1NDViNTUxZmNhMDIzNTZkNDI2ZWY3ODUyNWI0MWUxZjkxY2ZkZGQzNGM5OTk2YmUwIiwidGFnIjoiIn0%3D; expires=Fri, 06 Jun 2025 01:56:22 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InFDc01HdFFSWVd4TTcxTGlSUFo2OUE9PSIsInZhbHVlIjoiNHYzK1RqTmdLTS84MUJ1ZCswN2JnK1RnNWZROEcwWndGSTlodFByUXFJSU9GT0djRjR4NGZqQ2ZsUkJBTmRFdjB5aEZQd" 1 => "voyage_tour_session=eyJpdiI6InNDalMrY1JyNzhUUG1jTFQweHF1Tmc9PSIsInZhbHVlIjoiL25yM0wyQUhEcUd5WnRYQTlZbGVIR0tKKzBUUzRUbDVnbkVFKzAvNWlGOEtITStzLzBaM3p5bHZFcngvTmFEdW1LSlJVL3JzaVV6K0xqbGd4NmVLdHRuVzVWTE5BcmlnbVlqT2NCVFBvYW0vUjhDOTJtUFZTdlVaRjBlektOdHQiLCJtYWMiOiI4NWI1ZjQ4MjZhZDU0Nzc5NTg0YWE4MWYyMmI3OWRkZDVmOTRhMTRmZTkwN2IxZTI4ZTM1M2NlZDZhODJhYmUzIiwidGFnIjoiIn0%3D; expires=Fri, 06 Jun 2025 01:56:22 GMT; Max-Age=7200; path=/; httponly; samesite=laxvoyage_tour_session=eyJpdiI6InNDalMrY1JyNzhUUG1jTFQweHF1Tmc9PSIsInZhbHVlIjoiL25yM0wyQUhEcUd5WnRYQTlZbGVIR0tKKzBUUzRUbDVnbkVFKzAvNWlGOEtITStzLzBaM3p5bHZFcngvTmFE" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFDc01HdFFSWVd4TTcxTGlSUFo2OUE9PSIsInZhbHVlIjoiNHYzK1RqTmdLTS84MUJ1ZCswN2JnK1RnNWZROEcwWndGSTlodFByUXFJSU9GT0djRjR4NGZqQ2ZsUkJBTmRFdjB5aEZQdWx6ckVNcllKenBCZDlOaEZTTy82K2RlWFFqTitPZG53MnU5Wk9uYjM5TEFDV1hvNHE5L2FFYWtrc0giLCJtYWMiOiIxZjI4MWU1Yzc3OTVkYWE1NDViNTUxZmNhMDIzNTZkNDI2ZWY3ODUyNWI0MWUxZjkxY2ZkZGQzNGM5OTk2YmUwIiwidGFnIjoiIn0%3D; expires=Fri, 06-Jun-2025 01:56:22 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InFDc01HdFFSWVd4TTcxTGlSUFo2OUE9PSIsInZhbHVlIjoiNHYzK1RqTmdLTS84MUJ1ZCswN2JnK1RnNWZROEcwWndGSTlodFByUXFJSU9GT0djRjR4NGZqQ2ZsUkJBTmRFdjB5aEZQd" 1 => "voyage_tour_session=eyJpdiI6InNDalMrY1JyNzhUUG1jTFQweHF1Tmc9PSIsInZhbHVlIjoiL25yM0wyQUhEcUd5WnRYQTlZbGVIR0tKKzBUUzRUbDVnbkVFKzAvNWlGOEtITStzLzBaM3p5bHZFcngvTmFEdW1LSlJVL3JzaVV6K0xqbGd4NmVLdHRuVzVWTE5BcmlnbVlqT2NCVFBvYW0vUjhDOTJtUFZTdlVaRjBlektOdHQiLCJtYWMiOiI4NWI1ZjQ4MjZhZDU0Nzc5NTg0YWE4MWYyMmI3OWRkZDVmOTRhMTRmZTkwN2IxZTI4ZTM1M2NlZDZhODJhYmUzIiwidGFnIjoiIn0%3D; expires=Fri, 06-Jun-2025 01:56:22 GMT; path=/; httponlyvoyage_tour_session=eyJpdiI6InNDalMrY1JyNzhUUG1jTFQweHF1Tmc9PSIsInZhbHVlIjoiL25yM0wyQUhEcUd5WnRYQTlZbGVIR0tKKzBUUzRUbDVnbkVFKzAvNWlGOEtITStzLzBaM3p5bHZFcngvTmFE" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "MpyecByhf3QuOuWqGe2999SUSQJEhka49nxS23pb" "bc_current_currency" => "try" "_previous" => array:1 [ "url" => "https://voyagetour.tj/tour?orderby=price_low_high&page=1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-06 04:56:22GET/tour?orderby=price_low_high&page=1373470