{{-- Copyright (c) ppy Pty Ltd . Licensed under the GNU Affero General Public License v3.0. See the LICENCE file in the repository root for full licence text. --}}
{{ $data->first_name }} {{ $data->last_name }}
{{ $data->street }}
{{ implode(', ', array_filter([$data->city, $data->state, $data->zip])) }}
{{ $data->countryName() }}
{{ $data->phone }}