diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index cc13fbd..e4ac335 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -38,7 +38,7 @@ {!! $match->date !!} {!! $teams->find($match->teama)->name !!} {!! $teams->find($match->teamb)->name !!} - {!! $match->resualta . ':' . $match->resultb !!} + {!! $match->resulta . ':' . $match->resultb !!} - -