{{-- 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', [ 'blank' => true, ]) @section('content')
@csrf

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

{{ osu_trans('sessions.create.label') }}
@if (captcha_enabled())
@include('objects._captcha_script') @endif
{{ osu_trans('common.buttons.cancel') }}
@endsection