pass credits

This commit is contained in:
Dennis 2021-10-26 19:26:41 +02:00 committed by GitHub
parent 72165b0d95
commit 1edb4eb583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,