Champions

@foreach ($champions as $key => $champion)

{{ $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