cars2buy want to make it as easy as possible for you to find a new Audi A5 Avant S line at the best possible price. In order to do this we have collected prices from a range of providers - including Audi dealers and independent car brokers - for you to compare, saving you the hassle of having to negotiate yourself.

All Audi A5 Avant S line cars advertised on cars2buy are UK cars with the standard Audi warranty and all the usual pre-delivery inspections are carried out by an authorised dealer. For further information please speak directly to the supplier of your choice.

Our service is completely transparent, we put you in direct contact with the supplier, either via their website or by sending an enquiry direct. It is a completely free service to you, simply click the 'Deal Details' button on the Audi A5 Avant S line deal you are interested in to view more details and contact the dealer directly.

×

Filter your results:

Request history8.2.27PHP Version244msRequest Duration2MBMemory UsageGET new-cars/{manufacturer}/{model}/{trim}Route
    • Booting (53.29ms)time
    • Application (191ms)time
    • 1 x Application (78.2%)
      191ms
      1 x Booting (21.8%)
      53.29ms
      13 templates were rendered
      • cars.showshow.blade.php#?blade
      • includes.lease-linklease-link.blade.php#?blade
      • includes.paginationpagination.blade.php#?blade
      • cars.filters.new-car-filternew-car-filter.blade.php#?blade
      • includes.car-filterscar-filters.blade.php#?blade
      • cars.extraextra.blade.php#?blade
      • cars.filters.new-car-filternew-car-filter.blade.php#?blade
      • includes.car-filterscar-filters.blade.php#?blade
      • appapp.blade.php#?blade
      • share.headhead.blade.php#?blade
      • share.headerheader.blade.php#?blade
      • share.footerfooter.blade.php#?blade
      • share.footfoot.blade.php#?blade
      uri
      GET new-cars/{manufacturer}/{model}/{trim}
      middleware
      web
      controller
      App\Http\Controllers\NewCarsController@results
      namespace
      where
      as
      new-car-results-trim
      file
      app/Http/Controllers/NewCarsController.php:159-264
      22 statements were executed17.85ms
      • Connection EstablishedbrampacModel.php#350
        Backtrace
        • 14. app/Queries/Model.php:350
        • 15. app/Http/Controllers/Controller.php:53
        • 17. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 19. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:957
      • select `trim` from `car_specs` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line') limit 1
        1.11msbrampacModel.php#357
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Queries/Model.php:357
        • 16. app/Http/Controllers/Controller.php:53
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 19. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 20. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:957
      • select `car_id` from `car_specs` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line') limit 1
        170μsbrampacController.php#369
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Http/Controllers/Controller.php:369
        • 16. app/Http/Controllers/Controller.php:58
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 19. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 20. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:957
      • select count(*) as aggregate from `cus_cars` inner join `car_specs` on `car_specs`.`car_id` = `cus_cars`.`id_car` inner join `dealers` on `dealers`.`did` = `cus_cars`.`bid` inner join `account` on `broke_id` = `bid` or `broke_id` = `d_subid` inner join `partner_agents` on `partner_agents`.`pa_bid` = `dealers`.`did` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant' and `amount` > 0 and `d_live` = 1 and `live` = 1 and `totdis` >= 0 and `pa_pid` = 5) and `trim_slug` = 's-line'
        890μsbrampacNewCarSearch.php#52
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: 0
        • 3: 1
        • 4: 1
        • 5: 0
        • 6: 5
        • 7: s-line
        Backtrace
        • 16. app/Queries/NewCarSearch.php:52
        • 17. app/Http/Controllers/NewCarsController.php:175
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `make`, `model`, `version`, `trim`, `make_slug`, `model_slug` from `car_specs` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant') and `trim_slug` = 's-line' group by `trim` order by `trim` asc
        510μsbrampacModel.php#124
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 13. app/Queries/Model.php:124
        • 14. app/Http/Controllers/NewCarsController.php:183
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `make`, `model`, `trim`, `version`, `car_id`, `version_slug` from `car_specs` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim` = 'S line') order by `version` asc
        540μsbrampacModel.php#187
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: S line
        Backtrace
        • 15. app/Queries/Model.php:187
        • 16. app/Http/Controllers/NewCarsController.php:197
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `tt_cpc` as `cpclick`, `live`, `tt_vehid` as `veh_id`, `cap_id`, `make`, `model`, `make_slug`, `model_slug`, `version`, `otrprice`, `name`, `motr`, `id_car`, `uk_list`, `rfl`, `car_specs`.`delivery`, `prereg`, `linked`, `logo`, `dealers`.`acc_type`, `d_live`, `urllink`, `bid`, `d_sub`, `d_subid`, `colour`, `b_delivery`, `options`, `mileage`, `reg_date`, `nearly_new` from `cus_cars` inner join `car_specs` on `car_specs`.`car_id` = `cus_cars`.`id_car` inner join `dealers` on `dealers`.`did` = `cus_cars`.`bid` inner join `account` on `broke_id` = `bid` or `broke_id` = `d_subid` inner join `topten` on `topten`.`tt_vehid` = `cus_cars`.`veh_id` and `topten`.`tt_broker` = `cus_cars`.`bid` inner join `partner_agents` on `partner_agents`.`pa_bid` = `cus_cars`.`bid` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant' and `amount` > 0 and `d_live` = 1 and `live` = 1 and `cap_id` > 1 and `pa_pid` = 5) order by RAND() limit 1
        660μsbrampacNewCarSearch.php#147
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: 0
        • 3: 1
        • 4: 1
        • 5: 1
        • 6: 5
        Backtrace
        • 13. app/Queries/NewCarSearch.php:147
        • 14. app/Http/Controllers/NewCarsController.php:200
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `make`, `make_slug`, `model`, `model_slug`, `price_monthly` from `lease_offers` inner join `car_specs` on `car_specs`.`car_id` = `lease_offers`.`id_car` inner join `dealers` on `dealers`.`did` = `lease_offers`.`bid` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant' and `personal` = 1 and `business` = 0 and `lease_live` = 1 and `lease_active` = 1 and `live` = 1 and `price_monthly` > 1) and `lease_hash` is not null order by `price_monthly` asc limit 1
        300μsbrampacPersonalCar.php#29
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: 1
        • 3: 0
        • 4: 1
        • 5: 1
        • 6: 1
        • 7: 1
        Backtrace
        • 13. app/Queries/PersonalCar.php:29
        • 14. app/Http/Controllers/NewCarsController.php:201
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `make`, `model`, `version`, `trim`, `make_slug`, `model_slug` from `car_specs` where (`make_slug` = 'audi' and `model_slug` = 'a5-avant') group by `trim` order by `trim` asc
        310μsbrampacModel.php#128
        Bindings
        • 0: audi
        • 1: a5-avant
        Backtrace
        • 13. app/Queries/Model.php:128
        • 14. app/Http/Controllers/NewCarsController.php:203
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `lease_hash`, `same_deal_hash`, `car_id`, `make`, `model`, `make_slug`, `model_slug`, `version`, `cap_id`, `lease_id`, `logo`, `bid`, `d_subid`, MIN(price_monthly) as price_monthly from `lease_offers_personal` inner join `car_specs` on `car_specs`.`car_id` = `lease_offers_personal`.`id_car` inner join `dealers` on `dealers`.`did` = `lease_offers_personal`.`bid` where (`lease_live` = 1 and `lease_active` = 1 and `live` = 1 and `price_monthly` > 1 and `make_slug` = 'audi' and `model_slug` = 'a5-avant') and `trim_slug` = 's-line' group by `bid` order by `price_monthly` asc limit 2
        9.08msbrampacCarLeasingSearch.php#228
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: audi
        • 5: a5-avant
        • 6: s-line
        Backtrace
        • 15. app/Queries/CarLeasingSearch.php:228
        • 16. app/Http/Controllers/NewCarsController.php:204
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select COUNT(DISTINCT bid) as totalBrokers from `cus_cars` inner join `car_specs` on `car_specs`.`car_id` = `cus_cars`.`id_car` inner join `dealers` on `dealers`.`did` = `cus_cars`.`bid` inner join `account` on `broke_id` = `bid` or `broke_id` = `d_subid` inner join `partner_agents` on `partner_agents`.`pa_bid` = `dealers`.`did` where (`amount` > 0 and `d_live` = 1 and `live` = 1 and `totdis` >= 0 and `otrprice` > 5000 and `d_live` = 1 and `pa_pid` = 5) and (`make_slug` = 'audi' and `model_slug` = 'a5-avant') and `trim_slug` = 's-line' limit 1
        610μsbrampacNewCarSearch.php#354
        Bindings
        • 0: 0
        • 1: 1
        • 2: 1
        • 3: 0
        • 4: 5000
        • 5: 1
        • 6: 5
        • 7: audi
        • 8: a5-avant
        • 9: s-line
        Backtrace
        • 16. app/Queries/NewCarSearch.php:354
        • 17. app/Http/Controllers/NewCarsController.php:211
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `car_specs`.`cap_id` from `car_specs` inner join `images_izmo` on `car_specs`.`cap_id` = `images_izmo`.`cap_id` where `make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line' order by `car_specs`.`cap_id` desc limit 1
        410μsbrampacModel.php#154
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 16. app/Queries/Model.php:154
        • 17. app/Http/Controllers/NewCarsController.php:214
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `path`, `izmoAlias` from `images_izmo` where `cap_id` = 0 and `ima_type` = 'CAR' and `path` != '' and `izmoAlias` != '' order by `ima_model_year` desc limit 1
        190μsbrampacImagesRepository.php#28
        Bindings
        • 0: 0
        • 1: CAR
        • 2: 
        • 3: 
        Backtrace
        • 16. app/Queries/ImagesRepository.php:28
        • 17. app/Traits/VehicleImage.php:77
        • 18. app/Http/Controllers/NewCarsController.php:215
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `make`, `model` from `car_specs` where `cap_id` = 0 limit 1
        170μsbrampacVehicleImage.php#85
        Bindings
        • 0: 0
        Backtrace
        • 16. app/Traits/VehicleImage.php:85
        • 17. app/Http/Controllers/NewCarsController.php:215
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `make`, `make_slug` from `car_specs` order by `make` asc
        170μsbrampacManufacturer.php#17
        Backtrace
        • 15. app/Queries/Manufacturer.php:17
        • 16. app/Http/Controllers/NewCarsController.php:237
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `model`, `model_slug`, `make` from `car_specs` where `make_slug` = 'audi' order by `model` asc
        190μsbrampacModel.php#26
        Bindings
        • 0: audi
        Backtrace
        • 15. app/Queries/Model.php:26
        • 16. app/Http/Controllers/NewCarsController.php:239
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select distinct `car_id`, `version` from `car_specs` where `make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line' order by `version` asc
        370μsbrampacNewCarFilter.php#82
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Queries/SearchFilters/NewCarFilter.php:82
        • 16. app/Queries/SearchFilters/NewCarFilter.php:22
        • 17. app/Http/Controllers/NewCarsController.php:242
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `fuel` from `car_specs` where `make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line' order by `fuel` asc
        370μsbrampacNewCarFilter.php#112
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Queries/SearchFilters/NewCarFilter.php:112
        • 16. app/Queries/SearchFilters/NewCarFilter.php:28
        • 17. app/Http/Controllers/NewCarsController.php:242
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `transmission` from `car_specs` where `make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line' order by `transmission` asc
        410μsbrampacNewCarFilter.php#127
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Queries/SearchFilters/NewCarFilter.php:127
        • 16. app/Queries/SearchFilters/NewCarFilter.php:32
        • 17. app/Http/Controllers/NewCarsController.php:242
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `engine` from `car_specs` where `make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line' order by `engine` asc
        350μsbrampacNewCarFilter.php#142
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Queries/SearchFilters/NewCarFilter.php:142
        • 16. app/Queries/SearchFilters/NewCarFilter.php:36
        • 17. app/Http/Controllers/NewCarsController.php:242
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `bodytype` from `car_specs` where `make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line' order by `bodytype` asc
        330μsbrampacNewCarFilter.php#156
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Queries/SearchFilters/NewCarFilter.php:156
        • 16. app/Queries/SearchFilters/NewCarFilter.php:40
        • 17. app/Http/Controllers/NewCarsController.php:242
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `doors` from `car_specs` where `make_slug` = 'audi' and `model_slug` = 'a5-avant' and `trim_slug` = 's-line' order by `doors` asc
        390μsbrampacNewCarFilter.php#171
        Bindings
        • 0: audi
        • 1: a5-avant
        • 2: s-line
        Backtrace
        • 15. app/Queries/SearchFilters/NewCarFilter.php:171
        • 16. app/Queries/SearchFilters/NewCarFilter.php:44
        • 17. app/Http/Controllers/NewCarsController.php:242
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `Text` from `seo` where (`Make` = 'Audi' and `Model` = 'A5 Avant' and `Type` = 'Car - New')
        320μsbrampacSearchOptimisation.php#19
        Bindings
        • 0: Audi
        • 1: A5 Avant
        • 2: Car - New
        Backtrace
        • 15. app/Queries/SearchOptimisation.php:19
        • 16. app/Http/Controllers/NewCarsController.php:250
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      App\Models\CarSpec
      115CarSpec.php#?
      App\Models\LeaseOfferPersonal
      2LeaseOfferPersonal.php#?
      App\Models\CusCar
      1CusCar.php#?
          _token
          byUaxt2vWSdyAip5lvvlRKkOGXKplHBekAkazWzq
          views
          1
          uid
          79fb54e65125c69f52ac530f2bbef4e3
          _previous
          array:1 [ "url" => "https://laravel.cars2buy.co.uk/new-cars/audi/a5-avant/s-line" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /new-cars/audi/a5-avant/s-line/
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "fTrim" => "s-line" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "3.136.154.96" ] "host" => array:1 [ 0 => "laravel.cars2buy.co.uk" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sat, 01 Feb 2025 03:50:13 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:3 [ 0 => "uid=eyJpdiI6IlhRRGhHc0htbHM3NFlLOWgvRkNHaWc9PSIsInZhbHVlIjoiNnRSREpMVkVrNEVMRUxnaGVXR1VuN1RvMCtTUHJjc3p2U1RuK2lBQzh5ZHhCUWV3b3Ntc0JrRmtJaElUMkN3TTF1cFNybVFPVGxPbEJURHhJQ1NzQWxUcmlhRCt4L2ZnNXBuUSs3U0pyN0k9IiwibWFjIjoiMWZhMDEyMWMxZTA1YTU4NWZlYzdiYWU0ODRiYTg3ZjdiNWJiYTllNzg0ZmU2NTBhZjQwN2NkNjY0MjNjMDllNyIsInRhZyI6IiJ9; expires=Mon, 19 Nov 5359 18:03:13 GMT; Max-Age=105236028780; path=/; secure; httponly; samesite=laxuid=eyJpdiI6IlhRRGhHc0htbHM3NFlLOWgvRkNHaWc9PSIsInZhbHVlIjoiNnRSREpMVkVrNEVMRUxnaGVXR1VuN1RvMCtTUHJjc3p2U1RuK2lBQzh5ZHhCUWV3b3Ntc0JrRmtJaElUMkN3TTF1cFNybVFPVGxP" 1 => "XSRF-TOKEN=eyJpdiI6ImpWTlAzRjRkUkVVNnhzNXpkQS9sbVE9PSIsInZhbHVlIjoidXIzbGs3TEoxYk1RdndnVFFTTjJhbXcxelRxdFJyaXRVKzlQRWpJKzdidkQ0N2YzTXVsclN3cUpNWHRjSWVyVmg0WURMSm5haW5tUjFDUDVrK2g2WjRZNU1zUXVQeVZOTWtqNFZPSE00TXN1QkpFL3ZNa0Z0SlVzYkVTK1FUMEUiLCJtYWMiOiI2NmZhYzI1YWNlZGYwNWNkZGY5NjAyYmE1NWJiNTc2MTcxZjNhYWQwNTQzMGNhMWJmNzYzOTExNDdiOTQ5NWEwIiwidGFnIjoiIn0%3D; expires=Sat, 01 Feb 2025 05:50:13 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImpWTlAzRjRkUkVVNnhzNXpkQS9sbVE9PSIsInZhbHVlIjoidXIzbGs3TEoxYk1RdndnVFFTTjJhbXcxelRxdFJyaXRVKzlQRWpJKzdidkQ0N2YzTXVsclN3cUpNWHRjSWVyVmg0WURMS" 2 => "laravel_session=eyJpdiI6IlpwbXhYcFEzNUpvRWkyQTBNcDQrcUE9PSIsInZhbHVlIjoiNE1Sa2lXcFJpdVFKcTY3RGMzRUtsTG80L2luZDRSZlFPVDhrMWN0RWJ2TmhBSWRVK3N1bFZ5V2VPcnU3cU5tQ2xhbzB4ZldCZUJLUWVHYjJZRWpIUThFZGdtSnlJeEU4Si9SV1UvcmkwRS91ZzVIMGExczBBcjNMQXQ3cnNienUiLCJtYWMiOiIwNTc4NzM1MmMwZTA3MGM5NTBhMGZiZTg0YWVjNWZkNjIzMzliMjc3MjkzNjkyN2Q4Yzk0ZmZiYTA5NGM5NTVmIiwidGFnIjoiIn0%3D; expires=Sat, 01 Feb 2025 05:50:13 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlpwbXhYcFEzNUpvRWkyQTBNcDQrcUE9PSIsInZhbHVlIjoiNE1Sa2lXcFJpdVFKcTY3RGMzRUtsTG80L2luZDRSZlFPVDhrMWN0RWJ2TmhBSWRVK3N1bFZ5V2VPcnU3cU5tQ2xh" ] "Set-Cookie" => array:3 [ 0 => "uid=eyJpdiI6IlhRRGhHc0htbHM3NFlLOWgvRkNHaWc9PSIsInZhbHVlIjoiNnRSREpMVkVrNEVMRUxnaGVXR1VuN1RvMCtTUHJjc3p2U1RuK2lBQzh5ZHhCUWV3b3Ntc0JrRmtJaElUMkN3TTF1cFNybVFPVGxPbEJURHhJQ1NzQWxUcmlhRCt4L2ZnNXBuUSs3U0pyN0k9IiwibWFjIjoiMWZhMDEyMWMxZTA1YTU4NWZlYzdiYWU0ODRiYTg3ZjdiNWJiYTllNzg0ZmU2NTBhZjQwN2NkNjY0MjNjMDllNyIsInRhZyI6IiJ9; expires=Mon, 19-Nov-5359 18:03:13 GMT; path=/; secure; httponlyuid=eyJpdiI6IlhRRGhHc0htbHM3NFlLOWgvRkNHaWc9PSIsInZhbHVlIjoiNnRSREpMVkVrNEVMRUxnaGVXR1VuN1RvMCtTUHJjc3p2U1RuK2lBQzh5ZHhCUWV3b3Ntc0JrRmtJaElUMkN3TTF1cFNybVFPVGxP" 1 => "XSRF-TOKEN=eyJpdiI6ImpWTlAzRjRkUkVVNnhzNXpkQS9sbVE9PSIsInZhbHVlIjoidXIzbGs3TEoxYk1RdndnVFFTTjJhbXcxelRxdFJyaXRVKzlQRWpJKzdidkQ0N2YzTXVsclN3cUpNWHRjSWVyVmg0WURMSm5haW5tUjFDUDVrK2g2WjRZNU1zUXVQeVZOTWtqNFZPSE00TXN1QkpFL3ZNa0Z0SlVzYkVTK1FUMEUiLCJtYWMiOiI2NmZhYzI1YWNlZGYwNWNkZGY5NjAyYmE1NWJiNTc2MTcxZjNhYWQwNTQzMGNhMWJmNzYzOTExNDdiOTQ5NWEwIiwidGFnIjoiIn0%3D; expires=Sat, 01-Feb-2025 05:50:13 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImpWTlAzRjRkUkVVNnhzNXpkQS9sbVE9PSIsInZhbHVlIjoidXIzbGs3TEoxYk1RdndnVFFTTjJhbXcxelRxdFJyaXRVKzlQRWpJKzdidkQ0N2YzTXVsclN3cUpNWHRjSWVyVmg0WURMS" 2 => "laravel_session=eyJpdiI6IlpwbXhYcFEzNUpvRWkyQTBNcDQrcUE9PSIsInZhbHVlIjoiNE1Sa2lXcFJpdVFKcTY3RGMzRUtsTG80L2luZDRSZlFPVDhrMWN0RWJ2TmhBSWRVK3N1bFZ5V2VPcnU3cU5tQ2xhbzB4ZldCZUJLUWVHYjJZRWpIUThFZGdtSnlJeEU4Si9SV1UvcmkwRS91ZzVIMGExczBBcjNMQXQ3cnNienUiLCJtYWMiOiIwNTc4NzM1MmMwZTA3MGM5NTBhMGZiZTg0YWVjNWZkNjIzMzliMjc3MjkzNjkyN2Q4Yzk0ZmZiYTA5NGM5NTVmIiwidGFnIjoiIn0%3D; expires=Sat, 01-Feb-2025 05:50:13 GMT; path=/; httponlylaravel_session=eyJpdiI6IlpwbXhYcFEzNUpvRWkyQTBNcDQrcUE9PSIsInZhbHVlIjoiNE1Sa2lXcFJpdVFKcTY3RGMzRUtsTG80L2luZDRSZlFPVDhrMWN0RWJ2TmhBSWRVK3N1bFZ5V2VPcnU3cU5tQ2xh" ] ]
          session_attributes
          0 of 0
          array:6 [ "_token" => "byUaxt2vWSdyAip5lvvlRKkOGXKplHBekAkazWzq" "views" => 1 "uid" => "79fb54e65125c69f52ac530f2bbef4e3" "_previous" => array:1 [ "url" => "https://laravel.cars2buy.co.uk/new-cars/audi/a5-avant/s-line" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-01 03:50:13GET/new-cars/audi/a5-avant/s-line/1322118