diff --git a/resources/views/profile/partial/user-info.blade.php b/resources/views/profile/partial/user-info.blade.php new file mode 100644 index 000000000..23922e125 --- /dev/null +++ b/resources/views/profile/partial/user-info.blade.php @@ -0,0 +1,77 @@ +
+
+
+
+
+ +
+
+
+
+
+ {{$user->username}} + @if($owner == true) + + + + @elseif ($following == true) + + + + @elseif ($following == false) + + + + @endif + {{-- TODO: Implement action dropdown + + + + --}} +
+
+
+ {{$user->statuses()->whereNull('in_reply_to_id')->count()}} + Posts +
+ + +
+

+ {{$user->name}} + @if($user->remote_url) + REMOTE PROFILE + @endif + {{$user->bio}} +

+
+
+
+
+