This commit is contained in:
2018-06-02 01:28:19 +02:00
parent 453cc8104a
commit 157094bd9c

View File

@@ -16,7 +16,7 @@ class PagesController extends Controller
$teams = Team::all(); $teams = Team::all();
$matches = Match::all(); $matches = Match::all();
$tipps = Tipp::where('user', Auth::user()->id)->get(); $tipps = Tipp::where('user', Auth::user()->id)->get();
dd($tipss); dd($tipps);
return view('dashboard')->with([ return view('dashboard')->with([
'teams' => $teams, 'teams' => $teams,