mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2026-05-08 19:15:48 +02:00
45cb08c4d9
Cleaned up multiple view files by removing Google AdSense script inclusions.
12 lines
371 B
PHP
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
|