the browser-facing portion of osu!
at master 12 lines 481 B view raw
1{{-- 2 Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 3 See the LICENCE file in the repository root for full licence text. 4--}} 5 6<div class='address'> 7 <div>{{ $data->first_name }} {{ $data->last_name }}</div> 8 <div>{{ $data->street }}</div> 9 <div>{{ implode(', ', array_filter([$data->city, $data->state, $data->zip])) }}</div> 10 <div>{{ $data->countryName() }}</div> 11 <div>{{ $data->phone }}</div> 12</div>