{!! 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 }} |
{!! $match->text !!}
@endif {!! Comments::show('matches', $match->id) !!}