@extends('layouts.app') @section('title', 'Challenge Details') @section('content')
{{ $challenge->rules_text }}
{{ $proof->notes }}
@endifNo match proofs uploaded yet
Opened by: {{ $challenge->dispute->openedBy->username }}
Reason: {{ $challenge->dispute->reason }}
Status: {{ ucfirst($challenge->dispute->status) }}
Opened: {{ $challenge->dispute->created_at->diffForHumans() }}
The match has been played. Please confirm the result:
💡 Note: Claiming "I Won" waits for opponent confirmation. Claiming "I Lost" immediately resolves the match.
✅ You claimed: {{ $userClaim === 'win' ? 'Victory' : 'Defeat' }}
@if($userClaim === 'win')
Waiting for opponent to confirm their result...
@else
Match resolved! Your opponent wins by forfeit.
@endif
Both players claim victory. Please upload evidence (screenshot/video) to resolve this dispute:
✅ Evidence uploaded successfully!
@if($challenge->dispute->hasBothEvidence())
🔍 Admin has been notified and will review both evidences.
@else
⏳ Waiting for opponent to upload their evidence.
@endif
Login to participate in challenges
Login💡 Tip: Use the information above to find and join the creator's game lobby or send them a friend request.