From e238e16c7d9eaba52eee0cf59baae1f84c20f0df Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 2 Jun 2018 00:28:44 +0200 Subject: [PATCH] Added content --- tippspiel/resources/views/dashboard.blade.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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 !!}--