@php use Carbon\Carbon; @endphp

Recent Skins

Check out the 9 most recent skins released in League of Legends.
Data is updated roughly every 12 hours.

@foreach ($skins as $skin) @if ($loop->index < 9)
{{ $skin->skin_name }} Splash Art

{{ $skin->skin_name }}

Released {{ Carbon::parse($skin->release_date)->diffForHumans([ 'parts' => 2, 'join' => true, ]) }}

@if ($skin->rp_price == '99999') Not Available for RP @else {{ $skin->rp_price }} RP @endif

@if ($skin->loot_eligible) Can be obtained from loot @endif

@endif @endforeach