This commit is contained in:
2018-06-02 01:12:52 +02:00
parent f10419004e
commit d806899b03

View File

@@ -27,7 +27,7 @@ class PagesController extends Controller
$teama = $teams->find($matches->teama)->name;
$teamb = $teams->find($matches->teamb)->name;
return view('dashboard')->with([
return view('tipp/create')->with([
'teama' => $teama,
'teamb' => $teamb,
'matchid' => $matchid,