This commit is contained in:
2018-06-02 01:39:13 +02:00
parent ee7f448a1e
commit d93adc7e85

View File

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