phone)) required @endif type="password" id="password" name="password" class="form-control" {{-- add regex valudation --}} {{-- pattern="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{6,}$" --}} placeholder="{{ __('Password') }}" value="{{ old('password') }}" pattern=".{6,}" title="Password must be at least 6 digits long and contain at least one uppercase letter, one lowercase letter, one number, and one special character" />
phone)) required @endif type="password" id="confirmation_password" name="password_confirmation" class="form-control" placeholder="{{ __('Confirmation Password') }}" value="{{ old('password_confirmation') }}" pattern=".{6,}" title="Confirmation Password must be at least 6 digits long" />
{{--
@isset($user) avatar @endisset
--}} @once @push('scripts') @endpush @endonce