{!! 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') }} |