@extends('layout') @section('title', 'u/' . $user->name) @section('content')
Karma: {{ $user->karma }}
Joined {{ $user->created_at->diffForHumans() }}
No posts yet.
{{ Str::limit($comment->content, 200) }}
No comments yet.