From d93adc7e85ec2280d7119d2a8868e1af8839a87e Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 2 Jun 2018 01:39:13 +0200 Subject: [PATCH] debug --- tippspiel/resources/views/dashboard.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index f7a0a2d..78f7c9c 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -39,9 +39,8 @@ {!! $teams->find($match->teama)->name !!} {!! $teams->find($match->teamb)->name !!} {!! $match->resulta . ':' . $match->resultb !!} - {!! dd($match->id) !!} - {!! $tipps->where('matchid', $match->id)->pluck('resulta')->first() . ':' . $tipps->where('matchid', $match->id)->pluck('resultb')->first() !!} + {!! $tipps->where('matchid', 1)->pluck('resulta')->first() . ':' !!} @if($tipps->where('matchid', $match->id)->resulta != null)