{{ trans_object('match') }}

@section('matches-match-overview')
@if ($match->left_team->image) {{ $match->left_team->title }} @else {{ $match->left_team->title }} @endif
{!! $match->scoreCode() !!}
@if ($match->right_team->image) {{ $match->right_team->title }} @else {{ $match->right_team->title }} @endif
@if ($match->right_team->country->icon) @endif @if ($match->right_team->url) {{ $match->right_team->title }} @else {{ $match->right_team->title }} @endif
@show
@section('matches-match-details') @if ($match->url) @endif @if ($match->broadcast) @endif @if ($match->left_lineup or $match->right_lineup) @endif @show
{!! trans('app.date') !!} {{ $match->played_at->dateTime() }} - {{ $match::$states[$match->state] }}
{!! trans('app.object_game') !!} {{ $match->game->title }}
{!! trans('app.object_tournament') !!} @if ($match->tournament->url) {{ $match->tournament->title }} @else {{ $match->tournament->title }} @endif
{!! trans('app.url') !!} {{ $match->url }}
{!! trans('matches::broadcast') !!} >{{ $match->broadcast }}
{!! trans('matches::left_lineup') !!} {{ $match->left_lineup }}
{!! trans('matches::right_lineup') !!} {{ $match->right_lineup }}
@if ($match->match_scores)
@section('matches-match-scores') @foreach ($match->match_scores as $matchScore)
@if ($matchScore->map->image) {{ $matchScore->map->title }} @endif {{ $matchScore->map->title }}: {{ $matchScore->left_score }}:{{ $matchScore->right_score }}
@endforeach @show
@endif @if ($match->text)

{!! $match->text !!}

@endif {!! Comments::show('matches', $match->id) !!}