diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 3588889..8758345 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -21,4 +21,9 @@ class HomeController extends Controller 'upcomingSkins' => $upcomingSkins, ]); } + + public function support() + { + return view('support'); + } } diff --git a/resources/views/components/buymeacoffee/floating.blade.php b/resources/views/components/buymeacoffee/floating.blade.php new file mode 100644 index 0000000..f0f8527 --- /dev/null +++ b/resources/views/components/buymeacoffee/floating.blade.php @@ -0,0 +1,3 @@ + diff --git a/resources/views/components/footer.blade.php b/resources/views/components/footer.blade.php index 105e2d8..8106d43 100644 --- a/resources/views/components/footer.blade.php +++ b/resources/views/components/footer.blade.php @@ -20,6 +20,10 @@ Contact +
+ I am accepting donations through Buy Me a Coffee and GitHub Sponsors. If you enjoy the + content that Heimerdinger.lol provides and would like to support the project, you can do so by donating + through the following + platforms. All donations are greatly appreciated and will help keep the project running. + Donations will be used to cover the costs of hosting, domain, and other expenses related to the project. +
+
+