@extends('layouts.app') @section('title', 'Register') @section('content')
⚔️

Join the Battle

Create your gaming account and start competing

@csrf
@error('username')
{{ $message }}
@enderror
Choose a unique gamer tag (3-20 characters)
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Minimum 8 characters with letters and numbers
@error('password_confirmation')
{{ $message }}
@enderror
Or continue with

Already have an account? Sign in here

🎮 What You Get

✓ Compete in 1v1 challenges
✓ Join exclusive tournaments
✓ Earn real money prizes
✓ Track your gaming progress
@endsection