From e2ca022277bc5b01fc50a189919db84c87b310b7 Mon Sep 17 00:00:00 2001 From: Ghostie Date: Thu, 22 Aug 2024 20:40:33 -0500 Subject: [PATCH] showing the user's profile picture, and total posts --- resources/views/dashboard.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index de61cea..1d4b93f 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -9,7 +9,8 @@
- profile picture + profile picture
@@ -40,7 +41,7 @@

- 0 + {{ $user->posts->count() }} Posts