From db32da3d92156d98a8149cb05627571e4ec2f20d Mon Sep 17 00:00:00 2001 From: Ghostie Date: Mon, 19 Aug 2024 20:20:18 -0500 Subject: [PATCH] progress on the account view --- resources/views/dashboard.blade.php | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 9e55d26..2ff4db8 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -1,21 +1,36 @@ @extends('layouts.app') -@section('title', 'Dashboard') +@section('title') + Profile of: {{ $user->username }} +@endsection @section('content') -
-
+
-
+
profile picture
-
+

{{ $user->username }}

+ +

+ 0 + Followers +

+ +

+ 0 + Following +

+ +

+ 0 + Posts +

- @endsection