This commit is contained in:
2018-06-02 01:33:14 +02:00
parent 99403359c8
commit 21e0678b01

View File

@@ -39,7 +39,7 @@
<td>{!! $teams->find($match->teama)->name !!}</td> <td>{!! $teams->find($match->teama)->name !!}</td>
<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', $match->id)->first()->resulta . ':' . $tipps->where('matchid', $match->id)->first()->resultb !!}</td> <td>{!! $tipps->where('matchid', $match->id)->pluck('resulta')->first() . ':' . $tipps->where('matchid', $match->id)->pluck('resultb')->first() !!}</td>
<td> <td>
@if($tipps->where('matchid', $match->id)->resulta != null) @if($tipps->where('matchid', $match->id)->resulta != null)
<!-- Edit --> <!-- Edit -->