diff --git a/resources/views/emotes/index.blade.php b/resources/views/emotes/index.blade.php index 8a1d794..d3779aa 100644 --- a/resources/views/emotes/index.blade.php +++ b/resources/views/emotes/index.blade.php @@ -1,53 +1,9 @@ - - +@extends('layouts.app') - - - +@section('title', 'Heimerdinger.LoL • 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!') - - - - - - - - - - - - Heimerdinger.LoL • Emotes - - - - - - - - - - - - - - - - - - - - - - @vite(['resources/css/app.css', 'resources/js/app.js']) - - - - - - - - - +@section('content') + +@endsection