Heimerdinger Presents:
CHAMPION DETAILS
{{$champion->name}}
{{$champion->title}}
{{$champion->name}} Information
-
Full Title: {{$champion->name}}, {{$champion->title}}.
-
Popular Positions: @foreach($champion->lanes->roles as $lane)
{{$lane}} @svg(getRoleIconSvg($lane), 'w-5 h-5 inline-block')
@if(!$loop->last)
-
@endif
@endforeach
-
Blue Essence Cost:
{{$champion->price_be}} BE
-
Riot Points Cost:
{{$champion->price_rp}} RP
-
Roles: @foreach($champion->roles as $role)
{{$role}}
@if(!$loop->last)
-
@endif
@endforeach
-
Attack Type: {{$champion->attack_type}}
-
Damage Type: {{$champion->adaptive_type}}
-
Resource Type: {{$champion->resource_type}}
-
Champion ID: {{$champion->champion_id}}
-
Release Date: {{$champion->release_date}}
-
Release Patch: Patch {{$champion->release_patch}}
{{$champion->name}} Lore
{{$champion->lore}}
3