@extends('ingame.layouts.main') @section('content') @if (session('status'))
{{ session('status') }}
@endif @if (session('error') && session('error') != __('You can only deactivate vacation mode after the minimum duration of 48 hours has passed.'))
{{ session('error') }}
@endif

Options - {!! $username !!}

{{ csrf_field() }}
{!! $username !!}
@if ($canUpdateUsername)
@endif

@lang('You can change your username once per week.') @lang('To do so, click on your name or the settings at the top of the screen.')

@endsection