{{ $errors->first('nickname') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('password') }}
@endif{{ $errors->first('password_confirmation') }}
@endif{{ $errors->first('country') }}
@endif{{ $errors->first('city') }}
@endif{{ $errors->first('dob') }}
@endif{{ __('By clicking "Register" you agree with the') }} {{ __('Terms & Conditions') }}