diff --git a/resources/views/home/stats.blade.php b/resources/views/home/stats.blade.php index 27824dd..3d4c264 100644 --- a/resources/views/home/stats.blade.php +++ b/resources/views/home/stats.blade.php @@ -1,47 +1,78 @@ -
-
-
- hstream.moe Logo +
+
+ +
+ hstream.moe Logo
-
-
-
- {{ number_format($viewCount) }} + + +
+ +
+
+
-
+
+ {{ number_format($viewCount) }} +
+
total views
-
-
- {{ $episodeCount }} + + +
+
+
-
+
+ {{ $episodeCount }} +
+
episodes on this site
-
-
- {{ $hentaiCount }} + + +
+
+
-
+
+ {{ $hentaiCount }} +
+
hentais on this site
-
-
- {{ number_format($viewCount * 6) }} + + +
+
+
-
- estimated minutes of watch time +
+ {{ number_format($viewCount * 6) }} +
+
+ estimated minutes of watch time
-
+ @vite(['resources/js/stats.js'])