View fix
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user