@if($isAvailable)
{{ __('validation.username_available') }} ✓
@elseif(empty($username) != true && ($username != me()->username))
{{ __('validation.username_unavailable') }}
@endif
{{ __('labels.choose_username_helper')}}
@if(config('user.require.password'))
@endif