@php $goals = $match->goals?->where('scorer_id', $player->id)->values() ?? collect(); @endphp @foreach($goals as $i => $goal)
@endforeach
@php $card = $match->cards?->firstWhere('player_id', $player->id)?->card_type ?? 'none'; @endphp