Files
HeimerdingerLoL/resources/views/sales/index.blade.php
Rico van Zelst 5b55e21659 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.
2024-03-27 01:04:40 +01:00

12 lines
375 B
PHP

@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('content')
<x-sales.current_sales :sales="$sales" />
<x-buymeacoffee.floating />
@endsection