Signe Skott Cooper Hall

Bottle Refill / Drinking Fountain

* Some of these actions require temporary
access to your location.

Directions: Apple Maps | Google Maps

Plastic Bottles Saved

0

Jan

Hardware Features

Filtered

Filter Status

Data Sources

GPS: Madeleine Bizjak
Latest Filter Status: Samuel Ian Rosen 10/17/2022
Latest Plastic Bottles Saved: Samuel Ian Rosen 01/11/2024

7.2.32PHP Version237msRequest Duration5MBMemory UsageGET stations/{stationPublicId}Route
    • Booting (49.19ms)
    • Application (187ms)
    • 1 x Application (78.75%)
      186.82ms
      1 x Booting (20.74%)
      49.19ms
      5 templates were rendered
      • website.stationsSingle (resources/views/website/stationsSingle.blade.php)2blade
        Params
        0
        pageTitle
        1
        station
      • layouts.base (resources/views/layouts/base.blade.php)26blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        pageTitle
        5
        station
        6
        number_of_reviews
        7
        __currentLoopData
        8
        loop
        9
        width
        10
        height
        11
        padding
        12
        minCount
        13
        maxCount
        14
        countDiff
        15
        minDate
        16
        maxDate
        17
        dateDiff
        18
        points
        19
        point
        20
        i
        21
        perk
        22
        feature
        23
        filterStatusClass
        24
        user
        25
        currencyCode
      • partials.header-simple (resources/views/partials/header-simple.blade.php)26blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        pageTitle
        5
        station
        6
        number_of_reviews
        7
        __currentLoopData
        8
        loop
        9
        width
        10
        height
        11
        padding
        12
        minCount
        13
        maxCount
        14
        countDiff
        15
        minDate
        16
        maxDate
        17
        dateDiff
        18
        points
        19
        point
        20
        i
        21
        perk
        22
        feature
        23
        filterStatusClass
        24
        user
        25
        currencyCode
      • partials.footer-simple (resources/views/partials/footer-simple.blade.php)26blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        pageTitle
        5
        station
        6
        number_of_reviews
        7
        __currentLoopData
        8
        loop
        9
        width
        10
        height
        11
        padding
        12
        minCount
        13
        maxCount
        14
        countDiff
        15
        minDate
        16
        maxDate
        17
        dateDiff
        18
        points
        19
        point
        20
        i
        21
        perk
        22
        feature
        23
        filterStatusClass
        24
        user
        25
        currencyCode
      • partials.injectJavascript (resources/views/partials/injectJavascript.blade.php)26blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        pageTitle
        5
        station
        6
        number_of_reviews
        7
        __currentLoopData
        8
        loop
        9
        width
        10
        height
        11
        padding
        12
        minCount
        13
        maxCount
        14
        countDiff
        15
        minDate
        16
        maxDate
        17
        dateDiff
        18
        points
        19
        point
        20
        i
        21
        perk
        22
        feature
        23
        filterStatusClass
        24
        user
        25
        currencyCode
      uri
      GET stations/{stationPublicId}
      middleware
      web
      domain
      drinktap.ca
      controller
      App\Http\Controllers\WebsiteController@stationsSingle
      namespace
      App\Http\Controllers
      prefix
      where
      as
      website.stations.single
      file
      app/Http/Controllers/WebsiteController.php:141-155
      16 statements were executed, 4 of which were duplicated, 12 unique112ms
      • select * from `stations` where `stations`.`id` = 770668 and `stations`.`deleted_at` is null limit 125.04ms/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23tap
        Metadata
        Bindings
        • 0. 770668
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
        • 19. /app/Tap/PublicId/PublicId.php:73
        • 20. /app/Http/Controllers/WebsiteController.php:147
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • select `perks`.*, `perk_station`.`station_id` as `pivot_station_id`, `perk_station`.`perk_id` as `pivot_perk_id` from `perks` inner join `perk_station` on `perks`.`id` = `perk_station`.`perk_id` where `perk_station`.`station_id` = 770668 and exists (select * from `perk_groups` where `perks`.`perk_group_v2_id` = `perk_groups`.`id` and `name` = 'Refill Types') order by `name` asc1.38msview::website.stationsSingle:11tap
        Metadata
        Bindings
        • 0. 770668
        • 1. Refill Types
        Backtrace
        • 19. view::website.stationsSingle:11
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `station_photos` where `station_photos`.`station_id` = 770668 and `station_photos`.`station_id` is not null970μsview::website.stationsSingle:48tap
        Metadata
        Bindings
        • 0. 770668
        Backtrace
        • 19. view::website.stationsSingle:48
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `operating_hours` where `operating_hours`.`station_id` = 770668 and `operating_hours`.`station_id` is not null840μsview::website.stationsSingle:70tap
        Metadata
        Bindings
        • 0. 770668
        Backtrace
        • 19. view::website.stationsSingle:70
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `station_reviews` where `station_reviews`.`station_id` = 770668 and `station_reviews`.`station_id` is not null and `station_reviews`.`deleted_at` is null1.19msview::website.stationsSingle:103tap
        Metadata
        Bindings
        • 0. 770668
        Backtrace
        • 19. view::website.stationsSingle:103
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `station_bottle_counts` where `station_bottle_counts`.`station_id` = 770668 and `station_bottle_counts`.`station_id` is not null1.19msview::website.stationsSingle:144tap
        Metadata
        Bindings
        • 0. 770668
        Backtrace
        • 19. view::website.stationsSingle:144
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select `perks`.*, `perk_station`.`station_id` as `pivot_station_id`, `perk_station`.`perk_id` as `pivot_perk_id` from `perks` inner join `perk_station` on `perks`.`id` = `perk_station`.`perk_id` where `perk_station`.`station_id` = 770668 and exists (select * from `perk_groups` where `perks`.`perk_group_v2_id` = `perk_groups`.`id` and `name` = 'Water Types') order by `name` asc1.16msview::website.stationsSingle:242tap
        Metadata
        Bindings
        • 0. 770668
        • 1. Water Types
        Backtrace
        • 19. view::website.stationsSingle:242
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `perks` where `name` = 'Filtered' limit 111.67msview::website.stationsSingle:254tap
        Metadata
        Bindings
        • 0. Filtered
        Backtrace
        • 15. view::website.stationsSingle:254
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `station_filter_status` where `station_filter_status`.`station_id` = 770668 and `station_filter_status`.`station_id` is not null1.88msview::website.stationsSingle:270tap
        Metadata
        Bindings
        • 0. 770668
        Backtrace
        • 19. view::website.stationsSingle:270
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select `perks`.*, `perk_station`.`station_id` as `pivot_station_id`, `perk_station`.`perk_id` as `pivot_perk_id` from `perks` inner join `perk_station` on `perks`.`id` = `perk_station`.`perk_id` where `perk_station`.`station_id` = 770668 and exists (select * from `perk_groups` where `perks`.`perk_group_v2_id` = `perk_groups`.`id` and `name` = 'Amenities') order by `name` asc3.81msview::website.stationsSingle:296tap
        Metadata
        Bindings
        • 0. 770668
        • 1. Amenities
        Backtrace
        • 19. view::website.stationsSingle:296
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `users` where `users`.`id` = 15390 limit 11.18ms/app/Station.php:262tap
        Metadata
        Bindings
        • 0. 15390
        Backtrace
        • 21. /app/Station.php:262
        • 27. view::website.stationsSingle:329
        • 29. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 30. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 31. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • select * from `users` where `users`.`id` = 4467 limit 11.66msview::website.stationsSingle:358tap
        Metadata
        Bindings
        • 0. 4467
        Backtrace
        • 21. view::website.stationsSingle:358
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `users` where `users`.`id` = 4467 limit 1720μsview::website.stationsSingle:379tap
        Metadata
        Bindings
        • 0. 4467
        Backtrace
        • 21. view::website.stationsSingle:379
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:142
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:125
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:90
      • select * from `sessions` where `id` = 'BtvCSvMzD0Yj5aMTEuJGSXgB4dYaajYWcoPnEiSO' limit 16.69ms/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:91tap
        Metadata
        Bindings
        • 0. BtvCSvMzD0Yj5aMTEuJGSXgB4dYaajYWcoPnEiSO
        Backtrace
        • 14. /vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:91
        • 15. /vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:128
        • 16. /vendor/laravel/framework/src/Illuminate/Session/Store.php:129
        • 17. /vendor/laravel/framework/src/Illuminate/Support/Manager.php:146
        • 18. /vendor/lukepolo/laracart/src/LaraCart.php:154
      • insert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiRVpZaDRMUUVMTGd5RkUxa1RGSmJONTRveWtyWmVHN3IyZWRsSWhzNSI7czo4OiJsYXJhY2FydCI7YTozOntzOjg6Imluc3RhbmNlIjtzOjc6ImRlZmF1bHQiO3M6OToiaW5zdGFuY2VzIjthOjE6e2k6MDtzOjc6ImRlZmF1bHQiO31zOjc6ImRlZmF1bHQiO086MjI6Ikx1a2VQT0xPXExhcmFDYXJ0XENhcnQiOjk6e3M6MzoidGF4IjtOO3M6NDoiZmVlcyI7YTowOnt9czo1OiJpdGVtcyI7TjtzOjY6ImxvY2FsZSI7czoxMToiZW5fVVMuVVRGLTgiO3M6ODoiaW5zdGFuY2UiO3M6NzoiZGVmYXVsdCI7czo3OiJjb3Vwb25zIjthOjA6e31zOjEwOiJhdHRyaWJ1dGVzIjthOjE6e3M6MTI6ImN1cnJlbmN5Q29kZSI7czozOiJVU0QiO31zOjE1OiJtdWx0aXBsZUNvdXBvbnMiO2I6MDtzOjE5OiJpbnRlcm5hdGlvbmFsRm9ybWF0IjtiOjA7fX1zOjY6Il9mbGFzaCI7YToyOntzOjM6Im5ldyI7YTowOnt9czozOiJvbGQiO2E6MDp7fX19', 1745974201, '', '172.70.131.143', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'BtvCSvMzD0Yj5aMTEuJGSXgB4dYaajYWcoPnEiSO')50.29ms/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:150tap
        Metadata
        Bindings
        • 0. YTozOntzOjY6Il90b2tlbiI7czo0MDoiRVpZaDRMUUVMTGd5RkUxa1RGSmJONTRveWtyWmVHN3IyZWRsSWhzNSI7czo4OiJsYXJhY2FydCI7YTozOntzOjg6Imluc3RhbmNlIjtzOjc6ImRlZmF1bHQiO3M6OToiaW5zdGFuY2VzIjthOjE6e2k6MDtzOjc6ImRlZmF1bHQiO31zOjc6ImRlZmF1bHQiO086MjI6Ikx1a2VQT0xPXExhcmFDYXJ0XENhcnQiOjk6e3M6MzoidGF4IjtOO3M6NDoiZmVlcyI7YTowOnt9czo1OiJpdGVtcyI7TjtzOjY6ImxvY2FsZSI7czoxMToiZW5fVVMuVVRGLTgiO3M6ODoiaW5zdGFuY2UiO3M6NzoiZGVmYXVsdCI7czo3OiJjb3Vwb25zIjthOjA6e31zOjEwOiJhdHRyaWJ1dGVzIjthOjE6e3M6MTI6ImN1cnJlbmN5Q29kZSI7czozOiJVU0QiO31zOjE1OiJtdWx0aXBsZUNvdXBvbnMiO2I6MDtzOjE5OiJpbnRlcm5hdGlvbmFsRm9ybWF0IjtiOjA7fX1zOjY6Il9mbGFzaCI7YToyOntzOjM6Im5ldyI7YTowOnt9czozOiJvbGQiO2E6MDp7fX19
        • 1. 1745974201
        • 2. 
        • 3. 172.70.131.143
        • 4. Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5. BtvCSvMzD0Yj5aMTEuJGSXgB4dYaajYWcoPnEiSO
        Backtrace
        • 10. /vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:150
        • 11. /vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:134
        • 12. /vendor/laravel/framework/src/Illuminate/Session/Store.php:129
        • 13. /vendor/laravel/framework/src/Illuminate/Support/Manager.php:146
        • 14. /vendor/lukepolo/laracart/src/LaraCart.php:154
      • select * from `sessions` where `id` = 'BtvCSvMzD0Yj5aMTEuJGSXgB4dYaajYWcoPnEiSO' limit 12.06ms/vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:91tap
        Metadata
        Bindings
        • 0. BtvCSvMzD0Yj5aMTEuJGSXgB4dYaajYWcoPnEiSO
        Backtrace
        • 14. /vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:91
        • 15. /vendor/laravel/framework/src/Illuminate/Session/Store.php:97
        • 16. /vendor/laravel/framework/src/Illuminate/Session/Store.php:87
        • 17. /vendor/laravel/framework/src/Illuminate/Session/Store.php:71
        • 18. /vendor/laravel/framework/src/Illuminate/Support/Manager.php:146
      App\User
      3
      App\StationFilterStatus
      1
      App\StationBottleCount
      1
      App\StationReview
      1
      App\StationPhoto
      1
      App\Perk
      3
      App\Station
      1
          _token
          EZYh4LQELLgyFE1kTFJbN54oykrZeG7r2edlIhs5
          laracart
          array:3 [ "instance" => "default" "instances" => array:1 [ 0 => "default" ] "default" =>...
          _flash
          array:2 [ "new" => [] "old" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /stations/3MXPYNE
          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:24 [ "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" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "priority" => array:1 [ 0 => "u=0, i" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "18.188.146.223" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "x-forwarded-for" => array:1 [ 0 => "18.188.146.223" ] "cf-ray" => array:1 [ 0 => "93830ae7ce208728-ORD" ] "host" => array:1 [ 0 => "drinktap.ca" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
          request_server
          0 of 0
          array:47 [ "USER" => "forge" "HOME" => "/home/forge" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_PRIORITY" => "u=0, i" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_CONNECTING_IP" => "18.188.146.223" "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_SEC_FETCH_SITE" => "none" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_X_FORWARDED_FOR" => "18.188.146.223" "HTTP_CF_RAY" => "93830ae7ce208728-ORD" "HTTP_HOST" => "drinktap.ca" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SERVER_NAME" => "drinktap.ca" "SERVER_PORT" => "443" "SERVER_ADDR" => "10.10.0.5" "REMOTE_PORT" => "29174" "REMOTE_ADDR" => "172.70.131.143" "SERVER_SOFTWARE" => "nginx/1.18.0" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/home/forge/drinktap.ca/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/stations/3MXPYNE" "SCRIPT_NAME" => "/index.php" "SCRIPT_FILENAME" => "/home/forge/drinktap.ca/public/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1745974201.6544 "REQUEST_TIME" => 1745974201 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 30 Apr 2025 00:50:01 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:1 [ 0 => "XSRF-TOKEN=EZYh4LQELLgyFE1kTFJbN54oykrZeG7r2edlIhs5; expires=Wed, 07-May-2025 00:50:01 GMT; Max-Age=604800; path=/; domain=.drinktap.ca" ] "Set-Cookie" => array:1 [ 0 => "XSRF-TOKEN=EZYh4LQELLgyFE1kTFJbN54oykrZeG7r2edlIhs5; expires=Wed, 07-May-2025 00:50:01 GMT; domain=.drinktap.ca; path=/" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "EZYh4LQELLgyFE1kTFJbN54oykrZeG7r2edlIhs5" "laracart" => array:3 [ "instance" => "default" "instances" => array:1 [ 0 => "default" ] "default" => LukePOLO\LaraCart\Cart {#654 +tax: null +fees: [] +items: null +locale: "en_US.UTF-8" +instance: "default" +coupons: [] +attributes: array:1 [ "currencyCode" => "USD" ] +multipleCoupons: false +internationalFormat: false } ] "_flash" => array:2 [ "new" => [] "old" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]