@extends('storefront.layout') @section('title', 'Create new password') @section('content')
Secure Reset

Create a new password

Choose a new password for your wholesale account.

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

At least 6 characters, including uppercase and lowercase letters, a number, and a symbol.

@endsection