{!! HTML::fontIcon('chevron-left') !!} {{ trans('app.object_match') }}

@include('cups::participant', ['cup' => $match->cup, 'participant' => $match->left_participant, 'images' => true])
{{ $match->left_score }}:{{ $match->right_score }}
@include('cups::participant', ['cup' => $match->cup, 'participant' => $match->right_participant, 'images' => true])
@section('cups-match-details')
@if ($canConfirmLeft or $canConfirmRight) @endif @if ($match->next_match_id) @endif
{!! trans('cups::confirm_score') !!} @if ($canConfirmLeft) {!! Form::open(['url' => 'cups/matches/confirm-left/'.$match->id, 'class' => 'form-inline']) !!} : {!! Form::close() !!} @endif @if ($canConfirmRight) {!! Form::open(['url' => 'cups/matches/confirm-right/'.$match->id, 'class' => 'form-inline']) !!} : {!! Form::close() !!} @endif
{!! trans('app.object_cup') !!} {{ $match->cup->title }}
{!! trans('app.object_game') !!} {{ $match->cup->game->title }}
{!! trans('app.date') !!} {{ $match->created_at->dateTime() }}
{!! trans('app.closed') !!} {!! $match->winner_id ? HTML::fontIcon('check') : HTML::fontIcon('times') !!}
{!! trans('cups::next_match') !!} {{ trans('app.link') }}
@show {!! Comments::show('cups_matches', $match->id) !!}