diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index 6df37a7..cc13fbd 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -24,20 +24,23 @@ - - - + + + + - + @foreach($matches as $match) - - - - + + + + + + @endforeach
Nr.Mannschaft AMannschaft BDatumTeam ATeam BErgebnis TippBearbeitenEdit
{!! $teams->find($match->teama) !!}Column contentColumn contentColumn content{!! $match->date !!}{!! $teams->find($match->teama)->name !!}{!! $teams->find($match->teamb)->name !!}{!! $match->resualta . ':' . $match->resultb !!}--