This commit is contained in:
2018-06-02 01:45:21 +02:00
parent 342087cdd0
commit ead2b95dda

View File

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