Top 10 Cities

  • Home
  • Top 10 Cities
8.3.22PHP Version500msRequest Duration3MBMemory UsageGET destination/top-10-citiesRoute
  • warninglog[12:30:53] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[12:30:53] LOG.warning: Creation of dynamic property App\Http\Controllers\DestinationController::$ci...
  • Booting (391ms)
  • Application (109ms)
  • 1 x Booting (78.16%)
    391ms
    1 x Application (21.84%)
    109ms
    9 templates were rendered
    • destination.top_destination (resources/views/destination/top_destination.blade.php)1blade
      Params
      0
      destination
    • layouts.web (resources/views/layouts/web.blade.php)7blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
    • layouts.header (resources/views/layouts/header.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
      7
      europeCountries
      8
      northCountries
      9
      asiaCountries
      10
      africaCountries
      11
      southCountries
      12
      oceaniaCountries
      13
      antarcticaCountries
      14
      restCountries
    • layouts.footer (resources/views/layouts/footer.blade.php)7blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
    • layouts.login-modal (resources/views/layouts/login-modal.blade.php)7blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
    • layouts.review-modal (resources/views/layouts/review-modal.blade.php)7blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
    • layouts.trip-planner-modal (resources/views/layouts/trip-planner-modal.blade.php)7blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
    • layouts.modal.map_modal (resources/views/layouts/modal/map_modal.blade.php)7blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
    • layouts.modal.web_modal (resources/views/layouts/modal/web_modal.blade.php)7blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      destination
      4
      __currentLoopData
      5
      obj
      6
      loop
    uri
    GET destination/top-10-cities
    middleware
    web
    controller
    App\Http\Controllers\DestinationController@top_destination
    namespace
    App\Http\Controllers
    prefix
    where
    file
    app/Http/Controllers/DestinationController.php:239-250
    16 statements were executed44.44ms
    • select * from `trip_cities` where `code` is null and `trip_cities`.`deleted_at` is null limit 1
      5.15ms/app/Http/Controllers/DestinationController.php:27ua815598_visitanycity
      Metadata
      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
    • update `trip_cities` set `deleted_at` = '2025-07-25 12:30:53', `trip_cities`.`updated_at` = '2025-07-25 12:30:53' where `deleted_at` is not null and `trip_cities`.`deleted_at` is null
      8.67ms/app/Http/Controllers/DestinationController.php:241ua815598_visitanycity
      Metadata
      Bindings
      • 0. 2025-07-25 12:30:53
      • 1. 2025-07-25 12:30:53
      Backtrace
      • 14. /app/Http/Controllers/DestinationController.php:241
      • 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 `trip_cities`.`id`, `trip_cities`.`name` as `city_name`, `trip_cities`.`description`, `trip_cities`.`order_no`, `image`, `country_code`, `trip_cities`.`code`, `trip_cities`.`latitude`, `trip_cities`.`longitude`, `countries`.`name` as `country_name` from `trip_cities` inner join `countries` on `countries`.`code` = `trip_cities`.`country_code` where `trip_cities`.`status` = 'Active' and `trip_cities`.`deleted_at` is null group by `trip_cities`.`name` order by `trip_cities`.`order_no` asc limit 12
      9.09ms/app/Http/Controllers/DestinationController.php:248ua815598_visitanycity
      Metadata
      Bindings
      • 0. Active
      Backtrace
      • 14. /app/Http/Controllers/DestinationController.php:248
      • 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` = 'IS' and `countries`.`code` is not null limit 1
      1.55msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. IS
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'TH' and `countries`.`code` is not null limit 1
      1.11msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. TH
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'FR' and `countries`.`code` is not null limit 1
      1.18msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. FR
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'TR' and `countries`.`code` is not null limit 1
      1.39msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. TR
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'CZ' and `countries`.`code` is not null limit 1
      1.63msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. CZ
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'CN' and `countries`.`code` is not null limit 1
      1.27msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. CN
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'RU' and `countries`.`code` is not null limit 1
      1msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. RU
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'DE' and `countries`.`code` is not null limit 1
      980μsview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. DE
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'JP' and `countries`.`code` is not null limit 1
      980μsview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. JP
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'US' and `countries`.`code` is not null limit 1
      1.53msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. US
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'HK' and `countries`.`code` is not null limit 1
      6.2msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. HK
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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` = 'MO' and `countries`.`code` is not null limit 1
      1.44msview::76c7831b59cd3570f457adbe3f4c06089a8472a4:123ua815598_visitanycity
      Metadata
      Bindings
      • 0. MO
      Backtrace
      • 20. view::76c7831b59cd3570f457adbe3f4c06089a8472a4:123
      • 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
      1.27ms/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
    49
    App\Models\Cities
    13
        _token
        BekEkVvnHe6plagkIUxuTmxOIyAFx4by7P6C8vkh
        _previous
        array:1 [ "url" => "http://visitanycity.com/destination/top-10-cities" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /destination/top-10-cities
        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.2.173.70" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-vp2lt (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.2.173.70" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-vp2lt (squid/6.10)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "DOCUMENT_ROOT" => "/home/ua815598/public_html/visitanycity.com/public" "REMOTE_ADDR" => "216.73.216.210" "REMOTE_PORT" => "24559" "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/top-10-cities" "REDIRECT_URL" => "/destination/top-10-cities" "REDIRECT_REQUEST_METHOD" => "GET" "GEOIP_ADDR" => "216.73.216.210" "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/top-10-cities" "SCRIPT_URL" => "/destination/top-10-cities" "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" => 1753446652.7652 "REQUEST_TIME" => 1753446652 ]
        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 => "Fri, 25 Jul 2025 12:30:53 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikx0RC9Rek1vdmNmUE9pUlVNNXlFRUE9PSIsInZhbHVlIjoiTHlpbmIyQStNNDY1NEtSa2NDaWxHUnZuZG42cFdTZ2lTaWZnU0o1cVNQQ1M3NEY5TjVEQkdwcVYxRWE4MVpjSktQSzZJN09rVGorREFwcURUMTg0aHQzL2ZCMXgwcGw4U2h6cnY4UHpua0JLbnhxRUNwbmV3d2Q4aDlQYnpIMkQiLCJtYWMiOiIwNjk3Zjc4ODU1ZGQ5ZjBkMjRkOTgzMjhkZjAwODQyNzhhMmEyNWIyMDYxNWUyYTAzOGY1MmM0MmZhZTM2ZmNkIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 14:30:53 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ikx0RC9Rek1vdmNmUE9pUlVNNXlFRUE9PSIsInZhbHVlIjoiTHlpbmIyQStNNDY1NEtSa2NDaWxHUnZuZG42cFdTZ2lTaWZnU0o1cVNQQ1M3NEY5TjVEQkdwcVYxRWE4MVpjSktQSzZJN" 1 => "laravel_session=eyJpdiI6IkxtR25TcmNTOHRScEFZRVJKdjdjc0E9PSIsInZhbHVlIjoicFoyZ3UvRWpDMzdFMU1RNCtSRE1POVJMV25jZG1mU1U2akJkZ0hWblhuN2NBdDNjT09QMW1kdlRxZ1N5R2k1enZXakE2S1lNWGF3dnN0RmxKcFROT1A3WFNvVVJpa0cwVmlkMXZuaXppS3BNbm5YT0RtUjdlU2p5dUtVdzdRUFkiLCJtYWMiOiIwMTg5OTM4YjMwYzNkNDAxYzA1N2NiM2M4NThkYzc0MTVmYmUwNWU4NmVlMjc4ZGU3ZDljN2Y2ZmM3YjA1ZTY1IiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 14:30:53 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IkxtR25TcmNTOHRScEFZRVJKdjdjc0E9PSIsInZhbHVlIjoicFoyZ3UvRWpDMzdFMU1RNCtSRE1POVJMV25jZG1mU1U2akJkZ0hWblhuN2NBdDNjT09QMW1kdlRxZ1N5R2k1enZX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikx0RC9Rek1vdmNmUE9pUlVNNXlFRUE9PSIsInZhbHVlIjoiTHlpbmIyQStNNDY1NEtSa2NDaWxHUnZuZG42cFdTZ2lTaWZnU0o1cVNQQ1M3NEY5TjVEQkdwcVYxRWE4MVpjSktQSzZJN09rVGorREFwcURUMTg0aHQzL2ZCMXgwcGw4U2h6cnY4UHpua0JLbnhxRUNwbmV3d2Q4aDlQYnpIMkQiLCJtYWMiOiIwNjk3Zjc4ODU1ZGQ5ZjBkMjRkOTgzMjhkZjAwODQyNzhhMmEyNWIyMDYxNWUyYTAzOGY1MmM0MmZhZTM2ZmNkIiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 14:30:53 GMT; path=/XSRF-TOKEN=eyJpdiI6Ikx0RC9Rek1vdmNmUE9pUlVNNXlFRUE9PSIsInZhbHVlIjoiTHlpbmIyQStNNDY1NEtSa2NDaWxHUnZuZG42cFdTZ2lTaWZnU0o1cVNQQ1M3NEY5TjVEQkdwcVYxRWE4MVpjSktQSzZJN" 1 => "laravel_session=eyJpdiI6IkxtR25TcmNTOHRScEFZRVJKdjdjc0E9PSIsInZhbHVlIjoicFoyZ3UvRWpDMzdFMU1RNCtSRE1POVJMV25jZG1mU1U2akJkZ0hWblhuN2NBdDNjT09QMW1kdlRxZ1N5R2k1enZXakE2S1lNWGF3dnN0RmxKcFROT1A3WFNvVVJpa0cwVmlkMXZuaXppS3BNbm5YT0RtUjdlU2p5dUtVdzdRUFkiLCJtYWMiOiIwMTg5OTM4YjMwYzNkNDAxYzA1N2NiM2M4NThkYzc0MTVmYmUwNWU4NmVlMjc4ZGU3ZDljN2Y2ZmM3YjA1ZTY1IiwidGFnIjoiIn0%3D; expires=Fri, 25-Jul-2025 14:30:53 GMT; path=/; httponlylaravel_session=eyJpdiI6IkxtR25TcmNTOHRScEFZRVJKdjdjc0E9PSIsInZhbHVlIjoicFoyZ3UvRWpDMzdFMU1RNCtSRE1POVJMV25jZG1mU1U2akJkZ0hWblhuN2NBdDNjT09QMW1kdlRxZ1N5R2k1enZX" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "BekEkVvnHe6plagkIUxuTmxOIyAFx4by7P6C8vkh" "_previous" => array:1 [ "url" => "http://visitanycity.com/destination/top-10-cities" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]