@extends('layouts.app') @section('title', 'Create Challenge') @section('content')
← Back to Challenges

Create Challenge

Create a new challenge between players

@csrf
@error('creator_id')

{{ $message }}

@enderror
@error('accepter_id')

{{ $message }}

@enderror
@error('game_id')

{{ $message }}

@enderror
@error('wager_amount')

{{ $message }}

@enderror
@error('best_of')

{{ $message }}

@enderror
@error('rules_text')

{{ $message }}

@enderror

💡 Challenge Creation Notes

Creator Balance: The wager amount will be deducted from the creator's wallet immediately
Auto-Accept: If you select an accepter, the challenge will be automatically accepted and their wager deducted
Open Challenge: Leave accepter empty to create an open challenge for anyone to accept
Platform Fee: 5% platform fee will be deducted from the prize pool when challenge is completed
Cancel
@endsection