This commit is contained in:
2018-06-02 01:49:10 +02:00
parent 53cacd9b59
commit 6d47c2b519

View File

@@ -40,7 +40,7 @@
<td>{!! $teams->find($match->teamb)->name !!}</td>
<td>{!! $match->resulta . ':' . $match->resultb !!}</td>
<td>{!! $tipps->where('matchid', 1)->pluck('resulta')->first()) . ':' . $tipps->where('matchid', 1)->pluck('resultb')->first()) !!}</td>
<td>{!! $tipps->where('matchid', 1)->pluck('resulta')->first() . ':' . $tipps->where('matchid', 1)->pluck('resultb')->first() !!}</td>
<td>
@if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null)
<!-- Edit -->