Browse Source

pass credits

Dennis 3 years ago
parent
commit
1edb4eb583
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/HomeController.php

+ 1 - 0
app/Http/Controllers/HomeController.php

@@ -65,6 +65,7 @@ class HomeController extends Controller
         // RETURN ALL VALUES
         return view('home')->with([
             'useage' => $usage,
+            'credits' => $credits,
             'useful_links' => UsefulLink::all()->sortBy('id'),
             'bg' => $bg,
             'boxText' => $boxText,