diff --git a/resources/views/assets/index.blade.php b/resources/views/assets/index.blade.php index 81ebdc0..84fb7f3 100644 --- a/resources/views/assets/index.blade.php +++ b/resources/views/assets/index.blade.php @@ -5,11 +5,6 @@ 'Explore game assets on Heimerdinger.LoL. Find detailed information on all icons and emotes available in League of Legends!') - @push('top_scripts') - - @endpush - @section('content')
{{ $post->contents }}
+Tagged with: {{ isset($post->tags) ? implode(', ', $post->tags) : 'League of Legends' }}
- @endsection - -@push('bottom_scripts') - -@endpush diff --git a/resources/views/sales/index.blade.php b/resources/views/sales/index.blade.php index 8dab9d6..605d86f 100644 --- a/resources/views/sales/index.blade.php +++ b/resources/views/sales/index.blade.php @@ -5,18 +5,7 @@ 'Explore the current LoL Sale on Heimerdinger.LoL. Find detailed information on what champions and skins are currently on sale and grab a good deal!') - @push('top_scripts') - - @endpush - @section('content')