{{ __('Name') }} | {{ __('Victories') }} | {{ __('Pats') }} | {{ __('Draw') }} | {{ __('Losses') }} | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $participant->name ?? "-" }} | {{ $participant->pivot->wins }} | {{ $participant->pivot->pats }} | {{ $participant->pivot->draws }} | {{ $participant->pivot->losses }} | |||||||
{{ __('No participants') }} |
{{ __('Players') }}
|
{{ __('Status') }}
|
{{ __('Result') }}
|
@if($searchStatus !== '' || $searchPlayer !== '' || $searchResult !== '') @endif | |
---|---|---|---|---|
@foreach($game->users as $user)
|
@foreach($game->users as $user)
@if($user->pivot->color === "noir" ||$user->pivot->color === "blanc" )
![]() @endforeach |
$game->status == \App\ModelStates\GameStates\PlayersValidation::$name, 'text-purple-800 bg-purple-100'=>$game->status == \App\ModelStates\GameStates\ResultValidations::$name, 'text-indigo-800 bg-indigo-100'=>$game->status == \App\ModelStates\GameStates\InProgress::$name, 'text-blue-800 bg-blue-100'=>$game->status == \App\ModelStates\GameStates\GameAccepted::$name, 'text-green-800 bg-green-100'=>$game->status == \App\ModelStates\GameStates\Validate::$name, ])> {{ __($game->status->name()) }} | {{ $this->gameResult($game) }} | @if($game->status == \App\ModelStates\GameStates\GameAccepted::$name || $game->status == \App\ModelStates\GameStates\PlayersValidation::$name) pariez @endif |
Il n'y a pas de donnée qui correspondent aux filtres |