@@ -55,12 +55,12 @@ |
||
55 | 55 | // return $tipFavs; |
56 | 56 | |
57 | 57 | return view('dashboard', [ |
58 | - 'custFavs' => $custFavs, |
|
59 | - 'tipFavs' => $tipFavs, |
|
60 | - 'tips30' => $tips30Days, |
|
61 | - 'tipsAll' => $tipsTotal, |
|
62 | - 'activeLinks' => $activeLinks, |
|
63 | - 'totalLinks' => $totalLinks, |
|
58 | + 'custFavs' => $custFavs, |
|
59 | + 'tipFavs' => $tipFavs, |
|
60 | + 'tips30' => $tips30Days, |
|
61 | + 'tipsAll' => $tipsTotal, |
|
62 | + 'activeLinks' => $activeLinks, |
|
63 | + 'totalLinks' => $totalLinks, |
|
64 | 64 | // 'notifications' => $notifications->toArray(), |
65 | 65 | // 'modules' => $modules |
66 | 66 | ]); |