{{ __('Create Account') }}
{{ __('Join our store today') }}
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{ __('Gender (Optional)') }}
{{ __('Male') }}
{{ __('Female') }}
{{ __('Other') }}
{{ __('العربية') }}
{{ __('English') }}
{{ __('Password must be at least 8 characters long') }}
{{ __('I would like to receive promotional emails about new products, special offers, and exclusive deals.') }}
{{ __('I agree to the') }}
{{ __('Terms of Service') }}
{{ __('and') }}
{{ __('Privacy Policy') }}
{{ __('Create Account') }}
{{ __("Already have an account?") }}
{{ __('Sign In') }}