-
Read more
+ class="absolute text-sm text-orange-400 bottom-4 right-4 hover:text-orange-600">Read more
{{ $post->title }}
+{{ $post->title }}
{{ $post->description }}
diff --git a/resources/views/components/champions/grid_info.blade.php b/resources/views/components/champions/grid_info.blade.php index 8efa766..d47bb64 100644 --- a/resources/views/components/champions/grid_info.blade.php +++ b/resources/views/components/champions/grid_info.blade.php @@ -13,10 +13,10 @@
{{ $post->description }}
- {{$post->contents}} + {{ $post->contents }}
- Tagged with: - {{ isset($post->tags) ? implode(', ', $post->tags) - : 'League of Legends' }} + Tagged with: + {{ isset($post->tags) ? implode(', ', $post->tags) : 'League of Legends' }}