@if (loading()) {
} @else {
Matches by status
Next fixtures
Pre-match reports
@if (nextMatches().length) {
@for (m of nextMatches(); track m.matchId) {
sports_soccer
{{ m.homeTeamName }} vs {{ m.awayTeamName }}
{{ m.leagueName }} ({{ m.country }}) ยท {{ m.kickoffAt | date: 'EEE d MMM, HH:mm' }}
}
} @else {
No upcoming scheduled fixtures.
}
}