@extends('storefront.layout') @section('title', 'Sign Up') @section('content')

Sign up

Create your account

Save your order history and shipping addresses. We will email you a secure link to verify your address and choose a password.

Prefer to shop first? An account is not required to browse products or complete a standard checkout.

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any()) @endif
@csrf
@endsection