pass credits
This commit is contained in:
parent
72165b0d95
commit
1edb4eb583
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue