Debug
This commit is contained in:
@@ -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)->pluck('resulta'));
|
dd($tipps->where('matchid', 1)->pluck('resulta')->first());
|
||||||
|
|
||||||
return view('dashboard')->with([
|
return view('dashboard')->with([
|
||||||
'teams' => $teams,
|
'teams' => $teams,
|
||||||
|
Reference in New Issue
Block a user