diff --git a/resources/views/components/emotes/list_all.blade.php b/resources/views/components/emotes/list_all.blade.php
index e7f51f8..e998671 100644
--- a/resources/views/components/emotes/list_all.blade.php
+++ b/resources/views/components/emotes/list_all.blade.php
@@ -1,31 +1,35 @@
+/** @var App\Models\SummonerEmote $emote */
+?>
+
{{ $emote->title }}
Summoner Emotes
-
+ src="//wsrv.nl/?url={{ $emote->image }}&w=200&output=webp&q=50&il&default=ssl:wsrv.nl%2F%3Furl%3Dhttps://i.ibb.co/5s6YyvN/aaaa.png"
+ class="object-cover w-full h-full" alt="{{ $emote->title }} Emote" />
Summoner Icons
-
-
+
+
- View
- champion
- info
-
-
+
+
{{ $chroma->chroma_name }}
{{ $post->contents }}
+ alt="{{ $skin->skin_name }} Splash Art"
+ class="z-10 object-cover w-full h-full transition-transform duration-700 transform scale-100 rounded-2xl">
-
@@ -51,7 +50,7 @@
@if ($skin->rp_price == '99999')
Not Available for RP
@else
-
{{ $skin->name }} Lore
@@ -141,7 +141,8 @@
@if ($skin->lore)
{!! $skin->lore !!}
@else
- Heimerdinger has looked far and wide but could not find any lore for {{ $skin->skin_name }}.
+ Heimerdinger has looked far and wide but could not find any lore for
+ {{ $skin->skin_name }}.
But we're sure it's a great skin! The things we do know is that it was released on
{{ $skin->release_date }} and costs {{ $skin->rp_price }} RP.
@endif
@@ -149,8 +150,7 @@
@@ -165,17 +165,16 @@
@foreach ($skin->chromas as $key => $chroma)
“{{ $post->description }}”
+