This commit is contained in:
2018-06-02 01:30:32 +02:00
parent 49d49a7ae7
commit b522270093

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($tipps->where('matchid', 1)->resulta->first()); dd($tipps->where('matchid', 1));
return view('dashboard')->with([ return view('dashboard')->with([
'teams' => $teams, 'teams' => $teams,