@lang('shop::app.customers.signup-form.form-signup-text')
@php $signupPhone = preg_replace('/[^0-9]/', '', old('phone', '')); if (str_starts_with($signupPhone, '00966')) { $signupPhone = substr($signupPhone, 2); } if (str_starts_with($signupPhone, '966')) { $signupPhone = substr($signupPhone, 3); } if (str_starts_with($signupPhone, '0')) { $signupPhone = substr($signupPhone, 1); } @endphpExample: 0508493000
@lang('shop::app.customers.signup-form.account-exists') @lang('shop::app.customers.signup-form.sign-in-button')
@lang('shop::app.customers.signup-form.footer', ['current_year'=> date('Y') ])
@lang('shop::app.customers.signup-form.terms-conditions')