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