Fix
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<td>{!! $teams->find($match->teamb)->name !!}</td>
|
||||
<td>{!! $match->resulta . ':' . $match->resultb !!}</td>
|
||||
|
||||
<td>{!! ($temp1 = $tipps->where('matchid', 1)->pluck('resulta')->first()) ? $temp1 : '-' . ':' . ($temp2 = $tipps->where('matchid', 1)->pluck('resultb')->first()) ? $temp2 : '-' !!}</td>
|
||||
<td>{!! $tipps->where('matchid', 1)->pluck('resulta')->first()) . ':' . $tipps->where('matchid', 1)->pluck('resultb')->first()) !!}</td>
|
||||
<td>
|
||||
@if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null)
|
||||
<!-- Edit -->
|
||||
|
Reference in New Issue
Block a user