Liverpool

Liverpool Overview

Liverpool is a maritime city in northwest England, where the River Mersey meets the Irish Sea. A key trade and migration port from the 18th to the early 20th centuries, it's also, famously, the hometown of The Beatles. Ferries cruise the waterfront, where the iconic mercantile buildings known as the "Three Graces" – Royal Liver Building, Cunard Building and Port of Liverpool Building – stand on the Pier Head.
+
-
Wed, 11 Jun - Wed, 11 Jun
Wed, 11 Jun - Wed, 11 Jun
8.3.21PHP Version411msRequest Duration3MBMemory UsageGET destination/{code}/{city}Route
  • warninglog[02:18:20] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[02:18:20] LOG.warning: Creation of dynamic property App\Http\Controllers\DestinationController::$ci...
  • Booting (351ms)
  • Application (59.24ms)
  • 1 x Booting (85.57%)
    351ms
    1 x Application (14.43%)
    59.24ms
    9 templates were rendered
    • destination.cities (resources/views/destination/cities.blade.php)4blade
      Params
      0
      sub_category
      1
      subcat_place
      2
      city_listing
      3
      city_item
    • layouts.web (resources/views/layouts/web.blade.php)16blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
    • layouts.header (resources/views/layouts/header.blade.php)24blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
      16
      europeCountries
      17
      northCountries
      18
      asiaCountries
      19
      africaCountries
      20
      southCountries
      21
      oceaniaCountries
      22
      antarcticaCountries
      23
      restCountries
    • layouts.footer (resources/views/layouts/footer.blade.php)16blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
    • layouts.login-modal (resources/views/layouts/login-modal.blade.php)16blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
    • layouts.review-modal (resources/views/layouts/review-modal.blade.php)16blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
    • layouts.trip-planner-modal (resources/views/layouts/trip-planner-modal.blade.php)16blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
    • layouts.modal.map_modal (resources/views/layouts/modal/map_modal.blade.php)16blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
    • layouts.modal.web_modal (resources/views/layouts/modal/web_modal.blade.php)16blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      cityObj
    uri
    GET destination/{code}/{city}
    middleware
    web
    controller
    App\Http\Controllers\DestinationController@getCityListing
    namespace
    App\Http\Controllers
    prefix
    where
    file
    app/Http/Controllers/DestinationController.php:43-66
    20 statements were executed, 15 of which were duplicated, 5 unique29.37ms
    • select * from `trip_cities` where `code` = 'lpl' and `trip_cities`.`deleted_at` is null limit 1
      4.62ms/app/Http/Controllers/DestinationController.php:27ua815598_visitanycity
      Metadata
      Bindings
      • 0. lpl
      Backtrace
      • 16. /app/Http/Controllers/DestinationController.php:27
      • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:917
      • 19. /vendor/laravel/framework/src/Illuminate/Container/Container.php:758
      • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:851
      • 21. /vendor/laravel/framework/src/Illuminate/Container/Container.php:694
    • select * from `trip_cities` where `country_code` = 'gb' and `code` = 'lpl' and `trip_cities`.`deleted_at` is null limit 1
      1.02ms/app/Http/Controllers/DestinationController.php:46ua815598_visitanycity
      Metadata
      Bindings
      • 0. gb
      • 1. lpl
      Backtrace
      • 15. /app/Http/Controllers/DestinationController.php:46
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `trip_cities` where `country_code` = 'gb' and `status` = 'Active' and `name` != 'lpl' and `trip_cities`.`deleted_at` is null order by `order_no` asc limit 20
      5.04ms/app/Http/Controllers/DestinationController.php:54ua815598_visitanycity
      Metadata
      Bindings
      • 0. gb
      • 1. Active
      • 2. lpl
      Backtrace
      • 14. /app/Http/Controllers/DestinationController.php:54
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select parent_id,categories.slug,categories.id,cat_name,cat_image,count(categories.id) as total from `categories` inner join `multi_subcategories` on `multi_subcategories`.`subcategory_id` = `categories`.`id` where `status` = 'Active' and `categories`.`deleted_at` is null group by `categories`.`id` order by `cat_name` asc
      15.35ms/app/Http/Controllers/DestinationController.php:60ua815598_visitanycity
      Metadata
      Bindings
      • 0. Active
      Backtrace
      • 14. /app/Http/Controllers/DestinationController.php:60
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      770μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      150μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      190μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      150μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      150μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      140μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      140μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      140μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      140μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      140μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      170μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      150μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      150μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      140μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `countries` where `countries`.`code` = 'GB' and `countries`.`code` is not null limit 1
      140μsview::023340152db140aed5e7b7e0b6ea68dc0612fc47:570ua815598_visitanycity
      Metadata
      Bindings
      • 0. GB
      Backtrace
      • 20. view::023340152db140aed5e7b7e0b6ea68dc0612fc47:570
      • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 25. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select `code`, `name`, `continent`, `continentName`, `isoNumeric`, `currencyCode` from `countries` where `status` = 'Active' and `countries`.`order_no` != '0' order by `countries`.`order_no` asc
      480μs/app/Providers/HeaderServiceProvider.php:26ua815598_visitanycity
      Metadata
      Bindings
      • 0. Active
      • 1. 0
      Backtrace
      • 14. /app/Providers/HeaderServiceProvider.php:26
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • 20. view::110c508605daacf73c493288ad63b60339efbf3d:112
    App\Models\Country
    52
    App\Models\Category
    35
    App\Models\Cities
    17
        _token
        xrmv9vvbnum5fKrOPhFoYNUbdMrTajDjYdXIfZAW
        _previous
        array:1 [ "url" => "http://visitanycity.com/destination/gb/lpl" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /destination/gb/lpl
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:10 [ "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "visitanycity.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" ] "x-forwarded-for" => array:1 [ 0 => "10.1.19.66" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-n2x2s (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
        request_server
        0 of 0
        array:41 [ "PATH" => "/usr/local/bin:/bin:/usr/bin" "HTTP_ACCEPT" => "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" "HTTP_ACCEPT_ENCODING" => "gzip, deflate" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "visitanycity.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_X_FORWARDED_FOR" => "10.1.19.66" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-n2x2s (squid/6.10)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "DOCUMENT_ROOT" => "/home/ua815598/public_html/visitanycity.com/public" "REMOTE_ADDR" => "216.73.216.74" "REMOTE_PORT" => "29817" "SERVER_ADDR" => "138.201.211.238" "SERVER_NAME" => "visitanycity.com" "SERVER_ADMIN" => "webmaster@visitanycity.ua815598.serversignin.com" "SERVER_PORT" => "80" "REQUEST_SCHEME" => "http" "REQUEST_URI" => "/destination/gb/lpl" "REDIRECT_URL" => "/destination/gb/lpl" "REDIRECT_REQUEST_METHOD" => "GET" "GEOIP_ADDR" => "216.73.216.74" "GEOIP_COUNTRY_CODE" => "US" "GEOIP_CONTINENT_CODE" => "NA" "GEOIP_LATITUDE" => "37.75100" "GEOIP_LONGITUDE" => "-97.82200" "LANG" => "en_US.UTF-8" "REDIRECT_STATUS" => "200" "SCRIPT_FILENAME" => "/home/ua815598/public_html/visitanycity.com/public/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "http://visitanycity.com/destination/gb/lpl" "SCRIPT_URL" => "/destination/gb/lpl" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1749608300.2869 "REQUEST_TIME" => 1749608300 ]
        request_cookies
        []
        
        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 => "Wed, 11 Jun 2025 02:18:20 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZmRUYzbFEvZjFoVkJEbmMvblJlcnc9PSIsInZhbHVlIjoiK0YyVEpxbE9yOHJVdHBpOXVNcjE1dkN0OTRzQnRtSDIvZWlYbjgwY3FQbGswazNiQ1NxWStFNnhVMlJhZGRqSWw4QUpXR1FaMm5XMDAxdGFGZ3RFUlYyUGFvbmlpTlZ4cUpvUnNnanJiN0taY08rN1B6KzlPRElBd2FqOE1DZXEiLCJtYWMiOiIwZjBmNjkzZGMzMzhjYTQxNTg0Y2E4NzcyYzk2MmExYzQ1MTUzM2VhMmUzZTlhODUwZTg3NGI3ZWU0ZGRjYTZiIiwidGFnIjoiIn0%3D; expires=Wed, 11-Jun-2025 04:18:20 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkZmRUYzbFEvZjFoVkJEbmMvblJlcnc9PSIsInZhbHVlIjoiK0YyVEpxbE9yOHJVdHBpOXVNcjE1dkN0OTRzQnRtSDIvZWlYbjgwY3FQbGswazNiQ1NxWStFNnhVMlJhZGRqSWw4QUpXR" 1 => "laravel_session=eyJpdiI6Img3VWVNQ21wVW5jWWtBc1lvRHRmOFE9PSIsInZhbHVlIjoiT0VxbkhyRFkrUnd5Z2hYYkFvQW05U25QVlRjRW5jUjBxWXFZZ3FPUXdyYjMyWmZjRERWcm43S0J4eE1Sbmo3dVMrSkRTc3d5bGNXSkdUd2NTcWU4NzFBSVpBSElDRE4vZVRGU1FieWN0cEh6d3JoZmNTRUQraDF1UkNnYkZ4VXoiLCJtYWMiOiI2ZjhhMDc1NzZiNTM4YjM3ODZiNDYzOGM3NDRmNTlmMGEzZmNjZDE4NzhhOTZkMjVkOTNmZGNhZTY1MzA3NWZmIiwidGFnIjoiIn0%3D; expires=Wed, 11-Jun-2025 04:18:20 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Img3VWVNQ21wVW5jWWtBc1lvRHRmOFE9PSIsInZhbHVlIjoiT0VxbkhyRFkrUnd5Z2hYYkFvQW05U25QVlRjRW5jUjBxWXFZZ3FPUXdyYjMyWmZjRERWcm43S0J4eE1Sbmo3dVMr" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZmRUYzbFEvZjFoVkJEbmMvblJlcnc9PSIsInZhbHVlIjoiK0YyVEpxbE9yOHJVdHBpOXVNcjE1dkN0OTRzQnRtSDIvZWlYbjgwY3FQbGswazNiQ1NxWStFNnhVMlJhZGRqSWw4QUpXR1FaMm5XMDAxdGFGZ3RFUlYyUGFvbmlpTlZ4cUpvUnNnanJiN0taY08rN1B6KzlPRElBd2FqOE1DZXEiLCJtYWMiOiIwZjBmNjkzZGMzMzhjYTQxNTg0Y2E4NzcyYzk2MmExYzQ1MTUzM2VhMmUzZTlhODUwZTg3NGI3ZWU0ZGRjYTZiIiwidGFnIjoiIn0%3D; expires=Wed, 11-Jun-2025 04:18:20 GMT; path=/XSRF-TOKEN=eyJpdiI6IkZmRUYzbFEvZjFoVkJEbmMvblJlcnc9PSIsInZhbHVlIjoiK0YyVEpxbE9yOHJVdHBpOXVNcjE1dkN0OTRzQnRtSDIvZWlYbjgwY3FQbGswazNiQ1NxWStFNnhVMlJhZGRqSWw4QUpXR" 1 => "laravel_session=eyJpdiI6Img3VWVNQ21wVW5jWWtBc1lvRHRmOFE9PSIsInZhbHVlIjoiT0VxbkhyRFkrUnd5Z2hYYkFvQW05U25QVlRjRW5jUjBxWXFZZ3FPUXdyYjMyWmZjRERWcm43S0J4eE1Sbmo3dVMrSkRTc3d5bGNXSkdUd2NTcWU4NzFBSVpBSElDRE4vZVRGU1FieWN0cEh6d3JoZmNTRUQraDF1UkNnYkZ4VXoiLCJtYWMiOiI2ZjhhMDc1NzZiNTM4YjM3ODZiNDYzOGM3NDRmNTlmMGEzZmNjZDE4NzhhOTZkMjVkOTNmZGNhZTY1MzA3NWZmIiwidGFnIjoiIn0%3D; expires=Wed, 11-Jun-2025 04:18:20 GMT; path=/; httponlylaravel_session=eyJpdiI6Img3VWVNQ21wVW5jWWtBc1lvRHRmOFE9PSIsInZhbHVlIjoiT0VxbkhyRFkrUnd5Z2hYYkFvQW05U25QVlRjRW5jUjBxWXFZZ3FPUXdyYjMyWmZjRERWcm43S0J4eE1Sbmo3dVMr" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "xrmv9vvbnum5fKrOPhFoYNUbdMrTajDjYdXIfZAW" "_previous" => array:1 [ "url" => "http://visitanycity.com/destination/gb/lpl" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]