| Utilisateur | Joueur(s) | Dû | Payé | Réduc max | Restant |
|---|---|---|---|---|---|
| {{$user->last_name}} {{$user->first_name}} |
@foreach ($user->participants as $participant){{$participant->last_name}} {{$participant->first_name}} @endforeach |
{{$user->price}} | {{$user->paiement}} | {{$user->reduction}} | Entre {{$user->price - $user->paiement - $user->reduction}} et {{$user->price - $user->paiement}} |