@extends('layouts.app') @section('title', 'Create Account') @section('content')
2BROTHER.HUB

Join The Sneaker Community

Sign up today to track your sneaker orders, unlock private footwear drops, and claim your welcome vouchers.

Fast 1-Click Order Tracking
Early Access to High-Top Sneaker Drops
Instant Voucher Code STEP10 (10% OFF)

Create Account

Get started in less than a minute.

@if($errors->any())
@foreach($errors->all() as $error)
• {{ $error }}
@endforeach
@endif
@csrf
Already have an account? Sign In
@endsection