Search for car

FILTER BY

Filter Price

¥21 698 ¥65 42321 69832 62943 56154 49265 423

Review Score

Car Type

Car Features

Car not found
Request history8.0.30PHP Version1.06sRequest Duration35MBMemory UsageGET carRouteAuth status
    • Booting (620ms)time
    • Application (441ms)time
    • 1 x Booting (58.45%)
      620ms
      1 x Application (41.54%)
      441ms
      24 templates were rendered
      • 1x Car::frontend.searchsearch.blade.php#?blade
      • 1x Car::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Car::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Car::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Car::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Car::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Car::frontend.layouts.search.orderbyorderby.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.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
      uri
      GET car
      middleware
      web
      controller
      Modules\Car\Controllers\CarController@index
      namespace
      Modules\Car\Controllers
      prefix
      /car
      where
      as
      car.search
      file
      modules/Car/Controllers/CarController.php:30-89
      12 statements were executed (2 duplicates)Show only duplicates13.99ms
      • Car.php#846aarnatours290425_abhi_tNt3.51msselect * from `bravo_locations` where `id` = '4' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: 4
        • 1: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Car/Models/Car.php:846
        • modules/Car/Controllers/CarController.php:41
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • CarController.php#42aarnatours290425_abhi_tNt2.27msselect count(*) as aggregate from (select `bravo_cars`.*, CASE WHEN IFNULL( bravo_cars.sale_price, 0 ) > 0 THEN bravo_cars.sale_price ELSE bravo_cars.price END AS tmp_min_price from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 7 and `bravo_locations`.`_rgt` <= 8 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null group by `bravo_cars`.`id`) as `aggregate_table`
        Bindings
        • 0: 7
        • 1: 8
        • 2: publish
        Backtrace
        • modules/Car/Controllers/CarController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#63aarnatours290425_abhi_tNt1.08msselect * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1000
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Car/Controllers/CarController.php:63
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#63aarnatours290425_abhi_tNt1.24msselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:63
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Car.php#532aarnatours290425_abhi_tNt1.07msselect 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_cars` where `status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 1
        Bindings
        • 0: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Car/Models/Car.php:532
        • modules/Car/Controllers/CarController.php:64
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • CarController.php#81aarnatours290425_abhi_tNt820μsselect * from `bravo_attrs` where `service` = 'car' and `bravo_attrs`.`deleted_at` is null order by `position` desc
        Bindings
        • 0: car
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#81aarnatours290425_abhi_tNt690μsselect * from `bravo_terms` where `bravo_terms`.`attr_id` in (9, 10) and `bravo_terms`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#81aarnatours290425_abhi_tNt550μsselect * from `bravo_terms_translations` where `locale` = 'en' and `bravo_terms_translations`.`origin_id` in (61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#81aarnatours290425_abhi_tNt510μsselect * from `bravo_attrs_translations` where `locale` = 'en' and `bravo_attrs_translations`.`origin_id` in (9, 10)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • HasTranslations.php#51aarnatours290425_abhi_tNt530μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt820μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • AppHelper.php#627aarnatours290425_abhi_tNt900μsselect * from `core_pages` where `core_pages`.`id` = '' and `core_pages`.`deleted_at` is null limit 1
        Bindings
        • 0: 
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Helpers/AppHelper.php:627
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      Modules\Core\Models\Terms
      14Terms.php#?
      Modules\Location\Models\Location
      11Location.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Car\Models\Car
      1Car.php#?
        web
        null
        sanctum
        null
          _token
          IRyh58MOml5CggfUZH3c0J3qvivhr2YCx9YUJPiv
          bc_current_currency
          jpy
          _previous
          array:1 [ "url" => "https://aarnatours.com/car?location_id=4&orderby=price_low_high" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /car
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "location_id" => "4" "orderby" => "price_low_high" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:17 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IklHMERORDFoRERtV1d6REk4a04wZXc9PSIsInZhbHVlIjoieHpLMEpiMUZtcUdJMzN4MjF3eUJldGtHNnVKNlRzOXI0TyszS3orMWhzTjRuNjFRTXVtQnlmYUVydVo3b21xY1ZjZG13NUVYcDE4UkVUeXNGRWt5bWNsVTBkZHNYTFc1ZzdQZzdIVVlCdTE3L0F6WWJXbWI0RXEvNG93L29tUXoiLCJtYWMiOiI0ZGRiNTQ2MWNmMDAxMmVkZTY3MjEyNmZjOTYzZTZhMTRiOGYzNmViMDhhYzZmNzkxZThmMWE5NmMxMjNhNDIxIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6InhlUkF1NzcrRE9FWThCOGMvMm8yOGc9PSIsInZhbHVlIjoiTFFkQUJOK3ZQeEY4YUlqcGw4angvQThkSXl6SW9XUDFMRmxMU09WRkZYWWlCWUFBYkdpKzJsbXV1bzFTQUFabVMyU2hBQ3RqaFhVeFpkR1dSaHRZV1Bwc05tMnJNUC9JcWVOVkU2U2ZSUit5UDR1R1YwbXVNSTNLc2x1MmQyeXQiLCJtYWMiOiI1ZmNiMWE0OTcyNDNkMzBkODdjZWY0ZjAwZTZiY2I4MTkzMTZjYmE1MGJlZGViZjFmNzRiZjlmYjM3MmJhYWI4IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IklHMERORDFoRERtV1d6REk4a04wZXc9PSIsInZhbHVlIjoieHpLMEpiMUZtcUdJMzN4MjF3eUJldGtHNnVKNlRzOXI0TyszS3orMWhzTjRuNjFRTXVtQnlmYUVydVo3b21xY1ZjZG13N" ] "host" => array:1 [ 0 => "aarnatours.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "IRyh58MOml5CggfUZH3c0J3qvivhr2YCx9YUJPiv" "booking_core_session" => "1H7JlKDY3g6eRcOUGRTm7TkeDp51GUZwWoJ2Estw" ]
          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, 12 Jun 2025 11:18:05 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjQyMmYyQ0hiUWhHUXM3UWc5WXdVNnc9PSIsInZhbHVlIjoiOXBPTmZubnhzOFdjYk12NVo4RHdzUW9RTkZCUnNZS2c0bGlxajl2ajJpUVF4U2F4ZG1FaEZUeWdlcFdRbFZPd2x2Y2V4eC9VMTFRVjAxN3psbTV2NURYREdJZXluTm1QVEZqQnF1UzJrd3FQOTZxU0lkd3VJNDFaaXRLLzFJN3giLCJtYWMiOiI4YzEyZjRiZTI1YWI3MTdmYzhhNmZmZGVjYjgxOTQ4OThjODM2MTU0MzJiMTM5ZmNkY2Y0MDRkNjE3YWYyNGQwIiwidGFnIjoiIn0%3D; expires=Thu, 12-Jun-2025 13:18:05 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjQyMmYyQ0hiUWhHUXM3UWc5WXdVNnc9PSIsInZhbHVlIjoiOXBPTmZubnhzOFdjYk12NVo4RHdzUW9RTkZCUnNZS2c0bGlxajl2ajJpUVF4U2F4ZG1FaEZUeWdlcFdRbFZPd2x2Y2V4e" 1 => "booking_core_session=eyJpdiI6InhYZDhpNmp3VDBwUHI3QTBXcjZnc3c9PSIsInZhbHVlIjoid3dsTW42Y1FLbFpCSFNIV0xxdXVVS292TnRkcnBSMjQ5ZGJFRVBJWmpCY0xPdjdMdnArWFU1UTdNREFUV0t6TW03YlJDWUxsSGgydHdYVVFHZ0Q0RWVmeUpURWNGazlscUFoUDV3dlZEdHlUcU5kVHhWQ0lqODBvZzA2dHlMOUkiLCJtYWMiOiIxYTg4YjZhOTk3YWE1MTQzM2VmN2Y4ODk5OGZjOTA5ZTUwNThkMzg4ZTgxNjA1ZGEwODEwNDcyOTlmN2RiMDI1IiwidGFnIjoiIn0%3D; expires=Thu, 12-Jun-2025 13:18:05 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6InhYZDhpNmp3VDBwUHI3QTBXcjZnc3c9PSIsInZhbHVlIjoid3dsTW42Y1FLbFpCSFNIV0xxdXVVS292TnRkcnBSMjQ5ZGJFRVBJWmpCY0xPdjdMdnArWFU1UTdNREFUV0t" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjQyMmYyQ0hiUWhHUXM3UWc5WXdVNnc9PSIsInZhbHVlIjoiOXBPTmZubnhzOFdjYk12NVo4RHdzUW9RTkZCUnNZS2c0bGlxajl2ajJpUVF4U2F4ZG1FaEZUeWdlcFdRbFZPd2x2Y2V4eC9VMTFRVjAxN3psbTV2NURYREdJZXluTm1QVEZqQnF1UzJrd3FQOTZxU0lkd3VJNDFaaXRLLzFJN3giLCJtYWMiOiI4YzEyZjRiZTI1YWI3MTdmYzhhNmZmZGVjYjgxOTQ4OThjODM2MTU0MzJiMTM5ZmNkY2Y0MDRkNjE3YWYyNGQwIiwidGFnIjoiIn0%3D; expires=Thu, 12-Jun-2025 13:18:05 GMT; path=/XSRF-TOKEN=eyJpdiI6IjQyMmYyQ0hiUWhHUXM3UWc5WXdVNnc9PSIsInZhbHVlIjoiOXBPTmZubnhzOFdjYk12NVo4RHdzUW9RTkZCUnNZS2c0bGlxajl2ajJpUVF4U2F4ZG1FaEZUeWdlcFdRbFZPd2x2Y2V4e" 1 => "booking_core_session=eyJpdiI6InhYZDhpNmp3VDBwUHI3QTBXcjZnc3c9PSIsInZhbHVlIjoid3dsTW42Y1FLbFpCSFNIV0xxdXVVS292TnRkcnBSMjQ5ZGJFRVBJWmpCY0xPdjdMdnArWFU1UTdNREFUV0t6TW03YlJDWUxsSGgydHdYVVFHZ0Q0RWVmeUpURWNGazlscUFoUDV3dlZEdHlUcU5kVHhWQ0lqODBvZzA2dHlMOUkiLCJtYWMiOiIxYTg4YjZhOTk3YWE1MTQzM2VmN2Y4ODk5OGZjOTA5ZTUwNThkMzg4ZTgxNjA1ZGEwODEwNDcyOTlmN2RiMDI1IiwidGFnIjoiIn0%3D; expires=Thu, 12-Jun-2025 13:18:05 GMT; path=/; httponlybooking_core_session=eyJpdiI6InhYZDhpNmp3VDBwUHI3QTBXcjZnc3c9PSIsInZhbHVlIjoid3dsTW42Y1FLbFpCSFNIV0xxdXVVS292TnRkcnBSMjQ5ZGJFRVBJWmpCY0xPdjdMdnArWFU1UTdNREFUV0t" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "IRyh58MOml5CggfUZH3c0J3qvivhr2YCx9YUJPiv" "bc_current_currency" => "jpy" "_previous" => array:1 [ "url" => "https://aarnatours.com/car?location_id=4&orderby=price_low_high" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-12 11:18:05GET/car?location_id=4&orderby=price_low_high241228
          2025-06-12 - 2025-06-13