mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20: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:
@@ -1,9 +1,11 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Heimerdinger.LoL • Sale Rotation')
|
||||
@section('description', 'Explore the current LoL Sale on Heimerdinger.LoL. Find detailed information on what champions
|
||||
and skins are currently on sale and grab a good deal!')
|
||||
@section('description',
|
||||
'Explore the current LoL Sale on Heimerdinger.LoL. Find detailed information on what champions
|
||||
and skins are currently on sale and grab a good deal!')
|
||||
|
||||
@section('content')
|
||||
<x-sales.current_sales :sales="$sales"/>
|
||||
<x-sales.current_sales :sales="$sales" />
|
||||
<x-buymeacoffee.floating />
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user