@@ -34,12 +34,12 @@ |
||
34 | 34 | $totalLinks = FileLinks::where('user_id', Auth::user()->user_id)->count(); |
35 | 35 | |
36 | 36 | return view('dashboard', [ |
37 | - 'custFavs' => $custFavs, |
|
38 | - 'tipFavs' => $tipFavs, |
|
39 | - 'tips30' => $tips30Days, |
|
40 | - 'tipsAll' => $tipsTotal, |
|
41 | - 'activeLinks' => $activeLinks, |
|
42 | - 'totalLinks' => $totalLinks, |
|
37 | + 'custFavs' => $custFavs, |
|
38 | + 'tipFavs' => $tipFavs, |
|
39 | + 'tips30' => $tips30Days, |
|
40 | + 'tipsAll' => $tipsTotal, |
|
41 | + 'activeLinks' => $activeLinks, |
|
42 | + 'totalLinks' => $totalLinks, |
|
43 | 43 | ]); |
44 | 44 | } |
45 | 45 |