{{-- view/user/register.blade.php --}} @extends('layouts.base') @section('title', __('Register')) @section('content')

{{ __('Create account') }}

@if ($errors->any())
{{ __('Errors') }} :
@endif
@csrf
@error('country_isocode')
{{ $message }}
@enderror
{{--
{{ __('Email can be changed; verification may be required.') }}
--}}
{{ __('Already registered?') }}
{{-- {{-- icône Google --}} {{-- {{ __('Sign in') }} {{ __('with') }} Google  {{ __('Sign in') }} {{ __('with') }} Apple --}}
@endsection