+
+ Match Details: {match.homeTeam} vs {match.awayTeam}
+
+

+
+
+
{match.tournamentStage}
+
{match.date} at {match.venue}
+
+ {match.homeTeam}
+ {match.homeScore} - {match.awayScore}
+ {match.awayTeam}
+
+
+
+ {match.goalScorers.length > 0 && (
+
+
Goal Scorers
+
+ {match.goalScorers.map((scorer, index) => (
+ -
+ {scorer.name}
+ {scorer.minute}'
+
+ ))}
+
+
+ )}
+ {match.goalScorers.length === 0 && (
+
+
No Goals Scored in Regular Time
+
This match was decided by other means (e.g., penalty shootout).
+
+ )}
+