Fix
This commit is contained in:
@@ -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)->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>
|
<td>
|
||||||
@if($tipps->where('matchid', $match->id)->first()->resulta == null)
|
@if($tipps->where('matchid', $match->id)->first()->resulta == null)
|
||||||
<!-- Edit -->
|
<!-- Edit -->
|
||||||
|
Reference in New Issue
Block a user