Files
HeimerdingerLoL/resources/views/sales/index.blade.php
Rico van Zelst 45cb08c4d9 refactor: remove ad scripts from views
Cleaned up multiple view files by removing Google AdSense script inclusions.
2025-02-26 22:25:14 +01:00

12 lines
371 B
PHP

@extends('layouts.app')
@section('title', 'Heimerdinger • 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