{{-- 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. --}} @extends('master', [ 'titlePrepend' => osu_trans('users.posts.title', ['username' => $user->username]), ]) @section('content') @include('layout._page_header_v4', ['params' => [ 'backgroundImage' => $user->cover()->url(), ]])
{{ osu_trans('users.posts.title', ['username' => $user->username]) }}
@endsection