This commit is contained in:
2018-06-02 01:34:30 +02:00
parent 21e0678b01
commit 9c9d673779

View File

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