{{ $match->Match_Title ?? 'Match Joiners' }} (List of Players)
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
| # | User Name | In-Game Name | User Number | Action |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $joiner->Name }} | {{ $joiner->ingame_name }} | {{ $joiner->Number }} | |
| No players have joined this match yet. | ||||