@extends('storefront.layout') @section('title', 'Verify your email') @section('content')

Email verified

Secure your account

Confirm your details and choose a strong password. Your account will be ready as soon as you finish.

@if ($errors->any()) @endif
@csrf

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

@endsection