mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
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
|