Debugging

This commit is contained in:
2018-06-02 01:29:44 +02:00
parent 157094bd9c
commit 49d49a7ae7

View File

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