@props(['user'])

{{ $user->username }}

{{ Str::limit($user->motto, 20) ?: 'No motto' }}