View fix
This commit is contained in:
@@ -27,7 +27,7 @@ class PagesController extends Controller
|
|||||||
$teama = $teams->find($matches->teama)->name;
|
$teama = $teams->find($matches->teama)->name;
|
||||||
$teamb = $teams->find($matches->teamb)->name;
|
$teamb = $teams->find($matches->teamb)->name;
|
||||||
|
|
||||||
return view('dashboard')->with([
|
return view('tipp/create')->with([
|
||||||
'teama' => $teama,
|
'teama' => $teama,
|
||||||
'teamb' => $teamb,
|
'teamb' => $teamb,
|
||||||
'matchid' => $matchid,
|
'matchid' => $matchid,
|
||||||
|
Reference in New Issue
Block a user