| N° | Nom | Prénom | Séries | Montant Dû | Montant Payé | Montant Restant |
|---|---|---|---|---|---|---|
| {{$player->licence}} | {{$player->last_name}} | {{$player->first_name}} | {{$player->series}} | {{$player->price}} | {{$player->paiement}} | {{$player->price - $player->paiement}} |
| Total | {{$club["price"]}} | {{$club["paiement"]}} | {{$club["price"] - $club["paiement"]}} | |||