{{ __('Create Account') }}

{{ __('Join our store today') }}

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{ __('Password must be at least 8 characters long') }}