@foreach($matches as $match)
  • @if ($match->right_team->image) {{ $match->right_team->title }} @endif {{ trans('matches::vs') }} {{ $match->right_team->title }} {!! $match->scoreCode() !!}
  • @endforeach