diff --git a/resources/views/components/skins/grid_info.blade.php b/resources/views/components/skins/grid_info.blade.php index daabaaf..ad1fe87 100644 --- a/resources/views/components/skins/grid_info.blade.php +++ b/resources/views/components/skins/grid_info.blade.php @@ -1,16 +1,14 @@

Heimerdinger Presents:

+ class="text-sm font-bold text-center text-transparent uppercase sm:text-md bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text"> SKIN DETAILS

+ class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text"> {{$skin->skin_name}}

-

+

+ href="/champion/{{$skin->champion->slug}}"> View champion @@ -21,34 +19,33 @@ -

-
+
+
-
+
{{$skin->skin_name}} Splash Art + class="z-10 object-cover w-full h-full transition-transform duration-700 transform scale-100 rounded-2xl">

{{$skin->skin_name}} Details

    -
  • RP Cost: @if ($skin->rp_price == '99999') @@ -58,19 +55,19 @@ {{ $skin->rp_price }} RP @endif
  • -
  • Release Date: {{$skin->release_date}}
  • -
  • Rarity: {{$skin->rarity}}
  • -
  • Availability: {{$skin->availability}}
  • -
  • Chromas: @if ($skin->chromas->count() > 0) {{$skin->chromas->count()}} @@ -78,31 +75,31 @@ None @endif
  • -
  • Lootable: {{$skin->loot_eligible ? 'Yes' : 'No'}}
  • -
  • New Effects: {{$skin->new_effects ? 'Yes' : 'No'}}
  • -
  • New Animations: {{$skin->new_animations ? 'Yes' : 'No'}}
  • -
  • New Recall: {{$skin->new_recall ? 'Yes' : 'No'}}
  • -
  • New Voice: {{$skin->new_voice ? 'Yes' : 'No'}}
  • -
  • New Quotes: {{$skin->new_quotes ? 'Yes' : 'No'}}
  • -
  • Voice Actor: @if(count($skin->voice_actor) < 1) @@ -113,7 +110,7 @@ @endforeach @endif
  • -
  • Splash Artist: @if(count($skin->splash_artist) < 1) @@ -135,8 +132,7 @@
-

@@ -154,8 +150,7 @@

@@ -168,7 +163,7 @@

@endif @foreach($skin->chromas as $key => $chroma) -
+