{{ __('Enduser') }}

@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
{{--
@if($errors->has('password'))

{{ $errors->first('password') }}

@endif
--}}
@if($errors->has('zip'))

{{ $errors->first('zip') }}

@endif
@if($errors->has('house_number'))

{{ $errors->first('house_number') }}

@endif
@if($errors->has('street'))

{{ $errors->first('street') }}

@endif
@if($errors->has('city'))

{{ $errors->first('city') }}

@endif
{!! countries(156) !!} @if($errors->has('country'))

{{ $errors->first('country') }}

@endif
@if($errors->has('mobile'))

{{ $errors->first('mobile') }}

@endif
@if($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
{!! languages('language', old('language')) !!} @if($errors->has('language'))

{{ $errors->first('language') }}

@endif