@lang('Username')

@lang('Your current username is') {{ '@' . $user->username }}

@csrf
@error('username') {{ $message }} @enderror