{{-- Back link --}} All Tournaments
{{-- Header --}}
{{ str_replace('_', ' ', $tournament->type) }}

{{ str_replace('_', ' ', ucwords($tournament->type)) }} — CAP {{ $tournament->cap_rating }}

{{ $tournament->scheduled_day }}s at {{ \Carbon\Carbon::parse($tournament->scheduled_time_cst)->format('g:i A') }} CST

{{ ucfirst($tournament->status) }}
{{-- Details grid --}}

Game Format

{{ $tournament->game_format }}

Handicap

{{ $tournament->handicap }}

Rating CAP

{{ $tournament->cap_rating }}

Min. Entries to Run

{{ $tournament->min_entries }}

@if($tournament->max_entries)

Max. Entries

{{ $tournament->max_entries }}

@endif @if($tournament->allow_bounty)

Bounty Tournament

Bounty entries available

@endif
@if($tournament->notes)

Notes

{{ $tournament->notes }}

@endif {{-- Registration section --}}

Registration

@auth @if($tournament->status === 'open')

Player registration is managed through your dashboard. Ensure your stats are approved and your rating is within the CAP before registering.

Go to Dashboard to Register
@else

Registration for this tournament is not currently open.

@endif @else

You must be logged in to register for tournaments.

@endauth