{{ __('Register') }}

@csrf

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

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

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

@if ($errors->has('password_confirmation')) @endif
{{-- Country--}}
@if ($errors->has('country')) @endif
{{-- City--}}

@if ($errors->has('city')) @endif
{{--Date of birth--}}

@if ($errors->has('dob')) @endif
{{--Profile photo upload--}}
{{--About you--}}

{{ __('By clicking "Register" you agree with the') }} {{ __('Terms & Conditions') }}