Files
HeimerdingerLoL/resources/views/emotes/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

10 lines
343 B
PHP

@extends('layouts.app')
@section('title', 'Heimerdinger • Emotes')
@section('description',
'Explore all LoL Emotes on Heimerdinger.LoL. Find detailed information on popular emotes such as
Dab Pengu, Bee Mad, Little Camper, Super Shy, PENGUMODE and more!')
@section('content')
<x-emotes.list_all :emotes="$emotes" />
@endsection