{{-- 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. --}} @php $user = auth()->user(); @endphp @extends('master', [ 'blank' => true, ]) @section('content')

{{ osu_trans('client_verifications.create.title') }}

{{ osu_trans('client_verifications.create.confirm') }}

{!! osu_trans('common.wrong_user._', [ 'user' => e($user->username), 'logout_link' => link_to( route('logout'), osu_trans('common.wrong_user.logout_link'), [ 'class' => 'dialog-form__extra-link', 'data-confirm' => osu_trans('users.logout_confirm'), 'data-method' => 'DELETE', 'data-reload-on-success' => '1', 'data-remote' => '1', ] ), ]) !!}
@csrf
{{ osu_trans('common.buttons.cancel') }}
@endsection