diff --git a/README.md b/README.md
index 599beaa..d9deb80 100644
--- a/README.md
+++ b/README.md
@@ -42,11 +42,6 @@ Technologies used in the project:
* Riot Games API
* DataDragon API
* Meraki Analytics
-
-
🛡️ License:
-
-This project is licensed under the AGPL-3.0 license.
-
⚠️ Disclaimer:
diff --git a/resources/views/components/posts/listposts.blade.php b/resources/views/components/posts/listposts.blade.php
index c3f8285..497fa7d 100644
--- a/resources/views/components/posts/listposts.blade.php
+++ b/resources/views/components/posts/listposts.blade.php
@@ -1,4 +1,5 @@
-@php use Carbon\Carbon; @endphp
+@use('Carbon\Carbon')
+
@foreach($posts as $post)