Typo
This commit is contained in:
@@ -10,7 +10,7 @@ class PagesController extends Controller
|
|||||||
function dashboard() {
|
function dashboard() {
|
||||||
$teams = Team::all();
|
$teams = Team::all();
|
||||||
return view('dashboard')->with([
|
return view('dashboard')->with([
|
||||||
$teams => 'teams',
|
'teams' => $teams;
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user