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)
|