@extends('storefront.layout') @section('title', 'Choose a new password') @section('content')

First access

Choose a new password

Your secure first-access link has been verified. Choose a private password and you will go directly to your Retail Partner order page.

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf

Use at least 6 characters with uppercase and lowercase letters, a number, and a symbol.

@csrf
@endsection