@extends('layouts.app') @section('title', $tournament->title) @section('show-header', true) @section('back-button', true) @section('page-title', 'Match Details') @section('content') {{-- Banner --}}
Prize Distribution
৳{{ number_format($tournament->prize_1st) }}
🥇 1st Place
৳{{ number_format($tournament->prize_2nd) }}
🥈 2nd Place
৳{{ number_format($tournament->prize_3rd) }}
🥉 3rd Place
৳{{ number_format($tournament->per_kill_prize) }}
⚔️ Per Kill
Match Info
@if($tournament->map)🚀 Room Details
Room ID
{{ $tournament->room_id }}
Password
{{ $tournament->room_password ?: 'None' }}
@if($tournament->room_password) @endifYour Registration
Join Tournament
Tournament Full
No more slots available
✅ You have joined this tournament
Rules & Regulations
{{ $tournament->status === 'result' ? 'Results' : 'Registered Players' }} ({{ $players->count() }})
About
{{ $tournament->description }}