mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: Add support page
- Added a new method in HomeController to handle the support page. - Created a new blade template for the support page with donation options.
This commit is contained in:
@@ -21,4 +21,9 @@ class HomeController extends Controller
|
||||
'upcomingSkins' => $upcomingSkins,
|
||||
]);
|
||||
}
|
||||
|
||||
public function support()
|
||||
{
|
||||
return view('support');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user