mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
- Updated page titles to remove ".LoL" for a more consistent branding across the website. This change affects multiple pages such as FAQ, About, Assets, Champions, and more.
10 lines
335 B
PHP
10 lines
335 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
|