@if(!empty($match['league_logo'])) @endif {{ $match['league_name'] ?? '' }}
@if(($match['status'] ?? '') === 'LIVE') LIVE @endif
@if(!empty($match['home_logo'])) @endif {{ $match['home_name'] ?? '' }}
@if(isset($match['home_score']) && isset($match['away_score']))
{{ $match['home_score'] }} - {{ $match['away_score'] }}
@else
{{ $match['time'] ?? '--:--' }}
@endif
{{ $match['away_name'] ?? '' }} @if(!empty($match['away_logo'])) @endif