diff --git a/resources/views/components/champions/list_all.blade.php b/resources/views/components/champions/list_all.blade.php index 08b8648..3b40cc8 100644 --- a/resources/views/components/champions/list_all.blade.php +++ b/resources/views/components/champions/list_all.blade.php @@ -1,70 +1,130 @@ -
-

- Champions

- -
- -
-
-
+
+ +
+ + +
+

+ Champions +

+ + + +
+ +
+ +
+
+ @foreach ($champions as $key => $champion) +
+
+
+ + {{ $champion->name }} Splash Art + +
+
+ +
+
+

+ + {{ $champion->name }} + +

+ {{ $champion->title }} +
+ +
+

+ @foreach ($roles[$key]->roles as $lane) + {{ $lane }} + theme('dark')->position('bottom')->pop($lane) }} + @if ($key < 8) loading="auto" @else loading="lazy" @endif + src="{{ getRoleIcon($lane) }}" + alt="{{ $lane }} Icon" + class="mr-1 w-7 h-7" + > + @endforeach +

+ +
+

+ + + +

+
+
+
+
+ @endforeach +
+
+
+ + + +