Typo
This commit is contained in:
@@ -16,7 +16,7 @@ class PagesController extends Controller
|
||||
$teams = Team::all();
|
||||
$matches = Match::all();
|
||||
$tipps = Tipp::where('user', Auth::user()->id)->get();
|
||||
dd($tipss);
|
||||
dd($tipps);
|
||||
|
||||
return view('dashboard')->with([
|
||||
'teams' => $teams,
|
||||
|
Reference in New Issue
Block a user