This commit is contained in:
2018-06-02 01:44:43 +02:00
parent 65a65b8caa
commit 342087cdd0

View File

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