{{ $match->Match_Title ?? 'Match Joiners' }} (List of Players)

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@forelse ($joiners as $index => $joiner) @empty @endforelse
# User Name In-Game Name User Number Action
{{ $index + 1 }} {{ $joiner->Name }} {{ $joiner->ingame_name }} {{ $joiner->Number }}
@csrf
No players have joined this match yet.