@if($t->thumbnail)
{{ $t->title }}
@if(!$t->thumbnail)
{{ ucfirst(str_replace('_',' ',$t->status)) }}
@endif
@if($t->prize_1st || $t->prize_2nd || $t->prize_3rd)
@if($t->prize_1st)
🥇 {{ $t->prize_1st }}
@endif
@if($t->prize_2nd)
🥈 {{ $t->prize_2nd }}
@endif
@if($t->prize_3rd)
🥉 {{ $t->prize_3rd }}
@endif
@endif
Peserta
{{ $t->participants_count }} / {{ $t->max_players }}
@if($t->starts_at)
{{ $t->starts_at->format('d M Y') }}
@endif