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="w-7 h-7 mr-1">

@endforeach
@endforeach