diff --git a/resources/views/skins/show.blade.php b/resources/views/skins/show.blade.php
index ba4eba1..adfe1cd 100644
--- a/resources/views/skins/show.blade.php
+++ b/resources/views/skins/show.blade.php
@@ -1,13 +1,68 @@
@extends('layouts.app')
@section('title', $skin->skin_name . ' • Heimerdinger.LoL')
-@section('description', 'Heimerdinger.LoL: ' . $skin->skin_name . ' details showing all the information about
-the ' . $skin->rarity . ' ' . $skin->champion->name . ' skin. ' . substr($skin->lore, 0, 50) . '...')
+@section('description',
+ 'Heimerdinger.LoL: ' .
+ $skin->skin_name .
+ ' details showing all the information about
+ the ' .
+ $skin->rarity .
+ ' ' .
+ $skin->champion->name .
+ ' skin. ' .
+ substr($skin->lore, 0, 50) .
+ '...')
@section('content')
-
+
@endsection
@push('bottom_scripts')
@vite('resources/js/vert-scroll.js')
+
@endpush